about summary refs log tree commit diff stats
path: root/pkgs/by-name/mp/mpdpopm (follow)
Commit message (Collapse)AuthorAge
* pkgs/mpdpopm: Shuffle `positive`, `neutral` and `negative` pl before useBenedikt Peetz31 hours
|
* pkgs/mpdpopm: Actually report, which kind of track we addedBenedikt Peetz31 hours
|
* pkgs/mpdpopm: Add a (basic) dj modeBenedikt Peetz31 hours
|
* pkgs/mpdpopm: Change the default config to be the new json formatBenedikt Peetz31 hours
|
* pkgs/mpdpopm: Use consistent names for the sticker storage modulesBenedikt Peetz31 hours
|
* pkgs/mpdpopm: Fix typo in `title` filterBenedikt Peetz31 hours
|
* pkgs/mpdpopm: Actually rerun the `build.rs`, when the filter file changesBenedikt Peetz31 hours
|
* pkgs/mpdpopm: Don't fail on config init, when `MPD_HOST` is unsetBenedikt Peetz31 hours
|
* pkgs/mpdpopm: Provide full access queries via the `searchadd` commandBenedikt Peetz5 days
|
* pkgs/mpdpopm: Remove the whole message handling codeBenedikt Peetz5 days
| | | | | | It is easier to handle the messages before sending them. The only thing we lose is the ability to specify messages via external clients.
* pkgs/mpdpopm/update.sh: Avoid running `nix flake update`Benedikt Peetz5 days
| | | | That is already covered by the `by-name` update script.
* pkgs/mpdpopm: Parse MPD_HOST to determine connectionBenedikt Peetz7 days
| | | | This is way more useful, than hard-coding `localhost:6600`.
* pkgs/mpdpopm: Switch error handling from snafu to anyhowBenedikt Peetz7 days
| | | | | This is not a library, as such we can just use anyhow and provide better and more concise errors to the user.
* pkgs/mpdpopm: Make the rating centered around 0 (i.e. a i8 instead of u8)Benedikt Peetz7 days
| | | | | This allows us to correctly track "negative" ratings, when the user specifies `rating decr` multiple times.
* modules/river/keymap: Provide access to rate songs, bad/goodBenedikt Peetz7 days
|
* modules/{mpdpopm,legacy/beets}: Move the mpd stat tracking to mpdpopmBenedikt Peetz8 days
| | | | | It is just easier to use the hand-written rust version, than to try to do this via the beets plugin.
* pkgs/mpdpopm: InitBenedikt Peetz8 days
This is based on https://github.com/sp1ff/mpdpopm at commit 178df8ad3a5c39281cfd8b3cec05394f4c9256fd.