aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add systemd dependency in READMEChristian Hesse2017-01-051-0/+1
|
* give some extra status informationChristian Hesse2017-01-051-3/+7
|
* use systemd service manager notificationChristian Hesse2017-01-054-1/+8
|
* remove workaround from systemd unitChristian Hesse2017-01-041-7/+0
| | | | | Version 0.20 of mpd is available, which provides proper startup notification. So drop the workaround...
* update copyright for 2017Christian Hesse2017-01-043-3/+3
|
* prepare version 0.8.0Christian Hesse2016-10-101-1/+1
|
* string updatesChristian Hesse2016-10-101-10/+10
|
* add more error handlingChristian Hesse2016-10-101-6/+30
| | | | Signed-off-by: Christian Hesse <mail@eworm.de>
* allow option 'oneline' in config fileChristian Hesse2016-10-072-1/+3
|
* sort and complete help outputChristian Hesse2016-10-071-1/+1
|
* fix compilation without libavChristian Hesse2016-10-071-5/+7
|
* mention the new dependency (file/libmagic)Christian Hesse2016-10-071-0/+1
|
* update error pathChristian Hesse2016-10-071-14/+20
|
* make libmagic initialization globalChristian Hesse2016-10-071-17/+20
|
* update verbose and error outputChristian Hesse2016-10-071-9/+9
|
* update verbose outputChristian Hesse2016-10-071-4/+12
|
* use libmagic to decide whether to search for media artworkChristian Hesse2016-10-073-13/+38
|
* sort header filesChristian Hesse2016-10-071-13/+10
|
* let make depend on header fileChristian Hesse2016-10-071-1/+1
|
* fix configuration file path in documentationChristian Hesse2016-10-061-1/+1
| | | | This is stored in ~/.config/, no ~/.local/.
* Merge branch 'config'Christian Hesse2016-10-054-5/+40
|\
| * mention the new dependencyChristian Hesse2016-10-051-0/+1
| |
| * add basic documentation about configuration fileChristian Hesse2016-10-051-5/+21
| |
| * support reading options from config fileChristian Hesse2016-10-053-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 Hesse2016-10-053-70/+79
|\
| * add scale option to help outputChristian Hesse2016-10-051-1/+1
| |
| * add notification file workaroundChristian Hesse2016-10-053-3/+18
| |
| * keep aspect ratio when scalingChristian Hesse2016-10-052-2/+11
| |
| * allow to scale artwork imagesChristian Hesse2016-10-052-2/+18
| |
| * merge the artwork functionsChristian Hesse2016-10-052-59/+34
| |
| * do not handle image path, but always give pixbufChristian Hesse2016-10-052-24/+18
|/
* clarify option arguments in documentationChristian Hesse2016-10-051-4/+4
|
* prepare version 0.7.5Christian Hesse2016-10-041-1/+1
|
* Merge branch 'systemd'Christian Hesse2016-10-041-1/+13
|\
| * work around mpd initialization issueChristian Hesse2016-05-161-0/+7
| |
| * try to get systemd unit start order rightChristian Hesse2016-05-121-1/+6
| |
* | always set imageChristian Hesse2016-10-041-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.4Christian Hesse2016-05-101-1/+1
|
* make systemd unit depend on mpdChristian Hesse2016-05-061-0/+1
|
* fix compiler and linker flags and produce binaries with full RELROChristian Hesse2016-05-031-2/+7
|
* prepare version 0.7.3Christian Hesse2016-04-051-1/+1
|
* indent with tabsChristian Hesse2016-04-011-1/+1
|
* Allow one line notificationsChristian Hesse2016-04-014-11/+24
| | | | This is related to #9.
* update comment to match the codeChristian Hesse2016-03-151-2/+1
|
* Merge pull request #8 from hydracone/masterChristian Hesse2016-01-131-1/+1
|\ | | | | Support local unix sockets
| * support local unix socketsRonnie P. Thomas2016-01-091-1/+1
|/ | | | Add support for using local AF_UNIX sockets as host
* update copyright for 2016Christian Hesse2016-01-043-3/+3
|
* prepare version 0.7.2Christian Hesse2015-12-041-1/+1
|
* read environment variables: MPD_HOST and MPD_PORTChristian Hesse2015-11-161-1/+9
| | | | Fixes #6
* free resources when nothing to be displayedChristian Hesse2015-11-161-1/+2
| | | | | We need to free our resources, otherwise subsequent calls will fail. Should fix #7