Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-01-04 | update copyright for 2017 | Christian Hesse | 1 | -1/+1 |
2016-10-07 | use libmagic to decide whether to search for media artwork | Christian Hesse | 1 | -2/+4 |
2016-10-07 | sort header files | Christian Hesse | 1 | -13/+10 |
2016-10-05 | support reading options from config file•••This tries to read ~/.local/mpd-notification.conf, which is expected to look like this: host = localhost port = 6600 music-dir = /srv/media/music/ scale = 200 timeout = 20 Unused options can be commented or removed completely. | Christian Hesse | 1 | -0/+2 |
2016-10-05 | add notification file workaround | Christian Hesse | 1 | -0/+2 |
2016-10-05 | merge the artwork functions | Christian Hesse | 1 | -7/+2 |
2016-10-05 | do not handle image path, but always give pixbuf | Christian Hesse | 1 | -4/+4 |
2016-04-01 | Allow one line notifications•••This is related to #9. | Christian Hesse | 1 | -1/+1 |
2016-01-04 | update copyright for 2016 | Christian Hesse | 1 | -1/+1 |
2015-07-09 | do not write artwork to file but handle pixbuf to libnotify | Christian Hesse | 1 | -1/+3 |
2015-07-09 | rework the notification string handling | Christian Hesse | 1 | -0/+3 |
2015-07-03 | it is sufficient to link against libavformat | Christian Hesse | 1 | -1/+0 |
2015-07-03 | make libav (and retrieving cover from media file) optional | Christian Hesse | 1 | -0/+2 |
2015-04-21 | use libav/ffmpeg to get artwork from mp3 files | Christian Hesse | 1 | -0/+6 |
2015-01-04 | update copyright for 2015 | Christian Hesse | 1 | -1/+1 |
2014-10-17 | use ISO C11 standard | Christian Hesse | 1 | -0/+2 |
2014-09-30 | move NOTIFICATION_TIMEOUT to config.def.h | Christian Hesse | 1 | -2/+0 |
2014-09-30 | introduce mpd-notification.h | Christian Hesse | 1 | -0/+39 |