Skip to content

Tags: hoyon/mpv-mpris

Tags

1.1

Toggle 1.1's commit message
cache artUrl when given same path

1.0

Toggle 1.0's commit message
Do not use the default GMainContext

Using the default GMainContext may cause deadlocks when mpv-mpris is
loaded in an mpv frontend that use GLib.

0.9

Toggle 0.9's commit message
Discard the playerctl stderr when listing players

This fixes a test failure when using glib 2.73.3.

playerctl with glib 2.73.3 emits a deprecation warning and that is
merged into the player list and the comparison with 'mpv' then fails.

When mpv is not present, the reason for that still needs to be printed,
so re-run the command when it failed or did not detect mpv is the player.

0.8.1

Toggle 0.8.1's commit message
Remove fullscreen print statement

0.8

Toggle 0.8's commit message
update GitHub actions versions

0.7.1

Toggle 0.7.1's commit message
Ensure that the D-Bus directory for tests has suitable permissions

The D-Bus directory must not be writable by other users:

  dbus: Unable to set up transient service directory: XDG_RUNTIME_DIR "." can be written by others (mode 040775)

Fixes test failure when building with less restrictive umask 0002.

Detected-by: Reproducible Builds <https://reproducible-builds.org/>
See-also: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/mpv-mpris.html

0.7

Toggle 0.7's commit message
Set xesam:artist to channel name for YouTube videos

Fixes: #50

0.6

Toggle 0.6's commit message
Fail build if no artefact found

0.5

Toggle 0.5's commit message
youtube thumbnails as mpris:artUrl

Closes #34

0.4

Toggle 0.4's commit message
Check if string is valid utf8 before passing to glib (fixes #19)