aboutsummaryrefslogtreecommitdiffstats
path: root/mpd-notification.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-09-30handle SIGINT and SIGTERMChristian Hesse1-9/+36
2014-08-28handle icon in root directoryChristian Hesse1-1/+6
2014-08-28update help outputChristian Hesse1-1/+1
2014-08-28do not use DEBUG macro, but use verbose command line argumentChristian Hesse1-22/+33
2014-08-27add support for album artwork, closes #1Christian Hesse1-4/+72
2014-08-09allow to use long command line argumentsChristian Hesse1-1/+11
2014-07-02free strings after useChristian Hesse1-3/+7
2014-05-06use getopt for command line parsingChristian Hesse1-27/+13
2014-01-02write version to header fileChristian Hesse1-0/+1
2014-01-02update copyright yearChristian Hesse1-1/+1
2013-10-30complain if hostname is emptyChristian Hesse1-0/+4
2013-10-22parse command line options for host and portChristian Hesse1-0/+27
2013-10-22add mpd host configuration optionsChristian Hesse1-1/+3
2013-09-12print PID in debug modeChristian Hesse1-0/+4
2013-08-23display the notification again on SIGUSR1Christian Hesse1-10/+32
2013-08-08indent includesChristian Hesse1-7/+7
2013-07-25introduce config.hChristian Hesse1-8/+2
2013-07-11use sizeof()Christian Hesse1-1/+1
2013-07-07fix compilation with libnotify < 0.7.0Christian Hesse1-1/+6
2013-07-04remove trailing whitespacesChristian Hesse1-1/+1
2013-07-03add note about debug outputChristian Hesse1-1/+5
2013-04-29whitespaces/tabsChristian Hesse1-6/+6
2013-04-27set properties only onceChristian Hesse1-2/+2
2013-04-17remove useless castChristian Hesse1-1/+1
2013-04-15initial commitChristian Hesse1-0/+127