aboutsummaryrefslogtreecommitdiffstats
path: root/mpd-notification.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* silent libav error messagesChristian Hesse2015-07-091-0/+3
|
* rework the notification string handlingChristian Hesse2015-07-091-16/+37
|
* make libav (and retrieving cover from media file) optionalChristian Hesse2015-07-031-1/+12
|
* add --version optionChristian Hesse2015-07-031-5/+16
|
* Implement a notification-timeout option (-t)Samuel Čavoj2015-06-191-5/+11
| | | | | | It takes a floating point input in seconds and is converted to ms before passed to libnotify. Modified-by: Christian Hesse <mail@eworm.de>
* use libav/ffmpeg to get artwork from mp3 filesChristian Hesse2015-04-211-2/+67
|
* check for correct return codeChristian Hesse2015-03-201-4/+4
|
* update copyright for 2015Christian Hesse2015-01-041-1/+1
|
* print signal nameChristian Hesse2014-10-011-3/+3
|
* introduce mpd-notification.hChristian Hesse2014-09-301-18/+1
|
* handle SIGINT and SIGTERMChristian Hesse2014-09-301-9/+36
|
* handle icon in root directoryChristian Hesse2014-08-281-1/+6
|
* update help outputChristian Hesse2014-08-281-1/+1
|
* do not use DEBUG macro, but use verbose command line argumentChristian Hesse2014-08-281-22/+33
|
* add support for album artwork, closes #1Christian Hesse2014-08-271-4/+72
|
* allow to use long command line argumentsChristian Hesse2014-08-091-1/+11
|
* free strings after useChristian Hesse2014-07-021-3/+7
|
* use getopt for command line parsingChristian Hesse2014-05-061-27/+13
|
* write version to header fileChristian Hesse2014-01-021-0/+1
|
* update copyright yearChristian Hesse2014-01-021-1/+1
|
* complain if hostname is emptyChristian Hesse2013-10-301-0/+4
|
* parse command line options for host and portChristian Hesse2013-10-221-0/+27
|
* add mpd host configuration optionsChristian Hesse2013-10-221-1/+3
|
* print PID in debug modeChristian Hesse2013-09-121-0/+4
|
* display the notification again on SIGUSR1Christian Hesse2013-08-231-10/+32
|
* indent includesChristian Hesse2013-08-081-7/+7
|
* introduce config.hChristian Hesse2013-07-251-8/+2
|
* use sizeof()Christian Hesse2013-07-111-1/+1
|
* fix compilation with libnotify < 0.7.0Christian Hesse2013-07-071-1/+6
|
* remove trailing whitespacesChristian Hesse2013-07-041-1/+1
|
* add note about debug outputChristian Hesse2013-07-031-1/+5
|
* whitespaces/tabsChristian Hesse2013-04-291-6/+6
|
* set properties only onceChristian Hesse2013-04-271-2/+2
|
* remove useless castChristian Hesse2013-04-171-1/+1
|
* initial commitChristian Hesse2013-04-151-0/+127