aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-043-3/+3
|
* prepare version 0.7.2Christian Hesse2015-12-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
* prepare version 0.7.1Christian Hesse2015-10-131-1/+1
|
* use systemd user unit to (auto-)startChristian Hesse2015-10-124-13/+14
|
* new screenshotsChristian Hesse2015-08-196-4/+4
|
* clean AVFormatContextChristian Hesse2015-07-141-4/+4
|
* prepare version 0.7.0Christian Hesse2015-07-131-1/+1
|
* 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-092-4/+4
|
* do not write artwork to file but handle pixbuf to libnotifyChristian Hesse2015-07-092-37/+38
|
* silent libav error messagesChristian Hesse2015-07-092-1/+4
|
* rework the notification string handlingChristian Hesse2015-07-093-22/+48
|
* add project URLsChristian Hesse2015-07-051-0/+5
|
* update documentationChristian Hesse2015-07-051-1/+2
|
* use the more generic icon audio-x-genericChristian Hesse2015-07-051-1/+1
| | | | http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#mimetypes
* it is sufficient to link against libavformatChristian Hesse2015-07-032-2/+1
|
* make libav (and retrieving cover from media file) optionalChristian Hesse2015-07-033-2/+18
|
* add --version optionChristian Hesse2015-07-031-5/+16
|
* obviously this should read -t... fix copy'n'paste errorChristian Hesse2015-06-191-1/+1
|
* add new timeout option to READMEChristian Hesse2015-06-191-0/+1
|
* 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>
* prepare version 0.6.0Christian Hesse2015-04-211-1/+1
|
* update documentation about libav/ffmpegChristian Hesse2015-04-211-2/+4
|
* use libav/ffmpeg to get artwork from mp3 filesChristian Hesse2015-04-213-2/+74
|
* check for correct return codeChristian Hesse2015-03-201-4/+4
|
* update copyright for 2015Christian Hesse2015-01-043-3/+3
|
* move compiler options to CFLAGSChristian Hesse2014-10-211-2/+2
|
* use ISO C11 standardChristian Hesse2014-10-172-1/+3
|
* print signal nameChristian Hesse2014-10-011-3/+3
|
* prepare version 0.5.2Christian Hesse2014-09-301-1/+1
|
* move NOTIFICATION_TIMEOUT to config.def.hChristian Hesse2014-09-302-2/+3
|
* introduce mpd-notification.hChristian Hesse2014-09-302-18/+40
|
* handle SIGINT and SIGTERMChristian Hesse2014-09-301-9/+36
|
* fix install pathChristian Hesse2014-08-281-1/+1
|
* prepare version 0.5.1Christian Hesse2014-08-281-1/+1
|
* add some more documentationChristian Hesse2014-08-281-0/+18
|
* 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
|
* install artwork screenshotChristian Hesse2014-08-281-1/+2
|
* add screenshot with artworkChristian Hesse2014-08-283-1/+7
|
* prepare version 0.5.0Christian Hesse2014-08-271-1/+1
|
* add support for album artwork, closes #1Christian Hesse2014-08-272-4/+76
|