aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove trailing spacesChristian Hesse2018-06-081-2/+2
|
* make gitlab.com a mirrorChristian Hesse2018-06-081-2/+6
| | | | https://blog.github.com/2018-06-04-github-microsoft/
* prepare version 0.8.5Christian Hesse2018-06-011-1/+1
|
* mention adwaita-icon-theme in dependenciesChristian Hesse2018-05-311-1/+2
|
* update screenshotsChristian Hesse2018-05-312-0/+0
|
* release: write tar signature to git notesChristian Hesse2018-05-311-0/+1
|
* show track information on pauseChristian Hesse2018-05-302-15/+10
|
* show a notification without image data firstChristian Hesse2018-05-301-1/+11
|
* use correct type for stateChristian Hesse2018-05-281-1/+2
|
* set notification timeout onceChristian Hesse2018-05-281-3/+2
|
* prepare version 0.8.4Christian Hesse2018-05-161-1/+1
|
* build with iniparser headers in subdirChristian Hesse2018-05-161-0/+3
| | | | Fixes #20
* update for ffmpeg 4.xChristian Hesse2018-05-161-0/+2
| | | | | The function av_register_all() is deprecated since commit 0694d8702421e7aff1340038559c438b61bb30dd.
* update copyright for 2018Christian Hesse2018-01-023-3/+3
|
* prepare version 0.8.3Christian Hesse2017-12-141-1/+1
|
* use printf to generate version.hChristian Hesse2017-11-221-3/+1
|
* try to scale with valid pixbuf onlyChristian Hesse2017-10-301-1/+1
|
* use annotated (and signed) tags onlyChristian Hesse2017-10-201-1/+1
|
* use https for my mirrorChristian Hesse2017-03-081-1/+1
|
* prepare version 0.8.2Christian Hesse2017-03-061-1/+1
|
* properly handly timeout valuesChristian Hesse2017-03-032-4/+4
| | | | | | The timeout value in the config file was expected to be in ms... Fixes #18
* do not disable artwork stuff for remote hostChristian Hesse2017-03-021-4/+0
| | | | | | | | 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
* add compile time features to version stringChristian Hesse2017-03-021-1/+8
|
* notify systemd on stopChristian Hesse2017-01-061-0/+9
|
* prepare version 0.8.1Christian Hesse2017-01-051-1/+1
|
* make systemd optionalChristian Hesse2017-01-053-1/+14
|
* rename variable for libav cflagsChristian Hesse2017-01-051-3/+3
|
* 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
| |