about summary refs log tree commit diff stats
Commit message (Expand)AuthorAge
* fix(update_raw.py): Only return the needed fields to rustBenedikt Peetz2024-08-24
* fix(storage/database): Already borrow the `VideoStatus::ALL` constantBenedikt Peetz2024-08-24
* fix(download): Don't fail hard, when a video file size can't be approximatedBenedikt Peetz2024-08-24
* fix(select/display): Only align the status commands in color_displayBenedikt Peetz2024-08-24
* fix(treewide): Always display bytes in a formatted way through `Bytes`Benedikt Peetz2024-08-24
* feat(cli/selectCommand/file): Allow re-use of the previous selection fileBenedikt Peetz2024-08-24
* fix(cli/selectCommand): Explicitly set the aliasesBenedikt Peetz2024-08-24
* feat(cli/config): Show the currently active configurationBenedikt Peetz2024-08-24
* fix(config): Check for wrong keys in the config fileBenedikt Peetz2024-08-24
* feat(videos): Allow limiting the number of videos to showBenedikt Peetz2024-08-24
* fix(contrib/config.toml): Correct typo in config keyBenedikt Peetz2024-08-24
* feat(bytes): Add implementation for serde's `Serialize`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(watch/handlers): Add status messages to the script handlersBenedikt Peetz2024-08-24
* test(storage/setters): Assert the video status in `set_video_watched`Benedikt Peetz2024-08-24
* feat(select/cmds): Add a `watched` commandBenedikt Peetz2024-08-24
* feat(select/display): Also show the video hash when color displaying itBenedikt Peetz2024-08-24
* fix(select/cmds): Accept the watch flags for every commandBenedikt Peetz2024-08-23
* feat(videos): InitBenedikt Peetz2024-08-23
* fix(config/from_filesystem): Only create the parent of config pathsBenedikt Peetz2024-08-23
* fix(config/from_filesystem): Just load an empty config, if there isn't oneBenedikt Peetz2024-08-23
* chore(version): v1.1.0 v1.1.0Benedikt Peetz2024-08-23
* docs(config): Add an example configuration fileBenedikt Peetz2024-08-23
* fix(cli/verbosity): Simplify setting the default levelBenedikt Peetz2024-08-23
* style(treewide): FormatBenedikt Peetz2024-08-23
* fix(cli): Always log with a verbosity of at least WARNBenedikt Peetz2024-08-23
* fix(treewide): Actually use the values from the configBenedikt Peetz2024-08-23
* feat(watch/events): Add further understood script-messagesBenedikt Peetz2024-08-23
* fix(storage/setters): Enforce status invariantsBenedikt Peetz2024-08-23
* feat(treewide): Use a configuration fileBenedikt Peetz2024-08-23
* refactor(yt_dlp): Also move the `crates` subdirectoryBenedikt Peetz2024-08-23
* refactor(cli): Replace the byte parser with the one from the `bytes` crateBenedikt Peetz2024-08-23
* fix(yt_dlp/lib): Standardize the formatting of bytes with the new `bytes` crateBenedikt Peetz2024-08-23
* feat(crates/bytes): InitBenedikt Peetz2024-08-23
* refactor(libmpv2): Move to the `crates` directoryBenedikt Peetz2024-08-23
* chore(yt_dlp/progress_hook): Also consider the `total_bytes_estimate` fieldBenedikt Peetz2024-08-23
* chore(yt_dlp/info_json): Add further fieldsBenedikt Peetz2024-08-23
* refactor(storage/downloader): Remove unused `get_next_video_watchable`Benedikt Peetz2024-08-23
* fix(storage/downloader): Sort the next videos to be downloaded like in the se...Benedikt Peetz2024-08-23
* feat(cli): Add an explicit `subs export` subcommandBenedikt Peetz2024-08-23
* fix(storage/schema.sql): Tell SQLite to perform type-checkingBenedikt Peetz2024-08-22
* refactor(storage/getters): Inline an Option re-creation with `map`Benedikt Peetz2024-08-22
* fix(storage/setters): Avoid writing a literal "NULL" string into the dbBenedikt Peetz2024-08-22
* refactor(storage): Make all URL parsings panicBenedikt Peetz2024-08-22
* refactor(cli): Remove the useless `concurrent_processes` flag from `update`Benedikt Peetz2024-08-22
* fix(update): Propagate the logging options to the `update_raw.py` scriptBenedikt Peetz2024-08-22
* fix(package): Actually provide the blake3 library to the python interpreterBenedikt Peetz2024-08-22
* chore(version): v1.0.0 v1.0.0Benedikt Peetz2024-08-22
* chore(treewide): Add missing licenseBenedikt Peetz2024-08-22