Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-10-07 | make libmagic initialization global | Christian Hesse | 1 | -17/+20 |
2016-10-07 | update verbose and error output | Christian Hesse | 1 | -9/+9 |
2016-10-07 | update verbose output | Christian Hesse | 1 | -4/+12 |
2016-10-07 | use libmagic to decide whether to search for media artwork | Christian Hesse | 1 | -11/+33 |
2016-10-05 | support reading options from config file•••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. | Christian Hesse | 1 | -0/+15 |
2016-10-05 | add scale option to help output | Christian Hesse | 1 | -1/+1 |
2016-10-05 | add notification file workaround | Christian Hesse | 1 | -3/+14 |
2016-10-05 | keep aspect ratio when scaling | Christian Hesse | 1 | -1/+9 |
2016-10-05 | allow to scale artwork images | Christian Hesse | 1 | -2/+17 |
2016-10-05 | merge the artwork functions | Christian Hesse | 1 | -52/+32 |
2016-10-05 | do not handle image path, but always give pixbuf | Christian Hesse | 1 | -20/+14 |
2016-10-04 | always set image•••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. | Christian Hesse | 1 | -2/+2 |
2016-04-01 | Allow one line notifications•••This is related to #9. | Christian Hesse | 1 | -8/+20 |
2016-01-09 | support local unix sockets•••Add support for using local AF_UNIX sockets as host | Ronnie P. Thomas | 1 | -1/+1 |
2016-01-04 | update copyright for 2016 | Christian Hesse | 1 | -1/+1 |
2015-11-16 | read environment variables: MPD_HOST and MPD_PORT•••Fixes #6 | Christian Hesse | 1 | -1/+9 |
2015-11-16 | free resources when nothing to be displayed•••We need to free our resources, otherwise subsequent calls will fail. Should fix #7 | Christian Hesse | 1 | -1/+2 |
2015-07-14 | clean AVFormatContext | Christian Hesse | 1 | -4/+4 |
2015-07-09 | make sure to use artwork when available | Christian Hesse | 1 | -1/+7 |
2015-07-09 | silent libav error messages only when not verbose | Christian Hesse | 1 | -1/+2 |
2015-07-09 | move verbose output into conditional output | Christian Hesse | 1 | -3/+3 |
2015-07-09 | be verbose about artwork | Christian Hesse | 1 | -0/+3 |
2015-07-09 | always allocate memory for notification string | Christian Hesse | 1 | -3/+3 |
2015-07-09 | rename define after icon name | Christian Hesse | 1 | -3/+3 |
2015-07-09 | do not write artwork to file but handle pixbuf to libnotify | Christian Hesse | 1 | -36/+35 |
2015-07-09 | silent libav error messages | Christian Hesse | 1 | -0/+3 |
2015-07-09 | rework the notification string handling | Christian Hesse | 1 | -16/+37 |
2015-07-03 | make libav (and retrieving cover from media file) optional | Christian Hesse | 1 | -1/+12 |
2015-07-03 | add --version option | Christian Hesse | 1 | -5/+16 |
2015-06-19 | Implement a notification-timeout option (-t)•••It takes a floating point input in seconds and is converted to ms before passed to libnotify. Modified-by: Christian Hesse <mail@eworm.de> | Samuel Čavoj | 1 | -5/+11 |
2015-04-21 | use libav/ffmpeg to get artwork from mp3 files | Christian Hesse | 1 | -2/+67 |
2015-03-20 | check for correct return code | Christian Hesse | 1 | -4/+4 |
2015-01-04 | update copyright for 2015 | Christian Hesse | 1 | -1/+1 |
2014-10-01 | print signal name | Christian Hesse | 1 | -3/+3 |
2014-09-30 | introduce mpd-notification.h | Christian Hesse | 1 | -18/+1 |
2014-09-30 | handle SIGINT and SIGTERM | Christian Hesse | 1 | -9/+36 |
2014-08-28 | handle icon in root directory | Christian Hesse | 1 | -1/+6 |
2014-08-28 | update help output | Christian Hesse | 1 | -1/+1 |
2014-08-28 | do not use DEBUG macro, but use verbose command line argument | Christian Hesse | 1 | -22/+33 |
2014-08-27 | add support for album artwork, closes #1 | Christian Hesse | 1 | -4/+72 |
2014-08-09 | allow to use long command line arguments | Christian Hesse | 1 | -1/+11 |
2014-07-02 | free strings after use | Christian Hesse | 1 | -3/+7 |
2014-05-06 | use getopt for command line parsing | Christian Hesse | 1 | -27/+13 |
2014-01-02 | write version to header file | Christian Hesse | 1 | -0/+1 |
2014-01-02 | update copyright year | Christian Hesse | 1 | -1/+1 |
2013-10-30 | complain if hostname is empty | Christian Hesse | 1 | -0/+4 |
2013-10-22 | parse command line options for host and port | Christian Hesse | 1 | -0/+27 |
2013-10-22 | add mpd host configuration options | Christian Hesse | 1 | -1/+3 |
2013-09-12 | print PID in debug mode | Christian Hesse | 1 | -0/+4 |
2013-08-23 | display the notification again on SIGUSR1 | Christian Hesse | 1 | -10/+32 |
2013-08-08 | indent includes0.4.2 | Christian Hesse | 1 | -7/+7 |
2013-07-25 | introduce config.h | Christian Hesse | 1 | -8/+2 |
2013-07-11 | use sizeof() | Christian Hesse | 1 | -1/+1 |
2013-07-07 | fix compilation with libnotify < 0.7.0 | Christian Hesse | 1 | -1/+6 |
2013-07-04 | remove trailing whitespaces0.4.1 | Christian Hesse | 1 | -1/+1 |
2013-07-03 | add note about debug output | Christian Hesse | 1 | -1/+5 |
2013-04-29 | whitespaces/tabs | Christian Hesse | 1 | -6/+6 |
2013-04-27 | set properties only once | Christian Hesse | 1 | -2/+2 |
2013-04-17 | remove useless cast | Christian Hesse | 1 | -1/+1 |
2013-04-15 | initial commit0.4.0 | Christian Hesse | 1 | -0/+127 |