An application for viewing album art of the song currently playing in mpd
 
 
 
Go to file
Rachel Lambda Samuelsson c2930207df switched to markdown 2021-01-28 15:45:01 +01:00
.gitignore Works decently (except for issues with violent resizing). 2021-01-27 16:16:29 +01:00
LICENSE Updated README and added LICENSE 2021-01-28 15:26:56 +01:00
Makefile removed unnecessary depend and made README more readable 2021-01-27 17:32:49 +01:00
README updated readme with usage info 2021-01-28 15:38:23 +01:00
README.md switched to markdown 2021-01-28 15:45:01 +01:00
configure.sh use pkg-config for configuring x11 2021-01-27 23:42:59 +01:00
mpdart.c don't reload the same image for new songs 2021-01-28 15:21:59 +01:00

README.md

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

usage

There are three flags:

mpdart -d musicdir -h host -p port

Though only -d is needed:

mpdart -d ~/music

Once mpdart is running you can press the window to toggle mpds pause/play.

contributing

pull requests

If you like github you can contribute by sending in a pull request at https://github.com/depsterr/mpdart

patches

If you dont like github you can contribute by emailing me at depsterr at protonmail dot com with the output of

git format-patch

after youve commited your changes to your local tree.

credits

Big thanks to my friend wooosh for helping me debug and develop this :)