about summary refs log tree commit diff stats
path: root/src/config/default.rs (follow)
Commit message (Collapse)AuthorAge
* refactor(treewide): Combine the separate crates in one workspaceBenedikt Peetz2024-10-14
|
* refactor(treewide): Conform to `cargo clippy`Benedikt Peetz2024-08-25
|
* fix(config): Check for wrong keys in the config fileBenedikt Peetz2024-08-24
|
* fix(config/from_filesystem): Only create the parent of config pathsBenedikt Peetz2024-08-23
| | | | | Otherwise, it would create a `videos.sqlite` *directory*, which is obviously not ideal.
* feat(treewide): Use a configuration fileBenedikt Peetz2024-08-23
This allows use to avoid duplication of default values in the codebase and obviously also facilitates changing these without having to re-compile.