Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | support reading options from config file | Christian Hesse | 2016-10-05 | 3 | -0/+18 | |
|/ | | | | | | | | | | | | | 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. | |||||
* | Merge branch 'pixbuf' | Christian Hesse | 2016-10-05 | 3 | -70/+79 | |
|\ | ||||||
| * | add scale option to help output | Christian Hesse | 2016-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | add notification file workaround | Christian Hesse | 2016-10-05 | 3 | -3/+18 | |
| | | ||||||
| * | keep aspect ratio when scaling | Christian Hesse | 2016-10-05 | 2 | -2/+11 | |
| | | ||||||
| * | allow to scale artwork images | Christian Hesse | 2016-10-05 | 2 | -2/+18 | |
| | | ||||||
| * | merge the artwork functions | Christian Hesse | 2016-10-05 | 2 | -59/+34 | |
| | | ||||||
| * | do not handle image path, but always give pixbuf | Christian Hesse | 2016-10-05 | 2 | -24/+18 | |
|/ | ||||||
* | clarify option arguments in documentation | Christian Hesse | 2016-10-05 | 1 | -4/+4 | |
| | ||||||
* | prepare version 0.7.5 | Christian Hesse | 2016-10-04 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'systemd' | Christian Hesse | 2016-10-04 | 1 | -1/+13 | |
|\ | ||||||
| * | work around mpd initialization issue | Christian Hesse | 2016-05-16 | 1 | -0/+7 | |
| | | ||||||
| * | try to get systemd unit start order right | Christian Hesse | 2016-05-12 | 1 | -1/+6 | |
| | | ||||||
* | | 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. | |||||
* | prepare version 0.7.4 | Christian Hesse | 2016-05-10 | 1 | -1/+1 | |
| | ||||||
* | make systemd unit depend on mpd | Christian Hesse | 2016-05-06 | 1 | -0/+1 | |
| | ||||||
* | fix compiler and linker flags and produce binaries with full RELRO | Christian Hesse | 2016-05-03 | 1 | -2/+7 | |
| | ||||||
* | prepare version 0.7.3 | Christian Hesse | 2016-04-05 | 1 | -1/+1 | |
| | ||||||
* | indent with tabs | Christian Hesse | 2016-04-01 | 1 | -1/+1 | |
| | ||||||
* | Allow one line notifications | Christian Hesse | 2016-04-01 | 4 | -11/+24 | |
| | | | | This is related to #9. | |||||
* | update comment to match the code | Christian Hesse | 2016-03-15 | 1 | -2/+1 | |
| | ||||||
* | Merge pull request #8 from hydracone/master | Christian Hesse | 2016-01-13 | 1 | -1/+1 | |
|\ | | | | | Support local unix sockets | |||||
| * | 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 | 3 | -3/+3 | |
| | ||||||
* | prepare version 0.7.2 | Christian Hesse | 2015-12-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 | |||||
* | prepare version 0.7.1 | Christian Hesse | 2015-10-13 | 1 | -1/+1 | |
| | ||||||
* | use systemd user unit to (auto-)start | Christian Hesse | 2015-10-12 | 4 | -13/+14 | |
| | ||||||
* | new screenshots | Christian Hesse | 2015-08-19 | 6 | -4/+4 | |
| | ||||||
* | clean AVFormatContext | Christian Hesse | 2015-07-14 | 1 | -4/+4 | |
| | ||||||
* | prepare version 0.7.0 | Christian Hesse | 2015-07-13 | 1 | -1/+1 | |
| | ||||||
* | 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 | 2 | -4/+4 | |
| | ||||||
* | do not write artwork to file but handle pixbuf to libnotify | Christian Hesse | 2015-07-09 | 2 | -37/+38 | |
| | ||||||
* | silent libav error messages | Christian Hesse | 2015-07-09 | 2 | -1/+4 | |
| | ||||||
* | rework the notification string handling | Christian Hesse | 2015-07-09 | 3 | -22/+48 | |
| | ||||||
* | add project URLs | Christian Hesse | 2015-07-05 | 1 | -0/+5 | |
| | ||||||
* | update documentation | Christian Hesse | 2015-07-05 | 1 | -1/+2 | |
| | ||||||
* | use the more generic icon audio-x-generic | Christian Hesse | 2015-07-05 | 1 | -1/+1 | |
| | | | | http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#mimetypes | |||||
* | it is sufficient to link against libavformat | Christian Hesse | 2015-07-03 | 2 | -2/+1 | |
| | ||||||
* | make libav (and retrieving cover from media file) optional | Christian Hesse | 2015-07-03 | 3 | -2/+18 | |
| | ||||||
* | add --version option | Christian Hesse | 2015-07-03 | 1 | -5/+16 | |
| | ||||||
* | obviously this should read -t... fix copy'n'paste error | Christian Hesse | 2015-06-19 | 1 | -1/+1 | |
| | ||||||
* | add new timeout option to README | Christian Hesse | 2015-06-19 | 1 | -0/+1 | |
| | ||||||
* | 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> |