5061726b6572
5061726b6572
With mpd-mpris running playerctld crashes repeatedly. The following excerpt repeats about twice a second until mpd-mpris is stopped. ``` Feb 20 18:56:38 DESKTOP systemd[1127]: dbus-:[email protected]: Failed with result 'core-dump'. Feb...
## Description Add new configuration option, maximum_remaining_seconds_allowed_for_track_to_be_considered_played, to allow configuring the maximum number of seconds remaining of a track for it to be counted as played instead of skipped. ##...
Fixes segmentation fault from calling `g_variant_n_children` on NULL GVariant*. The body returned by `g_dbus_message_get_body` can be NULL (https://docs.gtk.org/gio/method.DBusMessage.get_body.html) which is not accounted for in current error handling code. ``` Thread...
Add [ranksep](https://graphviz.org/docs/attrs/ranksep/) config option for DOT generation.