hoyon / mpv-mpris

MPRIS plugin for mpv
MIT License
608 stars 35 forks source link

Test the MPRIS Quit API too #71

Closed pabs3 closed 2 years ago

pabs3 commented 2 years ago

Since the MPRIS Quit API support in mpv-mpris essentially does the same thing as the MPRIS Stop API support in mpv-mpris, use mostly the same test code.

Use dbus-send to call the API since playerctl doesn't have support for it.

See-also: https://github.com/altdesktop/playerctl/issues/171