An application for viewing album art of the song currently playing in mpd
 
 
 
Go to file
Rachel Lambda Samuelsson a333405ac1 Works decently (except for issues with violent resizing). 2021-01-27 16:16:29 +01:00
.gitignore Works decently (except for issues with violent resizing). 2021-01-27 16:16:29 +01:00
Makefile Works decently (except for issues with violent resizing). 2021-01-27 16:16:29 +01:00
README first sort of working commit 2021-01-27 14:55:01 +01:00
configure.sh Works decently (except for issues with violent resizing). 2021-01-27 16:16:29 +01:00
mpdart.c Works decently (except for issues with violent resizing). 2021-01-27 16:16:29 +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, without it one might need to change the generated config.mk manually)

building
--------

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