aboutsummaryrefslogtreecommitdiffstats
path: root/src/config (unfollow)
Commit message (Collapse)Author
2024-10-14refactor(treewide): Combine the separate crates in one workspaceBenedikt Peetz
2024-08-25refactor(treewide): Conform to `cargo clippy`Benedikt Peetz
2024-08-24feat(cli/config): Show the currently active configurationBenedikt Peetz
2024-08-24fix(config): Check for wrong keys in the config fileBenedikt Peetz
2024-08-23fix(config/from_filesystem): Only create the parent of config pathsBenedikt Peetz
Otherwise, it would create a `videos.sqlite` *directory*, which is obviously not ideal.
2024-08-23fix(config/from_filesystem): Just load an empty config, if there isn't oneBenedikt Peetz
2024-08-23style(treewide): FormatBenedikt Peetz
2024-08-23fix(treewide): Actually use the values from the configBenedikt Peetz
2024-08-23feat(treewide): Use a configuration fileBenedikt Peetz
This allows use to avoid duplication of default values in the codebase and obviously also facilitates changing these without having to re-compile.