aboutsummaryrefslogtreecommitdiffstats
path: root/crates (unfollow)
Commit message (Collapse)Author
2024-12-14build(treewide): UpdateBenedikt Peetz
2024-12-14fix(yt_dlp/wrappers/info_json): Add missing fields to `Subtitle`Benedikt Peetz
2024-12-14fix(yt_dlp/wrappers/info_json): Treat `Extractor` and `ExtractorKey` as StringsBenedikt Peetz
There are too many possible extractors to mandate hard-coding them in a enumeration.
2024-11-16build(treewide): Update dependenciesBenedikt Peetz
2024-11-04build(treewide): UpdateBenedikt Peetz
2024-11-04fix(yt_dlp/progress_hook): Mark estimates as suchBenedikt Peetz
Currently, the wildly changing estimate numbers are not differentiated from the valid numbers.
2024-11-04fix(yt/download): Only print changed bytes sizes, on changed stringBenedikt Peetz
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.
2024-10-29style(treewide): FormatBenedikt Peetz
2024-10-29chore(yt_dlp/wrapper/info_json): Add further structure fieldsBenedikt Peetz
2024-10-29fix(yt_dlp/lib/progress_hook): Avoid overriding previous messagesBenedikt Peetz
Otherwise, the hook would simply cancel the already printed line.
2024-10-19fix(yt_dlp/lib/progress_hook): Estimate `total_byte_size` betterBenedikt Peetz
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.
2024-10-14refactor(libmpv2): Include in the workspaceBenedikt Peetz
2024-10-14test(treewide): Fix, so they compile and ignoreBenedikt Peetz
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?
2024-10-14refactor(treewide): Conform to the clippy and rust lintsBenedikt Peetz
2024-10-14refactor(treewide): Combine the separate crates in one workspaceBenedikt Peetz
2024-10-07fix(crates/yt_dlp/wrappers/info_json): Add further info.json fieldsBenedikt Peetz
2024-10-07feat(crates/yt_dlp): Make saving the downloaded info.json configurableBenedikt Peetz
This avoids having to recompile the application to save the downloaded info.json, and simply requires setting an environment variable.
2024-10-07build(crates/libmpv2/update.sh): Correctly specify child update pathsBenedikt Peetz
2024-09-11build(treewide): UpdateBenedikt Peetz
2024-08-25style(treewide): ReformatBenedikt Peetz
2024-08-25refactor(treewide): Conform to `cargo clippy`Benedikt Peetz
2024-08-25docs(yt_dlp/progress_hook): Add a note about the possibility to calculate ↵Benedikt Peetz
video sizes
2024-08-25fix(yt_dlp/info_json): Accept further missing fields in the info_jsonBenedikt Peetz
2024-08-25fix(yt_dlp/lib/hook): Don't print download progress, when debug is loggedBenedikt Peetz
This makes interpreting the debug output easier.
2024-08-25build(update.sh): Correct path specifications and upgrade incompatible depsBenedikt Peetz
2024-08-25feat(crates/bytes): Support decimal number inputBenedikt Peetz
2024-08-25build(treewide): UpdateBenedikt Peetz
2024-08-24refactor(watch): Don't track the playlist, use the properties of `mpv` insteadBenedikt Peetz
2024-08-24feat(bytes): Add implementation for serde's `Serialize`Benedikt Peetz
2024-08-23style(treewide): FormatBenedikt Peetz
2024-08-23refactor(yt_dlp): Also move the `crates` subdirectoryBenedikt Peetz
2024-08-23feat(crates/bytes): InitBenedikt Peetz
2024-08-23refactor(libmpv2): Move to the `crates` directoryBenedikt Peetz