| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2026-01-31 | pkgs/mpdpopm: Actually rerun the `build.rs`, when the filter file changes | Benedikt Peetz | |
| 2026-01-31 | pkgs/mpdpopm: Don't fail on config init, when `MPD_HOST` is unset | Benedikt Peetz | |
| 2026-01-27 | pkgs/mpdpopm: Provide full access queries via the `searchadd` command | Benedikt Peetz | |
| 2026-01-27 | pkgs/mpdpopm: Remove the whole message handling code | Benedikt Peetz | |
| It is easier to handle the messages before sending them. The only thing we lose is the ability to specify messages via external clients. | |||
| 2026-01-27 | pkgs/mpp-lyrics: Account for different name for lyrics key in mp3 files | Benedikt Peetz | |
| 2026-01-27 | pkgs/mpdpopm/update.sh: Avoid running `nix flake update` | Benedikt Peetz | |
| That is already covered by the `by-name` update script. | |||
| 2026-01-25 | pkgs/mpp: Also include a pass-through for `mpdpopm` | Benedikt Peetz | |
| 2026-01-25 | pkgs/mpdpopm: Parse MPD_HOST to determine connection | Benedikt Peetz | |
| This is way more useful, than hard-coding `localhost:6600`. | |||
| 2026-01-25 | pkgs/mpdpopm: Switch error handling from snafu to anyhow | Benedikt Peetz | |
| This is not a library, as such we can just use anyhow and provide better and more concise errors to the user. | |||
| 2026-01-25 | pkgs/mpdpopm: Make the rating centered around 0 (i.e. a i8 instead of u8) | Benedikt Peetz | |
| This allows us to correctly track "negative" ratings, when the user specifies `rating decr` multiple times. | |||
| 2026-01-25 | modules/river/keymap: Provide access to rate songs, bad/good | Benedikt Peetz | |
| 2026-01-25 | modules/{mpdpopm,legacy/beets}: Move the mpd stat tracking to mpdpopm | Benedikt Peetz | |
| It is just easier to use the hand-written rust version, than to try to do this via the beets plugin. | |||
| 2026-01-24 | pkgs/mpdpopm: Init | Benedikt Peetz | |
| This is based on https://github.com/sp1ff/mpdpopm at commit 178df8ad3a5c39281cfd8b3cec05394f4c9256fd. | |||
| 2025-05-20 | pkgs/mpp: Keep meta attributes like `mainProgram` | Benedikt Peetz | |
| 2025-05-05 | pkgs/mpp: Avoid unbound variable error | Benedikt Peetz | |
| 2025-05-04 | pkgs/mpp-lyrics: Use correct beets music directory | Benedikt Peetz | |
| 2025-04-27 | treewide: Add nice GPL-3.0-or-later license header | Benedikt Peetz | |
| This change also ensures that this repo is reuse-3.0 compliant. | |||
| 2025-04-14 | pkgs/mpp: Migrate to `writeShellApplication` | Benedikt Peetz | |
| 2025-04-14 | pkgs/mpp-searchadd: Migrate to `writeShellApplication` | Benedikt Peetz | |
| 2025-04-14 | pkgs/mpp-lyrics: Migrate to `writeShellApplication` | Benedikt Peetz | |
| 2025-04-14 | pkgs/mpp-beetrm: Migrate to `writeShellApplication` | Benedikt Peetz | |
| 2024-11-17 | fix(pkgs/mpp): Include the `mpc` zsh completions | Benedikt Peetz | |
| 2024-11-17 | refactor(legacy/conf/mpd): Move to a unified `mpd` by-name module | Benedikt Peetz | |
| 2024-11-16 | refactor(pkgs/mpc): Rename to `mpp` | Benedikt Peetz | |
| Nixpkgs has renamed their `mpc-cli` package to just `mpc`, turning this `mpc` package into an override for the official nixpkgs one. I think being explicit about the fact, that `mpc` is wrapped is the best solution here. | |||
| 2024-08-11 | fix(pkgs/mpc-rm): Rename to `mpc-beetrm` | Benedikt Peetz | |
| This avoids shadowing the original `mpc rm` command | |||
| 2024-08-10 | fix(pkgs/mpc): Update the new music handling system | Benedikt Peetz | |
| 2024-05-23 | refactor(pkgs): Categorize into `by-name` shards | Benedikt Peetz | |
| This might not be the perfect way to organize a package set -- especially if the set is not nearly the size of nixpkgs -- but it is _at_ least a way of organization. | |||
