aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)Author
2024-08-24fix(storage/database): Already borrow the `VideoStatus::ALL` constantBenedikt Peetz
2024-08-24fix(download): Don't fail hard, when a video file size can't be approximatedBenedikt Peetz
2024-08-24fix(select/display): Only align the status commands in color_displayBenedikt Peetz
2024-08-24fix(treewide): Always display bytes in a formatted way through `Bytes`Benedikt Peetz
2024-08-24feat(cli/selectCommand/file): Allow re-use of the previous selection fileBenedikt Peetz
2024-08-24fix(cli/selectCommand): Explicitly set the aliasesBenedikt 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-24feat(videos): Allow limiting the number of videos to showBenedikt Peetz
2024-08-24feat(status): Also show the cache usageBenedikt Peetz
2024-08-24feat(downloader): Display the sizes, when waiting for a cache size reductionBenedikt Peetz
2024-08-24feat(watch/handlers): Add status messages to the script handlersBenedikt Peetz
2024-08-24test(storage/setters): Assert the video status in `set_video_watched`Benedikt Peetz
2024-08-24feat(select/cmds): Add a `watched` commandBenedikt Peetz
2024-08-24feat(select/display): Also show the video hash when color displaying itBenedikt Peetz
2024-08-23fix(select/cmds): Accept the watch flags for every commandBenedikt Peetz
2024-08-23feat(videos): InitBenedikt Peetz
2024-08-23fix(config/from_filesystem): Only create the parent of config pathsBenedikt Peetz
2024-08-23fix(config/from_filesystem): Just load an empty config, if there isn't oneBenedikt Peetz
2024-08-23fix(cli/verbosity): Simplify setting the default levelBenedikt Peetz
2024-08-23style(treewide): FormatBenedikt Peetz
2024-08-23fix(cli): Always log with a verbosity of at least WARNBenedikt Peetz
2024-08-23fix(treewide): Actually use the values from the configBenedikt Peetz
2024-08-23feat(watch/events): Add further understood script-messagesBenedikt Peetz
2024-08-23fix(storage/setters): Enforce status invariantsBenedikt Peetz
2024-08-23feat(treewide): Use a configuration fileBenedikt Peetz
2024-08-23refactor(cli): Replace the byte parser with the one from the `bytes` crateBenedikt Peetz
2024-08-23refactor(storage/downloader): Remove unused `get_next_video_watchable`Benedikt Peetz
2024-08-23fix(storage/downloader): Sort the next videos to be downloaded like in the se...Benedikt Peetz
2024-08-23feat(cli): Add an explicit `subs export` subcommandBenedikt Peetz
2024-08-22fix(storage/schema.sql): Tell SQLite to perform type-checkingBenedikt Peetz
2024-08-22refactor(storage/getters): Inline an Option re-creation with `map`Benedikt Peetz
2024-08-22fix(storage/setters): Avoid writing a literal "NULL" string into the dbBenedikt Peetz
2024-08-22refactor(storage): Make all URL parsings panicBenedikt Peetz
2024-08-22refactor(cli): Remove the useless `concurrent_processes` flag from `update`Benedikt Peetz
2024-08-22fix(update): Propagate the logging options to the `update_raw.py` scriptBenedikt Peetz
2024-08-22fix(watch/events): Also mark a video inactive on the stop eventBenedikt Peetz
2024-08-22fix(constants): Don't set a default subtile languageBenedikt Peetz
2024-08-22fix(update): Correctly treat a success as a successBenedikt Peetz
2024-08-22fix(subscriptions/add): Ignore the trailing slash on URLsBenedikt Peetz
2024-08-22fix(storage/get_videos): Also order by `publish_date`Benedikt Peetz
2024-08-22feat(select/file): Allow `--priority` argument to all functionsBenedikt Peetz
2024-08-22feat(download): Support limiting the downloader by maximal cache sizeBenedikt Peetz
2024-08-22test(benches/update): InitBenedikt Peetz
2024-08-22perf(raw_update.py)!: Don't fetch entries that are already in the databaseBenedikt Peetz
2024-08-21docs(yt_dlp/lib): Improve some commentsBenedikt Peetz
2024-08-21fix(select/duration): Also parse `[No Duration]` as durationBenedikt Peetz
2024-08-21fix(update): Use the `raw_update.py` from the pathBenedikt Peetz
2024-08-21style(treewide): Reformatv0.1.0Benedikt Peetz