aboutsummaryrefslogtreecommitdiffstats
path: root/mpd-notification.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-09support local unix socketsGravatar Ronnie P. Thomas1-1/+1
2016-01-04update copyright for 2016Gravatar Christian Hesse1-1/+1
2015-11-16read environment variables: MPD_HOST and MPD_PORTGravatar Christian Hesse1-1/+9
2015-11-16free resources when nothing to be displayedGravatar Christian Hesse1-1/+2
2015-07-14clean AVFormatContextGravatar Christian Hesse1-4/+4
2015-07-09make sure to use artwork when availableGravatar Christian Hesse1-1/+7
2015-07-09silent libav error messages only when not verboseGravatar Christian Hesse1-1/+2
2015-07-09move verbose output into conditional outputGravatar Christian Hesse1-3/+3
2015-07-09be verbose about artworkGravatar Christian Hesse1-0/+3
2015-07-09always allocate memory for notification stringGravatar Christian Hesse1-3/+3
2015-07-09rename define after icon nameGravatar Christian Hesse1-3/+3
2015-07-09do not write artwork to file but handle pixbuf to libnotifyGravatar Christian Hesse1-36/+35
2015-07-09silent libav error messagesGravatar Christian Hesse1-0/+3
2015-07-09rework the notification string handlingGravatar Christian Hesse1-16/+37
2015-07-03make libav (and retrieving cover from media file) optionalGravatar Christian Hesse1-1/+12
2015-07-03add --version optionGravatar Christian Hesse1-5/+16
2015-06-19Implement a notification-timeout option (-t)Gravatar Samuel Čavoj1-5/+11
2015-04-21use libav/ffmpeg to get artwork from mp3 filesGravatar Christian Hesse1-2/+67
2015-03-20check for correct return codeGravatar Christian Hesse1-4/+4
2015-01-04update copyright for 2015Gravatar Christian Hesse1-1/+1
2014-10-01print signal nameGravatar Christian Hesse1-3/+3
2014-09-30introduce mpd-notification.hGravatar Christian Hesse1-18/+1
2014-09-30handle SIGINT and SIGTERMGravatar Christian Hesse1-9/+36
2014-08-28handle icon in root directoryGravatar Christian Hesse1-1/+6
2014-08-28update help outputGravatar Christian Hesse1-1/+1
2014-08-28do not use DEBUG macro, but use verbose command line argumentGravatar Christian Hesse1-22/+33
2014-08-27add support for album artwork, closes #1Gravatar Christian Hesse1-4/+72
2014-08-09allow to use long command line argumentsGravatar Christian Hesse1-1/+11
2014-07-02free strings after useGravatar Christian Hesse1-3/+7
2014-05-06use getopt for command line parsingGravatar Christian Hesse1-27/+13
2014-01-02write version to header fileGravatar Christian Hesse1-0/+1
2014-01-02update copyright yearGravatar Christian Hesse1-1/+1
2013-10-30complain if hostname is emptyGravatar Christian Hesse1-0/+4
2013-10-22parse command line options for host and portGravatar Christian Hesse1-0/+27
2013-10-22add mpd host configuration optionsGravatar Christian Hesse1-1/+3
2013-09-12print PID in debug modeGravatar Christian Hesse1-0/+4
2013-08-23display the notification again on SIGUSR1Gravatar Christian Hesse1-10/+32
2013-08-08indent includes0.4.2Gravatar Christian Hesse1-7/+7
2013-07-25introduce config.hGravatar Christian Hesse1-8/+2
2013-07-11use sizeof()Gravatar Christian Hesse1-1/+1
2013-07-07fix compilation with libnotify < 0.7.0Gravatar Christian Hesse1-1/+6
2013-07-04remove trailing whitespaces0.4.1Gravatar Christian Hesse1-1/+1
2013-07-03add note about debug outputGravatar Christian Hesse1-1/+5
2013-04-29whitespaces/tabsGravatar Christian Hesse1-6/+6
2013-04-27set properties only onceGravatar Christian Hesse1-2/+2
2013-04-17remove useless castGravatar Christian Hesse1-1/+1
2013-04-15initial commit0.4.0Gravatar Christian Hesse1-0/+127