mpris-remote
mpris-remote copied to clipboard
command line tool for interacting with music players that support the mpris spec
Its not working with latest players. I tried it on rhythmbox 3.0.1 on Ubuntu 13.10. I tried installing the deb available in repos as well. It just says No MPRIS-compliant...
Adds a play/pause function (useful for hooking up to XF86AudioPlay, a common media key found on keyboards).
http://mapopa.blogspot.com/2010/08/mpris-support-in-qmmp.html In case that page disappears, the problem is triggered by this bit of code: ``` bus = dbus.SessionBus() ``` And the exception is this: > dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not...
Some players are starting to come out which only support MPRIS2. Currently, mpris-remote prints "No MPRIS-compliant player found running." in this case.