aboutsummaryrefslogtreecommitdiffstats
path: root/mpd-notification.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-30try to scale with valid pixbuf onlyChristian Hesse1-1/+1
2017-03-03properly handly timeout valuesChristian Hesse1-3/+3
2017-03-02do not disable artwork stuff for remote hostChristian Hesse1-4/+0
2017-03-02add compile time features to version stringChristian Hesse1-1/+8
2017-01-06notify systemd on stopChristian Hesse1-0/+9
2017-01-05make systemd optionalChristian Hesse1-0/+8
2017-01-05give some extra status informationChristian Hesse1-3/+7
2017-01-05use systemd service manager notificationChristian Hesse1-0/+3
2017-01-04update copyright for 2017Christian Hesse1-1/+1
2016-10-10string updatesChristian Hesse1-10/+10
2016-10-10add more error handlingChristian Hesse1-6/+30
2016-10-07allow option 'oneline' in config fileChristian Hesse1-1/+2
2016-10-07sort and complete help outputChristian Hesse1-1/+1
2016-10-07fix compilation without libavChristian Hesse1-5/+7
2016-10-07update error pathChristian Hesse1-14/+20
2016-10-07make libmagic initialization globalChristian Hesse1-17/+20
2016-10-07update verbose and error outputChristian Hesse1-9/+9
2016-10-07update verbose outputChristian Hesse1-4/+12
2016-10-07use libmagic to decide whether to search for media artworkChristian Hesse1-11/+33
2016-10-05support reading options from config fileChristian Hesse1-0/+15
2016-10-05add scale option to help outputChristian Hesse1-1/+1
2016-10-05add notification file workaroundChristian Hesse1-3/+14
2016-10-05keep aspect ratio when scalingChristian Hesse1-1/+9
2016-10-05allow to scale artwork imagesChristian Hesse1-2/+17
2016-10-05merge the artwork functionsChristian Hesse1-52/+32
2016-10-05do not handle image path, but always give pixbufChristian Hesse1-20/+14
2016-10-04always set imageChristian Hesse1-2/+2
2016-04-01Allow one line notificationsChristian Hesse1-8/+20
2016-01-09support local unix socketsRonnie P. Thomas1-1/+1
2016-01-04update copyright for 2016Christian Hesse1-1/+1
2015-11-16read environment variables: MPD_HOST and MPD_PORTChristian Hesse1-1/+9
2015-11-16free resources when nothing to be displayedChristian Hesse1-1/+2
2015-07-14clean AVFormatContextChristian Hesse1-4/+4
2015-07-09make sure to use artwork when availableChristian Hesse1-1/+7
2015-07-09silent libav error messages only when not verboseChristian Hesse1-1/+2
2015-07-09move verbose output into conditional outputChristian Hesse1-3/+3
2015-07-09be verbose about artworkChristian Hesse1-0/+3
2015-07-09always allocate memory for notification stringChristian Hesse1-3/+3
2015-07-09rename define after icon nameChristian Hesse1-3/+3
2015-07-09do not write artwork to file but handle pixbuf to libnotifyChristian Hesse1-36/+35
2015-07-09silent libav error messagesChristian Hesse1-0/+3
2015-07-09rework the notification string handlingChristian Hesse1-16/+37
2015-07-03make libav (and retrieving cover from media file) optionalChristian Hesse1-1/+12
2015-07-03add --version optionChristian Hesse1-5/+16
2015-06-19Implement a notification-timeout option (-t)Samuel Čavoj1-5/+11
2015-04-21use libav/ffmpeg to get artwork from mp3 filesChristian Hesse1-2/+67
2015-03-20check for correct return codeChristian Hesse1-4/+4
2015-01-04update copyright for 2015Christian Hesse1-1/+1
2014-10-01print signal nameChristian Hesse1-3/+3
2014-09-30introduce mpd-notification.hChristian Hesse1-18/+1