about summary refs log tree commit diff stats
path: root/crates/libmpv2/libmpv2-sys/src (unfollow)
Commit message (Expand)Author
2025-07-15refactor(crates/yt): Use the new storage layerBenedikt Peetz
2025-07-14fix(crates/yt/storage/migrate): Merge the `videos` and `video_options` tablesBenedikt Peetz
2025-07-14feat(crates/yt/storage): Migrate inserts to operations and use methodsBenedikt Peetz
2025-07-10refactor(crates/yt): Make every `pub` item `pub(crate)`Benedikt Peetz
2025-07-10docs(crates/libmpv2): Correctly format doc-testBenedikt Peetz
2025-07-10build(Cargo.toml): Update to include new changesBenedikt Peetz
2025-07-10build(Cargo.lock): UpdateBenedikt Peetz
2025-07-10build(.envrc): Set the `PYO3_PYTHON` variable againBenedikt Peetz
2025-07-10refactor(crates/yt/config): Use a macro to generate the config parsing codeBenedikt Peetz
2025-07-10refactor(crates/yt_dlp): Port to `pyo3` againBenedikt Peetz
2025-07-10refactor(crates/bytes): Move into ytBenedikt Peetz
2025-07-10build(.cargo/cargo.toml): Remove pointless `PYO3_PATH`Benedikt Peetz
2025-06-28chore(version): v1.7.1 v1.7.1Benedikt Peetz
2025-06-28fix(yt/subscribe): Don't hard-error on failed subscribe, if it was not specifiedBenedikt Peetz
2025-06-28fix(yt/{subscribe,storage/subscriptions}): Fix more instances of the capitali...Benedikt Peetz
2025-06-28build(nix/package): Update the git hashes after the updateBenedikt Peetz
2025-06-28build(nix/package): Add all required files to the src allow listBenedikt Peetz
2025-06-28chore(yt_dlp/package_hacks): Add missing license headersBenedikt Peetz
2025-06-28chore(yt/storage/video_database/set): Apply some of clippy's suggestionsBenedikt Peetz
2025-06-28fix(yt/select/split): Also use persist the selection fileBenedikt Peetz
2025-06-28fix(yt/select/cmds/add): Use the correct names for the download typeBenedikt Peetz
2025-06-28fix(yt/select/cmds/add): Don't print the title as value, cast it firstBenedikt Peetz
2025-06-28fix(yt/download/progress_hook): Remove superfluous apostrophesBenedikt Peetz
2025-06-28build({flake,Cargo}.lock): UpdateBenedikt Peetz
2025-06-28fix(yt_dlp): Polyfill missing rustpython features used in urllib3Benedikt Peetz
2025-06-28build({nix,flake}): Add missing buildInputsBenedikt Peetz
2025-06-28revert: "build(treewide): Update"Benedikt Peetz
2025-06-24chore(version): v1.7.0 v1.7.0Benedikt Peetz
2025-06-24build(treewide): UpdateBenedikt Peetz
2025-06-24build(yt_dlp/Cargo.toml): Pin git dependenciesBenedikt Peetz
2025-06-24fix(yt_dlp/post_processors/dearrow): Don't try to access the drained vecBenedikt Peetz
2025-06-24feat(yt/version): Add the (rust)python version againBenedikt Peetz
2025-06-24fix(yt/update/grouped): Don't drop the verbosity levelBenedikt Peetz
2025-06-24feat(yt/cli): Also add completion for subscription namesBenedikt Peetz
2025-06-17chore(version): v1.6.1 v1.6.1Benedikt Peetz
2025-06-17build(flake): Teach the flake about the new package.nix locationBenedikt Peetz
2025-06-17chore(treewide): Assure that `nix fmt` and `reuse lint` are happyBenedikt Peetz
2025-06-17build({Cargo,flake}.lock): UpdateBenedikt Peetz
2025-06-17refactor(nix/package): Avoid the duplicated `package` nameBenedikt Peetz
2025-06-17fix(package): Set the PYTHONPATH ourselvesBenedikt Peetz
2025-06-17refactor(yt_dlp): Split the big `lib.rs` file upBenedikt Peetz
2025-06-17refactor(yt_dlp/progress_hook): Use public api via `__priv` moduleBenedikt Peetz
2025-06-17fix(yt_dlp/post_processing/dearrow): Correctly type the `CasualVote` fieldBenedikt Peetz
2025-06-17refactor(yt_dlp/logging): Avoid adding to the `__all__` listBenedikt Peetz
2025-06-17fix(yt_dlp): Typos in stringsBenedikt Peetz
2025-06-17fix(yt_dlp/post_processors): Register in pythonBenedikt Peetz
2025-06-17fix(yt_dlp/post_processors/dearrow): Migrate to curl for api requestsBenedikt Peetz
2025-06-16fix(yt_dlp/): Include the frozen python stdlibBenedikt Peetz
2025-06-16chore(version): v1.6.0 v1.6.0Benedikt Peetz
2025-06-16build(cog.toml): Use the correct remote urlBenedikt Peetz