Age | Commit message (Expand) | Author | Files | Lines |
2024-06-19 | add a format specifier for duration | Christian Hesse | 4 | -5/+14 |
2024-06-19 | support custom format from configuration | Christian Hesse | 2 | -9/+35 |
2024-06-19 | support custom format at build time...•••... and drop the option for oneline formatting. That can be
achived differently now.
| Christian Hesse | 4 | -45/+60 |
2024-06-18 | use sigaction(2) instead of signal(2)•••As stated in the man pages, `sigaction` should be preferred to `signal`.
| Christian Hesse | 1 | -4/+7 |
2024-05-21 | give a hint with no artwork | Christian Hesse | 1 | -0/+3 |
2024-05-21 | add a comment on possibly missing mime-types | Christian Hesse | 1 | -0/+1 |
2024-05-21 | accept mime-types for MPEG-4 audio for artwork•••Looks like libmagic gives the mime-types 'audio/mp4' and
'audio/x-m4a' for these...
Fixes #45
| Christian Hesse | 1 | -1/+3 |
2024-05-21 | update include, use pkg-config for iniparser•••... which ships required files with release 4.2.2.
iniparser-4-2-2 | Christian Hesse | 2 | -5/+2 |
2024-01-01 | update copyright for 2024 | Christian Hesse | 4 | -4/+4 |
2023-01-03 | update copyright for 2023 | Christian Hesse | 4 | -4/+4 |
2022-08-24 | prepare version 0.8.70.8.7 | Christian Hesse | 1 | -1/+1 |
2022-08-24 | fix libav version check•••Checking with LIBAVCODEC_VERSION_INT is stupid if we do not include
libavcodec... Let's use LIBAVFORMAT_VERSION_INT instead.
This broke with commit 06d4b9b7a160ee1fbdc419f16dd6b8c9277288a8.
Fixes #42
| Christian Hesse | 1 | -1/+1 |
2022-01-03 | update copyright for 2022 | Christian Hesse | 4 | -4/+4 |
2021-03-16 | fix flickering notification when unpausing•••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>
| fwsmit | 1 | -1/+1 |
2021-01-01 | prepare version 0.8.60.8.6 | Christian Hesse | 1 | -1/+1 |
2021-01-01 | Makefile: allow to override CFLAGS...•••... without loosing CFLAGS required for linked libraries.
Closes #28
| Christian Hesse | 1 | -11/+11 |
2021-01-01 | update copyright for 2021 | Christian Hesse | 4 | -4/+4 |
2020-11-25 | Makefile: change order of compiler parameters | Christian Hesse | 1 | -1/+1 |
2020-11-25 | try $XDG_CONFIG_HOME/mpd-notification.conf first•••Signed-off-by: Christian Hesse <mail@eworm.de>
| maxice8 | 2 | -3/+8 |
2020-11-25 | clearly state the license | Christian Hesse | 6 | -6/+734 |
2020-01-28 | update copyright for 2020 | Christian Hesse | 3 | -3/+3 |
2020-01-28 | Makefile: don't install systemd service if there is no systemd | maxice8 | 1 | -0/+2 |
2019-10-10 | this is condition, not loop | Christian Hesse | 1 | -1/+1 |
2019-10-09 | drop retry code, just fail and let the service restart | Christian Hesse | 2 | -20/+4 |
2019-10-08 | do not retry on exit | Christian Hesse | 1 | -1/+1 |
2019-10-08 | order systemd service after notification daemons | Christian Hesse | 1 | -1/+4 |
2019-01-01 | update copyright for 2019 | Christian Hesse | 3 | -3/+3 |
2018-09-14 | require dbus.socket | Christian Hesse | 1 | -0/+1 |
2018-09-14 | make non-system user a condition | Christian Hesse | 1 | -0/+1 |
2018-08-14 | release: add comment with file name to signatures | Christian Hesse | 1 | -2/+2 |
2018-06-14 | update dependencies' upstream urls | Christian Hesse | 1 | -5/+5 |
2018-06-08 | remove trailing spaces | Christian Hesse | 1 | -2/+2 |
2018-06-08 | make gitlab.com a mirror•••https://blog.github.com/2018-06-04-github-microsoft/
| Christian Hesse | 1 | -2/+6 |
2018-06-01 | prepare version 0.8.50.8.5 | Christian Hesse | 1 | -1/+1 |
2018-05-31 | mention adwaita-icon-theme in dependencies | Christian Hesse | 1 | -1/+2 |
2018-05-31 | update screenshots | Christian Hesse | 2 | -0/+0 |
2018-05-31 | release: write tar signature to git notes | Christian Hesse | 1 | -0/+1 |
2018-05-30 | show track information on pause | Christian Hesse | 2 | -15/+10 |
2018-05-30 | show a notification without image data first | Christian Hesse | 1 | -1/+11 |
2018-05-28 | use correct type for state | Christian Hesse | 1 | -1/+2 |
2018-05-28 | set notification timeout once | Christian Hesse | 1 | -3/+2 |
2018-05-16 | prepare version 0.8.40.8.4 | Christian Hesse | 1 | -1/+1 |
2018-05-16 | build with iniparser headers in subdir•••Fixes #20
| Christian Hesse | 1 | -0/+3 |
2018-05-16 | update for ffmpeg 4.x•••The function av_register_all() is deprecated since commit
0694d8702421e7aff1340038559c438b61bb30dd.
| Christian Hesse | 1 | -0/+2 |
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 |