aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/mp/mpdpopm/src (unfollow)
Commit message (Collapse)Author
2026-01-31pkgs/mpdpopm: Use consistent names for the sticker storage modulesBenedikt Peetz
2026-01-31pkgs/mpdpopm: Fix typo in `title` filterBenedikt Peetz
2026-01-31pkgs/mpdpopm: Don't fail on config init, when `MPD_HOST` is unsetBenedikt Peetz
2026-01-27pkgs/mpdpopm: Provide full access queries via the `searchadd` commandBenedikt Peetz
2026-01-27pkgs/mpdpopm: Remove the whole message handling codeBenedikt 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-25pkgs/mpdpopm: Parse MPD_HOST to determine connectionBenedikt Peetz
This is way more useful, than hard-coding `localhost:6600`.
2026-01-25pkgs/mpdpopm: Switch error handling from snafu to anyhowBenedikt 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-25pkgs/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-25modules/river/keymap: Provide access to rate songs, bad/goodBenedikt Peetz
2026-01-25modules/{mpdpopm,legacy/beets}: Move the mpd stat tracking to mpdpopmBenedikt Peetz
It is just easier to use the hand-written rust version, than to try to do this via the beets plugin.
2026-01-24pkgs/mpdpopm: InitBenedikt Peetz
This is based on https://github.com/sp1ff/mpdpopm at commit 178df8ad3a5c39281cfd8b3cec05394f4c9256fd.