Commit message (Collapse) | Author | ||
---|---|---|---|
2024-08-24 | feat(bytes): Add implementation for serde's `Serialize` | Benedikt Peetz | |
2024-08-24 | feat(status): Also show the cache usage | Benedikt Peetz | |
2024-08-24 | feat(downloader): Display the sizes, when waiting for a cache size reduction | Benedikt Peetz | |
2024-08-24 | feat(watch/handlers): Add status messages to the script handlers | Benedikt Peetz | |
2024-08-24 | test(storage/setters): Assert the video status in `set_video_watched` | Benedikt Peetz | |
2024-08-24 | feat(select/cmds): Add a `watched` command | Benedikt Peetz | |
Otherwise, running `yt select file --done` would mark all your already wached stuff to be watched again. | |||
2024-08-24 | feat(select/display): Also show the video hash when color displaying it | Benedikt Peetz | |
The hash can now be used on the commandline to access video information. | |||
2024-08-23 | fix(select/cmds): Accept the watch flags for every command | Benedikt Peetz | |
This makes it easier to change the status of a video, without having to painstakingly remove the flags too. | |||
2024-08-23 | feat(videos): Init | Benedikt Peetz | |
2024-08-23 | fix(config/from_filesystem): Only create the parent of config paths | Benedikt Peetz | |
Otherwise, it would create a `videos.sqlite` *directory*, which is obviously not ideal. | |||
2024-08-23 | fix(config/from_filesystem): Just load an empty config, if there isn't one | Benedikt Peetz | |