DBus paths for nuvola 2.0.0?

Asked by Paul Bourke

Prior to 2.0.0 I could use commands like the following to control nuvola:

dbus-send --type=method_call --dest=org.mpris.MediaPlayer2.nuvolaplayer /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause

dbus-send --type=method_call --dest=org.mpris.MediaPlayer2.nuvolaplayer /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next

etc.

These no longer seem to work after upgrading. Have the paths changed or might this be a bug?

Question information

Language:
English Edit question
Status:
Solved
For:
Nuvola Apps Runtime (Nuvola Player) Edit question
Assignee:
No assignee Edit question
Solved by:
Jiří Janoušek
Solved:
Last query:
Last reply:
Revision history for this message
Best Jiří Janoušek (fenryxo) said :
#1

MPRIS DBus interface is provided by an extension "Media player remote". Do you have enabled it in Preferences dialog?

By the way, you can use "nuvolaplayer-client play/next/etc." to control Nuvola Player from command line instead of long DBus commands.

Revision history for this message
Paul Bourke (pauldbourke) said :
#2

Thanks Jiří Janoušek, that solved my question.