about summary refs log tree commit diff stats
path: root/src/download (follow)
Commit message (Collapse)AuthorAge
* fix(downloader): Don't display changed cache size on first runBenedikt Peetz2024-10-07
| | | | | | | Currently, the "Can't download video ..." message is directly followed by the "Current cache size has changed ...", when a full cache was hit before. This avoids this duplicated message, by update the cached cache size.
* refactor(treewide): Conform to `cargo clippy`Benedikt Peetz2024-08-25
|
* fix(downloader): Fallback to calculating the video size, before using ↵Benedikt Peetz2024-08-25
| | | | hardcoded value
* fix(downloader): Remove useless logsBenedikt Peetz2024-08-25
|
* fix(downloader): Be smarter, when checking for available cacheBenedikt Peetz2024-08-25
|
* fix(download): Don't fail hard, when a video file size can't be approximatedBenedikt Peetz2024-08-24
|
* fix(treewide): Always display bytes in a formatted way through `Bytes`Benedikt Peetz2024-08-24
|
* feat(status): Also show the cache usageBenedikt Peetz2024-08-24
|
* feat(downloader): Display the sizes, when waiting for a cache size reductionBenedikt Peetz2024-08-24
|
* 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.
* feat(download): Support limiting the downloader by maximal cache sizeBenedikt Peetz2024-08-22
|
* test(benches/update): InitBenedikt Peetz2024-08-22
|
* style(treewide): Reformat v0.1.0Benedikt Peetz2024-08-21
|
* chore: Initial CommitBenedikt Peetz2024-08-21
This repository was migrated out of my nixos-config.