Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | build(treewide): Update dependencies | Benedikt Peetz | 12 days |
| | |||
* | build(treewide): Update | Benedikt Peetz | 2024-11-04 |
| | |||
* | fix(yt_dlp/progress_hook): Mark estimates as such | Benedikt Peetz | 2024-11-04 |
| | | | | | Currently, the wildly changing estimate numbers are not differentiated from the valid numbers. | ||
* | fix(yt/download): Only print changed bytes sizes, on changed string | Benedikt Peetz | 2024-11-04 |
| | | | | | | 2_000_000_000 and 2_000_000_001 cache sizes are not the same, but will both print out "1.86 GiB". Obviously, notifying the user about this change is rather counter-productive. | ||
* | style(treewide): Format | Benedikt Peetz | 2024-10-29 |
| | |||
* | chore(yt_dlp/wrapper/info_json): Add further structure fields | Benedikt Peetz | 2024-10-29 |
| | |||
* | fix(yt_dlp/lib/progress_hook): Avoid overriding previous messages | Benedikt Peetz | 2024-10-29 |
| | | | | Otherwise, the hook would simply cancel the already printed line. | ||
* | fix(yt_dlp/lib/progress_hook): Estimate `total_byte_size` better | Benedikt Peetz | 2024-10-19 |
| | | | | | | This still is sort of weird, because the total byte size changes whilst downloading, but it is still immensely better than just putting a `0` there. | ||
* | refactor(libmpv2): Include in the workspace | Benedikt Peetz | 2024-10-14 |
| | |||
* | test(treewide): Fix, so they compile and ignore | Benedikt Peetz | 2024-10-14 |
| | | | | | The tests are just not in an ideal state right now. Running them via `cargo test` still works, but the `yt_dlp` test simply seem to deadlock? | ||
* | refactor(treewide): Conform to the clippy and rust lints | Benedikt Peetz | 2024-10-14 |
| | |||
* | refactor(treewide): Combine the separate crates in one workspace | Benedikt Peetz | 2024-10-14 |
| | |||
* | fix(crates/yt_dlp/wrappers/info_json): Add further info.json fields | Benedikt Peetz | 2024-10-07 |
| | |||
* | feat(crates/yt_dlp): Make saving the downloaded info.json configurable | Benedikt Peetz | 2024-10-07 |
| | | | | | This avoids having to recompile the application to save the downloaded info.json, and simply requires setting an environment variable. | ||
* | build(crates/libmpv2/update.sh): Correctly specify child update paths | Benedikt Peetz | 2024-10-07 |
| | |||
* | build(treewide): Update | Benedikt Peetz | 2024-09-11 |
| | |||
* | style(treewide): Reformat | Benedikt Peetz | 2024-08-25 |
| | |||
* | refactor(treewide): Conform to `cargo clippy` | Benedikt Peetz | 2024-08-25 |
| | |||
* | docs(yt_dlp/progress_hook): Add a note about the possibility to calculate ↵ | Benedikt Peetz | 2024-08-25 |
| | | | | video sizes | ||
* | fix(yt_dlp/info_json): Accept further missing fields in the info_json | Benedikt Peetz | 2024-08-25 |
| | |||
* | fix(yt_dlp/lib/hook): Don't print download progress, when debug is logged | Benedikt Peetz | 2024-08-25 |
| | | | | This makes interpreting the debug output easier. | ||
* | build(update.sh): Correct path specifications and upgrade incompatible deps | Benedikt Peetz | 2024-08-25 |
| | |||
* | feat(crates/bytes): Support decimal number input | Benedikt Peetz | 2024-08-25 |
| | |||
* | build(treewide): Update | Benedikt Peetz | 2024-08-25 |
| | |||
* | refactor(watch): Don't track the playlist, use the properties of `mpv` instead | Benedikt Peetz | 2024-08-24 |
| | |||
* | feat(bytes): Add implementation for serde's `Serialize` | Benedikt Peetz | 2024-08-24 |
| | |||
* | style(treewide): Format | Benedikt Peetz | 2024-08-23 |
| | |||
* | refactor(yt_dlp): Also move the `crates` subdirectory | Benedikt Peetz | 2024-08-23 |
| | |||
* | feat(crates/bytes): Init | Benedikt Peetz | 2024-08-23 |
| | |||
* | refactor(libmpv2): Move to the `crates` directory | Benedikt Peetz | 2024-08-23 |