Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | notify systemd on stop | Christian Hesse | 2017-01-06 | 1 | -0/+9 |
| | |||||
* | make systemd optional | Christian Hesse | 2017-01-05 | 1 | -0/+8 |
| | |||||
* | give some extra status information | Christian Hesse | 2017-01-05 | 1 | -3/+7 |
| | |||||
* | use systemd service manager notification | Christian Hesse | 2017-01-05 | 1 | -0/+3 |
| | |||||
* | update copyright for 2017 | Christian Hesse | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | string updates | Christian Hesse | 2016-10-10 | 1 | -10/+10 |
| | |||||
* | add more error handling | Christian Hesse | 2016-10-10 | 1 | -6/+30 |
| | | | | Signed-off-by: Christian Hesse <mail@eworm.de> | ||||
* | allow option 'oneline' in config file | Christian Hesse | 2016-10-07 | 1 | -1/+2 |
| | |||||
* | sort and complete help output | Christian Hesse | 2016-10-07 | 1 | -1/+1 |
| | |||||
* | fix compilation without libav | Christian Hesse | 2016-10-07 | 1 | -5/+7 |
| | |||||
* | update error path | Christian Hesse | 2016-10-07 | 1 | -14/+20 |
| | |||||
* | make libmagic initialization global | Christian Hesse | 2016-10-07 | 1 | -17/+20 |
| | |||||
* | update verbose and error output | Christian Hesse | 2016-10-07 | 1 | -9/+9 |
| | |||||
* | update verbose output | Christian Hesse | 2016-10-07 | 1 | -4/+12 |
| | |||||
* | use libmagic to decide whether to search for media artwork | Christian Hesse | 2016-10-07 | 1 | -11/+33 |
| | |||||
* | support reading options from config file | Christian Hesse | 2016-10-05 | 1 | -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 output | Christian Hesse | 2016-10-05 | 1 | -1/+1 |
| | |||||
* | add notification file workaround | Christian Hesse | 2016-10-05 | 1 | -3/+14 |
| | |||||
* | keep aspect ratio when scaling | Christian Hesse | 2016-10-05 | 1 | -1/+9 |
| | |||||
* | allow to scale artwork images | Christian Hesse | 2016-10-05 | 1 | -2/+17 |
| | |||||
* | merge the artwork functions | Christian Hesse | 2016-10-05 | 1 | -52/+32 |
| | |||||
* | do not handle image path, but always give pixbuf | Christian Hesse | 2016-10-05 | 1 | -20/+14 |
| | |||||
* | always set image | Christian Hesse | 2016-10-04 | 1 | -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 notifications | Christian Hesse | 2016-04-01 | 1 | -8/+20 |
| | | | | This is related to #9. | ||||
* | support local unix sockets | Ronnie P. Thomas | 2016-01-09 | 1 | -1/+1 |
| | | | | Add support for using local AF_UNIX sockets as host | ||||
* | update copyright for 2016 | Christian Hesse | 2016-01-04 | 1 | -1/+1 |
| | |||||
* | read environment variables: MPD_HOST and MPD_PORT | Christian Hesse | 2015-11-16 | 1 | -1/+9 |
| | | | | Fixes #6 | ||||
* | free resources when nothing to be displayed | Christian Hesse | 2015-11-16 | 1 | -1/+2 |
| | | | | | We need to free our resources, otherwise subsequent calls will fail. Should fix #7 | ||||
* | clean AVFormatContext | Christian Hesse | 2015-07-14 | 1 | -4/+4 |
| | |||||
* | make sure to use artwork when available | Christian Hesse | 2015-07-09 | 1 | -1/+7 |
| | |||||
* | silent libav error messages only when not verbose | Christian Hesse | 2015-07-09 | 1 | -1/+2 |
| | |||||
* | move verbose output into conditional output | Christian Hesse | 2015-07-09 | 1 | -3/+3 |
| | |||||
* | be verbose about artwork | Christian Hesse | 2015-07-09 | 1 | -0/+3 |
| | |||||
* | always allocate memory for notification string | Christian Hesse | 2015-07-09 | 1 | -3/+3 |
| | |||||
* | rename define after icon name | Christian Hesse | 2015-07-09 | 1 | -3/+3 |
| | |||||
* | do not write artwork to file but handle pixbuf to libnotify | Christian Hesse | 2015-07-09 | 1 | -36/+35 |
| | |||||
* | silent libav error messages | Christian Hesse | 2015-07-09 | 1 | -0/+3 |
| | |||||
* | rework the notification string handling | Christian Hesse | 2015-07-09 | 1 | -16/+37 |
| | |||||
* | make libav (and retrieving cover from media file) optional | Christian Hesse | 2015-07-03 | 1 | -1/+12 |
| | |||||
* | add --version option | Christian Hesse | 2015-07-03 | 1 | -5/+16 |
| | |||||
* | Implement a notification-timeout option (-t) | Samuel Čavoj | 2015-06-19 | 1 | -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 files | Christian Hesse | 2015-04-21 | 1 | -2/+67 |
| | |||||
* | check for correct return code | Christian Hesse | 2015-03-20 | 1 | -4/+4 |
| | |||||
* | update copyright for 2015 | Christian Hesse | 2015-01-04 | 1 | -1/+1 |
| | |||||
* | print signal name | Christian Hesse | 2014-10-01 | 1 | -3/+3 |
| | |||||
* | introduce mpd-notification.h | Christian Hesse | 2014-09-30 | 1 | -18/+1 |
| | |||||
* | handle SIGINT and SIGTERM | Christian Hesse | 2014-09-30 | 1 | -9/+36 |
| | |||||
* | handle icon in root directory | Christian Hesse | 2014-08-28 | 1 | -1/+6 |
| | |||||
* | update help output | Christian Hesse | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | do not use DEBUG macro, but use verbose command line argument | Christian Hesse | 2014-08-28 | 1 | -22/+33 |
| |