Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-01 | Allow one line notifications | Christian Hesse | 4 | -11/+24 | |
This is related to #9. | |||||
2016-03-15 | update comment to match the code | Christian Hesse | 1 | -2/+1 | |
2016-01-13 | Merge pull request #8 from hydracone/master | Christian Hesse | 1 | -1/+1 | |
Support local unix sockets | |||||
2016-01-09 | support local unix sockets | Ronnie P. Thomas | 1 | -1/+1 | |
Add support for using local AF_UNIX sockets as host | |||||
2016-01-04 | update copyright for 2016 | Christian Hesse | 3 | -3/+3 | |
2015-12-04 | prepare version 0.7.20.7.2 | Christian Hesse | 1 | -1/+1 | |
2015-11-16 | read environment variables: MPD_HOST and MPD_PORT | Christian Hesse | 1 | -1/+9 | |
Fixes #6 | |||||
2015-11-16 | free resources when nothing to be displayed | Christian Hesse | 1 | -1/+2 | |
We need to free our resources, otherwise subsequent calls will fail. Should fix #7 | |||||
2015-10-13 | prepare version 0.7.10.7.1 | Christian Hesse | 1 | -1/+1 | |
2015-10-12 | use systemd user unit to (auto-)start | Christian Hesse | 4 | -13/+14 | |
2015-08-19 | new screenshots | Christian Hesse | 6 | -4/+4 | |
2015-07-14 | clean AVFormatContext | Christian Hesse | 1 | -4/+4 | |
2015-07-13 | prepare version 0.7.00.7.0 | Christian Hesse | 1 | -1/+1 | |
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 | 2 | -4/+4 | |
2015-07-09 | do not write artwork to file but handle pixbuf to libnotify | Christian Hesse | 2 | -37/+38 | |
2015-07-09 | silent libav error messages | Christian Hesse | 2 | -1/+4 | |
2015-07-09 | rework the notification string handling | Christian Hesse | 3 | -22/+48 | |
2015-07-05 | add project URLs | Christian Hesse | 1 | -0/+5 | |
2015-07-05 | update documentation | Christian Hesse | 1 | -1/+2 | |
2015-07-05 | use the more generic icon audio-x-generic | Christian Hesse | 1 | -1/+1 | |
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#mimetypes | |||||
2015-07-03 | it is sufficient to link against libavformat | Christian Hesse | 2 | -2/+1 | |
2015-07-03 | make libav (and retrieving cover from media file) optional | Christian Hesse | 3 | -2/+18 | |
2015-07-03 | add --version option | Christian Hesse | 1 | -5/+16 | |
2015-06-19 | obviously this should read -t... fix copy'n'paste error | Christian Hesse | 1 | -1/+1 | |
2015-06-19 | add new timeout option to README | Christian Hesse | 1 | -0/+1 | |
2015-06-19 | Implement a notification-timeout option (-t) | Samuel Čavoj | 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> | |||||
2015-04-21 | prepare version 0.6.00.6.0 | Christian Hesse | 1 | -1/+1 | |
2015-04-21 | update documentation about libav/ffmpeg | Christian Hesse | 1 | -2/+4 | |
2015-04-21 | use libav/ffmpeg to get artwork from mp3 files | Christian Hesse | 3 | -2/+74 | |
2015-03-20 | check for correct return code | Christian Hesse | 1 | -4/+4 | |
2015-01-04 | update copyright for 2015 | Christian Hesse | 3 | -3/+3 | |
2014-10-21 | move compiler options to CFLAGS | Christian Hesse | 1 | -2/+2 | |
2014-10-17 | use ISO C11 standard | Christian Hesse | 2 | -1/+3 | |
2014-10-01 | print signal name | Christian Hesse | 1 | -3/+3 | |
2014-09-30 | prepare version 0.5.20.5.2 | Christian Hesse | 1 | -1/+1 | |
2014-09-30 | move NOTIFICATION_TIMEOUT to config.def.h | Christian Hesse | 2 | -2/+3 | |
2014-09-30 | introduce mpd-notification.h | Christian Hesse | 2 | -18/+40 | |
2014-09-30 | handle SIGINT and SIGTERM | Christian Hesse | 1 | -9/+36 | |
2014-08-28 | fix install path0.5.1 | Christian Hesse | 1 | -1/+1 | |
2014-08-28 | prepare version 0.5.1 | Christian Hesse | 1 | -1/+1 | |
2014-08-28 | add some more documentation | Christian Hesse | 1 | -0/+18 | |
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-28 | install artwork screenshot | Christian Hesse | 1 | -1/+2 | |
2014-08-28 | add screenshot with artwork | Christian Hesse | 3 | -1/+7 | |
2014-08-27 | prepare version 0.5.00.5.0 | Christian Hesse | 1 | -1/+1 | |
2014-08-27 | add support for album artwork, closes #1 | Christian Hesse | 2 | -4/+76 | |
2014-08-09 | prepare version 0.4.70.4.7 | Christian Hesse | 1 | -1/+1 | |
2014-08-09 | allow to use long command line arguments | Christian Hesse | 1 | -1/+11 | |
2014-07-03 | prepare release 0.4.60.4.6 | Christian Hesse | 1 | -1/+1 | |
2014-07-02 | free strings after use | Christian Hesse | 1 | -3/+7 | |
2014-07-02 | fix typo | Christian Hesse | 1 | -1/+1 | |
2014-05-06 | prepare release 0.4.50.4.5 | Christian Hesse | 1 | -1/+1 | |
2014-05-06 | use getopt for command line parsing | Christian Hesse | 1 | -27/+13 | |
2014-04-30 | prepare version 0.4.40.4.4 | Christian Hesse | 1 | -1/+1 | |
2014-01-02 | add make release | Christian Hesse | 2 | -0/+6 | |
2014-01-02 | write version to header file | Christian Hesse | 3 | -10/+13 | |
2014-01-02 | update copyright year | Christian Hesse | 2 | -2/+2 | |
2013-11-15 | add 'make distclean' to remove config.h | Christian Hesse | 1 | -0/+3 | |
2013-10-30 | complain if hostname is empty | Christian Hesse | 1 | -0/+4 | |
2013-10-28 | add some code to the header file | Christian Hesse | 1 | -0/+14 | |
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 | 2 | -1/+15 | |
2013-09-25 | prepare version 0.4.30.4.3 | Christian Hesse | 1 | -1/+1 | |
2013-09-25 | add version fallback | Christian Hesse | 1 | -1/+6 | |
2013-09-12 | print PID in debug mode | Christian Hesse | 1 | -0/+4 | |
2013-08-28 | optimize screenshot file sizes | Christian Hesse | 1 | -0/+0 | |
2013-08-23 | display the notification again on SIGUSR1 | Christian Hesse | 2 | -10/+33 | |
2013-08-21 | split install to install-bin and install-doc | Christian Hesse | 1 | -1/+5 | |
2013-08-08 | indent includes0.4.2 | Christian Hesse | 1 | -7/+7 | |
2013-07-25 | introduce config.h | Christian Hesse | 4 | -9/+19 | |
2013-07-17 | build an install documentation | Christian Hesse | 1 | -2/+12 | |
2013-07-17 | add documentation | Christian Hesse | 1 | -1/+45 | |
2013-07-17 | add screenshot | Christian Hesse | 1 | -0/+0 | |
2013-07-11 | use sizeof() | Christian Hesse | 1 | -1/+1 | |
2013-07-10 | add README.html to .gitignore | Christian Hesse | 1 | -0/+1 | |
2013-07-08 | update Makefile | Christian Hesse | 1 | -1/+6 | |
2013-07-07 | fix compilation with libnotify < 0.7.0 | Christian Hesse | 1 | -1/+6 | |
2013-07-04 | add -O2, -Wall and -Werror to CFLAGS | Christian Hesse | 1 | -0/+1 | |
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 | format Makefile | Christian Hesse | 1 | -1/+2 | |
2013-04-15 | initial commit0.4.0 | Christian Hesse | 4 | -0/+150 | |
2013-04-15 | Initial commit | Christian Hesse | 1 | -0/+4 | |