Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into jozan-merge-master | Joe | 2022-05-02 | 1 | -6/+21 |
|\ | |||||
| * | update copyright for 2022 | Christian Hesse | 2022-01-03 | 1 | -1/+1 |
| | | |||||
| * | fix flickering notification when unpausing | fwsmit | 2021-03-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | When last state is 'pause' we already have the correct icon, so no need to reset with generic icon. Signed-off-by: Christian Hesse <mail@eworm.de> | ||||
| * | update copyright for 2021 | Christian Hesse | 2021-01-01 | 1 | -1/+1 |
| | | |||||
| * | try $XDG_CONFIG_HOME/mpd-notification.conf first | maxice8 | 2020-11-25 | 1 | -2/+6 |
| | | | | | | | | Signed-off-by: Christian Hesse <mail@eworm.de> | ||||
| * | clearly state the license | Christian Hesse | 2020-11-25 | 1 | -2/+13 |
| | | |||||
* | | My version | Joe | 2022-05-02 | 1 | -9/+5 |
|/ | |||||
* | update copyright for 2020 | Christian Hesse | 2020-01-28 | 1 | -1/+1 |
| | |||||
* | this is condition, not loop | Christian Hesse | 2019-10-10 | 1 | -1/+1 |
| | |||||
* | drop retry code, just fail and let the service restart | Christian Hesse | 2019-10-09 | 1 | -20/+3 |
| | |||||
* | do not retry on exit | Christian Hesse | 2019-10-08 | 1 | -1/+1 |
| | |||||
* | update copyright for 2019 | Christian Hesse | 2019-01-01 | 1 | -1/+1 |
| | |||||
* | show track information on pause | Christian Hesse | 2018-05-30 | 1 | -11/+6 |
| | |||||
* | show a notification without image data first | Christian Hesse | 2018-05-30 | 1 | -1/+11 |
| | |||||
* | use correct type for state | Christian Hesse | 2018-05-28 | 1 | -1/+2 |
| | |||||
* | set notification timeout once | Christian Hesse | 2018-05-28 | 1 | -3/+2 |
| | |||||
* | update for ffmpeg 4.x | Christian Hesse | 2018-05-16 | 1 | -0/+2 |
| | | | | | The function av_register_all() is deprecated since commit 0694d8702421e7aff1340038559c438b61bb30dd. | ||||
* | update copyright for 2018 | Christian Hesse | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | try to scale with valid pixbuf only | Christian Hesse | 2017-10-30 | 1 | -1/+1 |
| | |||||
* | properly handly timeout values | Christian Hesse | 2017-03-03 | 1 | -3/+3 |
| | | | | | | The timeout value in the config file was expected to be in ms... Fixes #18 | ||||
* | do not disable artwork stuff for remote host | Christian Hesse | 2017-03-02 | 1 | -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 string | Christian Hesse | 2017-03-02 | 1 | -1/+8 |
| | |||||
* | notify systemd on stop | Christian Hesse | 2017-01-06 | 1 | -0/+9 |
| | |||||
* | make systemd optional | Christian Hesse | 2017-01-05 | 1 | -0/+8 |
| | |||||
* | give some extra status information | Christian Hesse | 2017-01-05 | 1 | -3/+7 |
| | |||||
* | use systemd service manager notification | Christian Hesse | 2017-01-05 | 1 | -0/+3 |
| | |||||
* | update copyright for 2017 | Christian Hesse | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | string updates | Christian Hesse | 2016-10-10 | 1 | -10/+10 |
| | |||||
* | add more error handling | Christian Hesse | 2016-10-10 | 1 | -6/+30 |
| | | | | Signed-off-by: Christian Hesse <mail@eworm.de> | ||||
* | allow option 'oneline' in config file | Christian Hesse | 2016-10-07 | 1 | -1/+2 |
| | |||||
* | sort and complete help output | Christian Hesse | 2016-10-07 | 1 | -1/+1 |
| | |||||
* | fix compilation without libav | Christian Hesse | 2016-10-07 | 1 | -5/+7 |
| | |||||
* | update error path | Christian Hesse | 2016-10-07 | 1 | -14/+20 |
| | |||||
* | make libmagic initialization global | Christian Hesse | 2016-10-07 | 1 | -17/+20 |
| | |||||
* | update verbose and error output | Christian Hesse | 2016-10-07 | 1 | -9/+9 |
| | |||||
* | update verbose output | Christian Hesse | 2016-10-07 | 1 | -4/+12 |
| | |||||
* | use libmagic to decide whether to search for media artwork | Christian Hesse | 2016-10-07 | 1 | -11/+33 |
| | |||||
* | support reading options from config file | Christian Hesse | 2016-10-05 | 1 | -0/+15 |
| | | | | | | | | | | | | | 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. | ||||
* | add scale option to help output | Christian Hesse | 2016-10-05 | 1 | -1/+1 |
| | |||||
* | add notification file workaround | Christian Hesse | 2016-10-05 | 1 | -3/+14 |
| | |||||
* | keep aspect ratio when scaling | Christian Hesse | 2016-10-05 | 1 | -1/+9 |
| | |||||
* | allow to scale artwork images | Christian Hesse | 2016-10-05 | 1 | -2/+17 |
| | |||||
* | merge the artwork functions | Christian Hesse | 2016-10-05 | 1 | -52/+32 |
| | |||||
* | do not handle image path, but always give pixbuf | Christian Hesse | 2016-10-05 | 1 | -20/+14 |
| | |||||
* | 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. | ||||
* | Allow one line notifications | Christian Hesse | 2016-04-01 | 1 | -8/+20 |
| | | | | This is related to #9. | ||||
* | 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 | 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 |