aboutsummaryrefslogtreecommitdiff
path: root/mpd.c
Commit message (Collapse)AuthorAgeFilesLines
* Move the MPD client interface to libertyPřemysl Janouch2016-10-111-649/+0
| | | | It seems like there aren't going to be any big changes any time soon.
* Simplify mpd_client_on_timeout()Přemysl Janouch2016-10-111-8/+5
| | | | No real need to ping the daemon.
* Make the debug tab prettierPřemysl Janouch2016-10-031-2/+9
| | | | And the MPD code a little bit more generic.
* Initial commitPřemysl Janouch2016-10-011-0/+645
This is mostly sdtui code ported over from GLib to liberty, with some MPD code from desktop-tools. It tracks the current song and that's it.