An application for viewing album art of the song currently playing in mpd
.gitignore | ||
configure.sh | ||
Makefile | ||
mpdart.c | ||
README |
mpdart ====== A simple mpd client which only displays the cover art for the current song. depends ------- libX11 libmpdclient libim2 pkg-config (optional build time dependency, without it one might need to change the generated config.mk manually) building -------- ./configure.sh make make install # supports PREFIX and DESTDIR