aboutsummaryrefslogtreecommitdiffstats
path: root/mpd-notification.h
AgeCommit message (Collapse)AuthorFilesLines
2024-01-01update copyright for 2024HEADmainGravatar Christian Hesse1-1/+1
2023-01-03update copyright for 2023Gravatar Christian Hesse1-1/+1
2022-01-03update copyright for 2022Gravatar Christian Hesse1-1/+1
2021-01-01update copyright for 2021Gravatar Christian Hesse1-1/+1
2020-11-25clearly state the licenseGravatar Christian Hesse1-2/+13
2020-01-28update copyright for 2020Gravatar Christian Hesse1-1/+1
2019-01-01update copyright for 2019Gravatar Christian Hesse1-1/+1
2018-01-02update copyright for 2018Gravatar Christian Hesse1-1/+1
2017-01-05make systemd optionalGravatar Christian Hesse1-0/+2
2017-01-05use systemd service manager notificationGravatar Christian Hesse1-0/+3
2017-01-04update copyright for 2017Gravatar Christian Hesse1-1/+1
2016-10-07use libmagic to decide whether to search for media artworkGravatar Christian Hesse1-2/+4
2016-10-07sort header filesGravatar Christian Hesse1-13/+10
2016-10-05support reading options from config fileGravatar Christian Hesse1-0/+2
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.
2016-10-05add notification file workaroundGravatar Christian Hesse1-0/+2
2016-10-05merge the artwork functionsGravatar Christian Hesse1-7/+2
2016-10-05do not handle image path, but always give pixbufGravatar Christian Hesse1-4/+4
2016-04-01Allow one line notificationsGravatar Christian Hesse1-1/+1
This is related to #9.
2016-01-04update copyright for 2016Gravatar Christian Hesse1-1/+1
2015-07-09do not write artwork to file but handle pixbuf to libnotifyGravatar Christian Hesse1-1/+3
2015-07-09rework the notification string handlingGravatar Christian Hesse1-0/+3
2015-07-03it is sufficient to link against libavformatGravatar Christian Hesse1-1/+0
2015-07-03make libav (and retrieving cover from media file) optionalGravatar Christian Hesse1-0/+2
2015-04-21use libav/ffmpeg to get artwork from mp3 filesGravatar Christian Hesse1-0/+6
2015-01-04update copyright for 2015Gravatar Christian Hesse1-1/+1
2014-10-17use ISO C11 standardGravatar Christian Hesse1-0/+2
2014-09-30move NOTIFICATION_TIMEOUT to config.def.hGravatar Christian Hesse1-2/+0
2014-09-30introduce mpd-notification.hGravatar Christian Hesse1-0/+39