Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-02 | update copyright for 2025HEADnextmain | 4 | -4/+4 | ||
2024-10-28 | accept avif and webp images as cover artwork | 1 | -1/+1 | ||
Note this may require specific libraries to be installed... | |||||
2024-06-21 | prepare version 0.9.10.9.1 | 1 | -1/+1 | ||
2024-06-21 | do not call read_header()ffmpeg-7 | 1 | -5/+0 | ||
Looks like this is private and has never been intended to be call by us. | |||||
2024-06-19 | prepare version 0.9.00.9.0 | 1 | -1/+1 | ||
2024-06-19 | add a format specifier for duration | 4 | -5/+14 | ||
2024-06-19 | support custom format from configuration | 2 | -9/+35 | ||
2024-06-19 | support custom format at build time... | 4 | -45/+60 | ||
... and drop the option for oneline formatting. That can be achived differently now. | |||||
2024-06-18 | use sigaction(2) instead of signal(2) | 1 | -4/+7 | ||
As stated in the man pages, `sigaction` should be preferred to `signal`. | |||||
2024-05-21 | give a hint with no artwork | 1 | -0/+3 | ||
2024-05-21 | add a comment on possibly missing mime-types | 1 | -0/+1 | ||
2024-05-21 | accept mime-types for MPEG-4 audio for artwork | 1 | -1/+3 | ||
Looks like libmagic gives the mime-types 'audio/mp4' and 'audio/x-m4a' for these... Fixes #45 | |||||
2024-05-21 | update include, use pkg-config for iniparseriniparser-4-2-2 | 2 | -5/+2 | ||
... which ships required files with release 4.2.2. | |||||
2024-01-01 | update copyright for 2024 | 4 | -4/+4 | ||
2023-01-03 | update copyright for 2023 | 4 | -4/+4 | ||
2022-08-24 | prepare version 0.8.70.8.7 | 1 | -1/+1 | ||
2022-08-24 | fix libav version check | 1 | -1/+1 | ||
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 | |||||
2022-01-03 | update copyright for 2022 | 4 | -4/+4 | ||
2021-03-16 | fix flickering notification when unpausing | 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> | |||||
2021-01-01 | prepare version 0.8.60.8.6 | 1 | -1/+1 | ||
2021-01-01 | Makefile: allow to override CFLAGS... | 1 | -11/+11 | ||
... without loosing CFLAGS required for linked libraries. Closes #28 | |||||
2021-01-01 | update copyright for 2021 | 4 | -4/+4 | ||
2020-11-25 | Makefile: change order of compiler parameters | 1 | -1/+1 | ||
2020-11-25 | try $XDG_CONFIG_HOME/mpd-notification.conf first | 2 | -3/+8 | ||
Signed-off-by: Christian Hesse <mail@eworm.de> | |||||
2020-11-25 | clearly state the license | 6 | -6/+734 | ||
2020-01-28 | update copyright for 2020 | 3 | -3/+3 | ||
2020-01-28 | Makefile: don't install systemd service if there is no systemd | 1 | -0/+2 | ||
2019-10-10 | this is condition, not loop | 1 | -1/+1 | ||
2019-10-09 | drop retry code, just fail and let the service restart | 2 | -20/+4 | ||
2019-10-08 | do not retry on exit | 1 | -1/+1 | ||
2019-10-08 | order systemd service after notification daemons | 1 | -1/+4 | ||
2019-01-01 | update copyright for 2019 | 3 | -3/+3 | ||
2018-09-14 | require dbus.socket | 1 | -0/+1 | ||
2018-09-14 | make non-system user a condition | 1 | -0/+1 | ||
2018-08-14 | release: add comment with file name to signatures | 1 | -2/+2 | ||
2018-06-14 | update dependencies' upstream urls | 1 | -5/+5 | ||
2018-06-08 | remove trailing spaces | 1 | -2/+2 | ||
2018-06-08 | make gitlab.com a mirror | 1 | -2/+6 | ||
https://blog.github.com/2018-06-04-github-microsoft/ | |||||
2018-06-01 | prepare version 0.8.50.8.5 | 1 | -1/+1 | ||
2018-05-31 | mention adwaita-icon-theme in dependencies | 1 | -1/+2 | ||
2018-05-31 | update screenshots | 2 | -0/+0 | ||
2018-05-31 | release: write tar signature to git notes | 1 | -0/+1 | ||
2018-05-30 | show track information on pause | 2 | -15/+10 | ||
2018-05-30 | show a notification without image data first | 1 | -1/+11 | ||
2018-05-28 | use correct type for state | 1 | -1/+2 | ||
2018-05-28 | set notification timeout once | 1 | -3/+2 | ||
2018-05-16 | prepare version 0.8.40.8.4 | 1 | -1/+1 | ||
2018-05-16 | build with iniparser headers in subdir | 1 | -0/+3 | ||
Fixes #20 | |||||
2018-05-16 | update for ffmpeg 4.x | 1 | -0/+2 | ||
The function av_register_all() is deprecated since commit 0694d8702421e7aff1340038559c438b61bb30dd. | |||||
2018-01-02 | update copyright for 2018 | 3 | -3/+3 | ||
2017-12-14 | prepare version 0.8.30.8.3 | 1 | -1/+1 | ||
2017-11-22 | use printf to generate version.h | 1 | -3/+1 | ||
2017-10-30 | try to scale with valid pixbuf only | 1 | -1/+1 | ||
2017-10-20 | use annotated (and signed) tags only | 1 | -1/+1 | ||
2017-03-08 | use https for my mirror | 1 | -1/+1 | ||
2017-03-06 | prepare version 0.8.20.8.2 | 1 | -1/+1 | ||
2017-03-03 | properly handly timeout values | 2 | -4/+4 | ||
The timeout value in the config file was expected to be in ms... Fixes #18 | |||||
2017-03-02 | do not disable artwork stuff for remote host | 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 | |||||
2017-03-02 | add compile time features to version string | 1 | -1/+8 | ||
2017-01-06 | notify systemd on stop | 1 | -0/+9 | ||
2017-01-05 | prepare version 0.8.10.8.1 | 1 | -1/+1 | ||
2017-01-05 | make systemd optional | 3 | -1/+14 | ||
2017-01-05 | rename variable for libav cflags | 1 | -3/+3 | ||
2017-01-05 | add systemd dependency in README | 1 | -0/+1 | ||
2017-01-05 | give some extra status information | 1 | -3/+7 | ||
2017-01-05 | use systemd service manager notification | 4 | -1/+8 | ||
2017-01-04 | remove workaround from systemd unitmpd-0-20 | 1 | -7/+0 | ||
Version 0.20 of mpd is available, which provides proper startup notification. So drop the workaround... | |||||
2017-01-04 | update copyright for 2017 | 3 | -3/+3 | ||
2016-10-10 | prepare version 0.8.00.8.0 | 1 | -1/+1 | ||
2016-10-10 | string updates | 1 | -10/+10 | ||
2016-10-10 | add more error handling | 1 | -6/+30 | ||
Signed-off-by: Christian Hesse <mail@eworm.de> | |||||
2016-10-07 | allow option 'oneline' in config file | 2 | -1/+3 | ||
2016-10-07 | sort and complete help output | 1 | -1/+1 | ||
2016-10-07 | fix compilation without libav | 1 | -5/+7 | ||
2016-10-07 | mention the new dependency (file/libmagic) | 1 | -0/+1 | ||
2016-10-07 | update error path | 1 | -14/+20 | ||
2016-10-07 | make libmagic initialization global | 1 | -17/+20 | ||
2016-10-07 | update verbose and error output | 1 | -9/+9 | ||
2016-10-07 | update verbose output | 1 | -4/+12 | ||
2016-10-07 | use libmagic to decide whether to search for media artwork | 3 | -13/+38 | ||
2016-10-07 | sort header files | 1 | -13/+10 | ||
2016-10-07 | let make depend on header file | 1 | -1/+1 | ||
2016-10-06 | fix configuration file path in documentation | 1 | -1/+1 | ||
This is stored in ~/.config/, no ~/.local/. | |||||
2016-10-05 | Merge branch 'config' | 4 | -5/+40 | ||
2016-10-05 | mention the new dependency | 1 | -0/+1 | ||
2016-10-05 | add basic documentation about configuration file | 1 | -5/+21 | ||
2016-10-05 | support reading options from config file | 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. | |||||
2016-10-05 | Merge branch 'pixbuf' | 3 | -70/+79 | ||
2016-10-05 | add scale option to help output | 1 | -1/+1 | ||
2016-10-05 | add notification file workaround | 3 | -3/+18 | ||
2016-10-05 | keep aspect ratio when scaling | 2 | -2/+11 | ||
2016-10-05 | allow to scale artwork images | 2 | -2/+18 | ||
2016-10-05 | merge the artwork functions | 2 | -59/+34 | ||
2016-10-05 | do not handle image path, but always give pixbuf | 2 | -24/+18 | ||
2016-10-05 | clarify option arguments in documentation | 1 | -4/+4 | ||
2016-10-04 | prepare version 0.7.50.7.5 | 1 | -1/+1 | ||
2016-10-04 | Merge branch 'systemd' | 1 | -1/+13 | ||
2016-10-04 | always set image | 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. | |||||
2016-05-16 | work around mpd initialization issue | 1 | -0/+7 | ||
2016-05-12 | try to get systemd unit start order right | 1 | -1/+6 | ||