An application for viewing album art of the song currently playing in mpd
 
 
 
Go to file
Rachel Lambda Samuelsson 0e75231715 made window resizing sensible 2021-01-27 19:00:05 +01:00
.gitignore Works decently (except for issues with violent resizing). 2021-01-27 16:16:29 +01:00
Makefile removed unnecessary depend and made README more readable 2021-01-27 17:32:49 +01:00
README removed unnecessary depend and made README more readable 2021-01-27 17:32:49 +01:00
configure.sh Works decently (except for issues with violent resizing). 2021-01-27 16:16:29 +01:00
mpdart.c made window resizing sensible 2021-01-27 19:00:05 +01:00

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)

building
--------

./configure.sh
make
make install # supports PREFIX and DESTDIR