about summary refs log tree commit diff stats
Commit message (Expand)AuthorAge
* fix(yt/storage/migrate): Improve error reportingBenedikt Peetz2025-02-22
* fix(yt/status): Don't show the database version in `yt status`Benedikt Peetz2025-02-22
* fix(yt/): Box large futuresBenedikt Peetz2025-02-22
* fix(yt/main): Call `watch` with the required `Arc<App>`Benedikt Peetz2025-02-22
* fix(yt/main): Actually remove the `yt check output-info-json`Benedikt Peetz2025-02-22
* refactor(yt/description): Move to the `comments` subdirectoryBenedikt Peetz2025-02-22
* feat(yt/): Use concrete types in the `Video` structureBenedikt Peetz2025-02-22
* docs(yt/cli): Remove last references to the external update and status_change...Benedikt Peetz2025-02-22
* feat(yt/version): Show _current_ database versionBenedikt Peetz2025-02-22
* feat(yt/cli): Make running the migrations of the database optionalBenedikt Peetz2025-02-21
* build(flake): Add `ffmpeg` to the devshellBenedikt Peetz2025-02-21
* fix(crates/libmpv2/mpv): Log the setting of propertiesBenedikt Peetz2025-02-21
* chore(crates/yt_dlp/wrappers/info_json): Add further fieldsBenedikt Peetz2025-02-21
* chore(crates/libmpv2): Make `cargo clippy` happyBenedikt Peetz2025-02-21
* fix(yt/storage/notify): Switch from a polling based system to inotifyBenedikt Peetz2025-02-21
* fix(yt/status): Show the current database versionBenedikt Peetz2025-02-17
* refactor(yt/videos/display): Streamline video formattingBenedikt Peetz2025-02-17
* fix(yt): Remove most of the references to the zero version `Video` structBenedikt Peetz2025-02-17
* feat(yt/storage/migrate): Add db version OneBenedikt Peetz2025-02-17
* feat(yt/storage/migrate): Init database migration systemBenedikt Peetz2025-02-17
* build({.envrc,scripts/mkdb}): Mark the `sqlx` databaseBenedikt Peetz2025-02-17
* build(.envrc): Align with current state of the repositoryBenedikt Peetz2025-02-17
* fix(yt/select/cmds/add): Don't try to add a video that is already addedBenedikt Peetz2025-02-16
* style(treewide): Re-formatBenedikt Peetz2025-02-16
* refactor(yt/): Use the new `termsize` and `uu_fmt` cratesBenedikt Peetz2025-02-16
* build(rustfmt.toml): AddBenedikt Peetz2025-02-16
* fix(crates/termsize): Remove all of `clippy`'s warningsBenedikt Peetz2025-02-16
* refactor(crates/fmt): Init forked `uu_fmt` libraryBenedikt Peetz2025-02-16
* chore(crates/termsize): VendorBenedikt Peetz2025-02-16
* refactor(treewide): Remove all references of the now obsolete update_raw.pyBenedikt Peetz2025-02-16
* feat(yt/update): Port the Python updater to rustBenedikt Peetz2025-02-16
* chore(yt): Change the type of `max_backlog` to `usize`Benedikt Peetz2025-02-16
* fix(crates/yt_dlp/wrappers/info_json): Serialize the `InfoType`s with their c...Benedikt Peetz2025-02-16
* fix(crates/yt_dlp/wrappers/info_json): Don't serialize `None` valuesBenedikt Peetz2025-02-16
* feat(crates/yt_dlp/lib): Wrap `process_ie_result` functionBenedikt Peetz2025-02-16
* fix(crates/yt_dlp/lib): Actually resolve the `entries` generator objectBenedikt Peetz2025-02-16
* fix(crates/yt_dlp/lib): Swallow all error logs from yt_dlpBenedikt Peetz2025-02-16
* fix(crates/yt_dlp/progress_hook): Print the progress to stderrBenedikt Peetz2025-02-16
* fix(crates/yt_dlp/error::PythonError): Add the python type as `kind`Benedikt Peetz2025-02-16
* fix(crates/libmpv2/Mpv::command): Correctly escape argumentsBenedikt Peetz2025-02-14
* fix(yt/watch): Always open a `mpv` windowBenedikt Peetz2025-02-14
* fix(yt/select/selection_file/help.str): Disable vim line wrappingBenedikt Peetz2025-02-14
* feat(yt/status): Include the approximate total watch timeBenedikt Peetz2025-02-14
* feat(yt/select/selection_file/duration): Support durations up to daysBenedikt Peetz2025-02-14
* fix(yt/download/download_options): Stop trying to write annotationsBenedikt Peetz2025-02-14
* fix(package/blake3): Migrate to the new `fetchCargoVendor` fetcherBenedikt Peetz2025-02-14
* feat(yt): Make colorization of the output configurableBenedikt Peetz2025-02-14
* fix(yt/cli): Make most of the arguments to `yt select <cmd> <hash>` optionalBenedikt Peetz2025-02-14
* feat(yt/select/cmds/add): Support `start` `stop` argsBenedikt Peetz2025-02-14
* feat(version): Include `yt-dlp` and `python` version in `--version`Benedikt Peetz2025-02-14