aboutsummaryrefslogtreecommitdiffstats
path: root/mpd-notification.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* notify systemd on stopChristian Hesse2017-01-061-0/+9
|
* make systemd optionalChristian Hesse2017-01-051-0/+8
|
* give some extra status informationChristian Hesse2017-01-051-3/+7
|
* use systemd service manager notificationChristian Hesse2017-01-051-0/+3
|
* update copyright for 2017Christian Hesse2017-01-041-1/+1
|
* string updatesChristian Hesse2016-10-101-10/+10
|
* add more error handlingChristian Hesse2016-10-101-6/+30
| | | | Signed-off-by: Christian Hesse <mail@eworm.de>
* allow option 'oneline' in config fileChristian Hesse2016-10-071-1/+2
|
* sort and complete help outputChristian Hesse2016-10-071-1/+1
|
* fix compilation without libavChristian Hesse2016-10-071-5/+7
|
* update error pathChristian Hesse2016-10-071-14/+20
|
* make libmagic initialization globalChristian Hesse2016-10-071-17/+20
|
* update verbose and error outputChristian Hesse2016-10-071-9/+9
|
* update verbose outputChristian Hesse2016-10-071-4/+12
|
* use libmagic to decide whether to search for media artworkChristian Hesse2016-10-071-11/+33
|
* support reading options from config fileChristian Hesse2016-10-051-0/+15
| | | | | | | | | | | | | 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.
* add scale option to help outputChristian Hesse2016-10-051-1/+1
|
* add notification file workaroundChristian Hesse2016-10-051-3/+14
|
* keep aspect ratio when scalingChristian Hesse2016-10-051-1/+9
|
* allow to scale artwork imagesChristian Hesse2016-10-051-2/+17
|
* merge the artwork functionsChristian Hesse2016-10-051-52/+32
|
* do not handle image path, but always give pixbufChristian Hesse2016-10-051-20/+14
|
* always set imageChristian Hesse2016-10-041-2/+2
| | | | | Looks like libnotify does remember the image even if the notification is updated. So always set the image, it is cleared when called with NULL.
* Allow one line notificationsChristian Hesse2016-04-011-8/+20
| | | | This is related to #9.
* support local unix socketsRonnie P. Thomas2016-01-091-1/+1
| | | | Add support for using local AF_UNIX sockets as host
* update copyright for 2016Christian Hesse2016-01-041-1/+1
|
* read environment variables: MPD_HOST and MPD_PORTChristian Hesse2015-11-161-1/+9
| | | | Fixes #6
* free resources when nothing to be displayedChristian Hesse2015-11-161-1/+2
| | | | | We need to free our resources, otherwise subsequent calls will fail. Should fix #7
* clean AVFormatContextChristian Hesse2015-07-141-4/+4
|
* make sure to use artwork when availableChristian Hesse2015-07-091-1/+7
|
* silent libav error messages only when not verboseChristian Hesse2015-07-091-1/+2
|
* move verbose output into conditional outputChristian Hesse2015-07-091-3/+3
|
* be verbose about artworkChristian Hesse2015-07-091-0/+3
|
* always allocate memory for notification stringChristian Hesse2015-07-091-3/+3
|
* rename define after icon nameChristian Hesse2015-07-091-3/+3
|
* do not write artwork to file but handle pixbuf to libnotifyChristian Hesse2015-07-091-36/+35
|
* 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
|