about summary refs log tree commit diff stats
path: root/pkgs/by-name/mp/mpdpopm/src/config.rs (follow)
Commit message (Collapse)AuthorAge
* pkgs/mpdpopm: Parse MPD_HOST to determine connectionBenedikt Peetz17 hours
| | | | This is way more useful, than hard-coding `localhost:6600`.
* pkgs/mpdpopm: Switch error handling from snafu to anyhowBenedikt Peetz17 hours
| | | | | This is not a library, as such we can just use anyhow and provide better and more concise errors to the user.
* modules/{mpdpopm,legacy/beets}: Move the mpd stat tracking to mpdpopmBenedikt Peetz37 hours
| | | | | It is just easier to use the hand-written rust version, than to try to do this via the beets plugin.
* pkgs/mpdpopm: InitBenedikt Peetz38 hours
This is based on https://github.com/sp1ff/mpdpopm at commit 178df8ad3a5c39281cfd8b3cec05394f4c9256fd.