Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-01-02 | update copyright for 2018 | Christian Hesse | 3 | -3/+3 |
2017-12-14 | prepare version 0.8.30.8.3 | Christian Hesse | 1 | -1/+1 |
2017-11-22 | use printf to generate version.h | Christian Hesse | 1 | -3/+1 |
2017-10-30 | try to scale with valid pixbuf only | Christian Hesse | 1 | -1/+1 |
2017-10-20 | use annotated (and signed) tags only | Christian Hesse | 1 | -1/+1 |
2017-03-08 | use https for my mirror | Christian Hesse | 1 | -1/+1 |
2017-03-06 | prepare version 0.8.20.8.2 | Christian Hesse | 1 | -1/+1 |
2017-03-03 | properly handly timeout values•••The timeout value in the config file was expected to be in ms... Fixes #18 | Christian Hesse | 2 | -4/+4 |
2017-03-02 | do not disable artwork stuff for remote host•••Looks like people run mpd on remote host and have a copy (or net mount) with media and/or image files on local system. So do not disable artwork stuff for remote host. Fixes #16 | Christian Hesse | 1 | -4/+0 |
2017-03-02 | add compile time features to version string | Christian Hesse | 1 | -1/+8 |
2017-01-06 | notify systemd on stop | Christian Hesse | 1 | -0/+9 |
2017-01-05 | prepare version 0.8.10.8.1 | Christian Hesse | 1 | -1/+1 |
2017-01-05 | make systemd optional | Christian Hesse | 3 | -1/+14 |
2017-01-05 | rename variable for libav cflags | Christian Hesse | 1 | -3/+3 |
2017-01-05 | add systemd dependency in README | Christian Hesse | 1 | -0/+1 |
2017-01-05 | give some extra status information | Christian Hesse | 1 | -3/+7 |
2017-01-05 | use systemd service manager notification | Christian Hesse | 4 | -1/+8 |
2017-01-04 | remove workaround from systemd unit•••Version 0.20 of mpd is available, which provides proper startup notification. So drop the workaround... mpd-0-20 | Christian Hesse | 1 | -7/+0 |
2017-01-04 | update copyright for 2017 | Christian Hesse | 3 | -3/+3 |
2016-10-10 | prepare version 0.8.00.8.0 | Christian Hesse | 1 | -1/+1 |
2016-10-10 | string updates | Christian Hesse | 1 | -10/+10 |
2016-10-10 | add more error handling•••Signed-off-by: Christian Hesse <mail@eworm.de> | Christian Hesse | 1 | -6/+30 |
2016-10-07 | allow option 'oneline' in config file | Christian Hesse | 2 | -1/+3 |
2016-10-07 | sort and complete help output | Christian Hesse | 1 | -1/+1 |
2016-10-07 | fix compilation without libav | Christian Hesse | 1 | -5/+7 |
2016-10-07 | mention the new dependency (file/libmagic) | Christian Hesse | 1 | -0/+1 |
2016-10-07 | update error path | Christian Hesse | 1 | -14/+20 |
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 | 3 | -13/+38 |
2016-10-07 | sort header files | Christian Hesse | 1 | -13/+10 |
2016-10-07 | let make depend on header file | Christian Hesse | 1 | -1/+1 |
2016-10-06 | fix configuration file path in documentation•••This is stored in ~/.config/, no ~/.local/. | Christian Hesse | 1 | -1/+1 |
2016-10-05 | Merge branch 'config' | Christian Hesse | 4 | -5/+40 |
2016-10-05 | mention the new dependency | Christian Hesse | 1 | -0/+1 |
2016-10-05 | add basic documentation about configuration file | Christian Hesse | 1 | -5/+21 |
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 | 3 | -0/+18 |
2016-10-05 | Merge branch 'pixbuf' | Christian Hesse | 3 | -70/+79 |
2016-10-05 | add scale option to help output | Christian Hesse | 1 | -1/+1 |
2016-10-05 | add notification file workaround | Christian Hesse | 3 | -3/+18 |
2016-10-05 | keep aspect ratio when scaling | Christian Hesse | 2 | -2/+11 |
2016-10-05 | allow to scale artwork images | Christian Hesse | 2 | -2/+18 |
2016-10-05 | merge the artwork functions | Christian Hesse | 2 | -59/+34 |
2016-10-05 | do not handle image path, but always give pixbuf | Christian Hesse | 2 | -24/+18 |
2016-10-05 | clarify option arguments in documentation | Christian Hesse | 1 | -4/+4 |
2016-10-04 | prepare version 0.7.50.7.5 | Christian Hesse | 1 | -1/+1 |
2016-10-04 | Merge branch 'systemd' | Christian Hesse | 1 | -1/+13 |
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-05-16 | work around mpd initialization issue | Christian Hesse | 1 | -0/+7 |
2016-05-12 | try to get systemd unit start order right | Christian Hesse | 1 | -1/+6 |
2016-05-10 | prepare version 0.7.40.7.4 | Christian Hesse | 1 | -1/+1 |
2016-05-06 | make systemd unit depend on mpd | Christian Hesse | 1 | -0/+1 |
2016-05-03 | fix compiler and linker flags and produce binaries with full RELRO | Christian Hesse | 1 | -2/+7 |
2016-04-05 | prepare version 0.7.30.7.3 | Christian Hesse | 1 | -1/+1 |
2016-04-01 | indent with tabs | Christian Hesse | 1 | -1/+1 |
2016-04-01 | Allow one line notifications•••This is related to #9. | Christian Hesse | 4 | -11/+24 |
2016-03-15 | update comment to match the code | Christian Hesse | 1 | -2/+1 |
2016-01-13 | Merge pull request #8 from hydracone/master•••Support local unix sockets | Christian Hesse | 1 | -1/+1 |
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 | 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•••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-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•••http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#mimetypes | Christian Hesse | 1 | -1/+1 |
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)•••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 | 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 |