summaryrefslogtreecommitdiffstats
path: root/data/dbus-interfaces/org.mpris.MediaPlayer2.Player.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/dbus-interfaces/org.mpris.MediaPlayer2.Player.xml')
-rw-r--r--data/dbus-interfaces/org.mpris.MediaPlayer2.Player.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/dbus-interfaces/org.mpris.MediaPlayer2.Player.xml b/data/dbus-interfaces/org.mpris.MediaPlayer2.Player.xml
new file mode 100644
index 0000000..550cb4c
--- /dev/null
+++ b/data/dbus-interfaces/org.mpris.MediaPlayer2.Player.xml
@@ -0,0 +1,12 @@
+<node>
+ <interface name="org.mpris.MediaPlayer2.Player">
+ <method name="PlayPause"/>
+ <method name="Next"/>
+ <method name="Previous"/>
+ <property name="CanGoNext" type="b" access="read"/>
+ <property name="CanGoPrevious" type="b" access="read"/>
+ <property name="CanPlay" type="b" access="read"/>
+ <property name="Metadata" type="a{sv}" access="read"/>
+ <property name="PlaybackStatus" type="s" access="read"/>
+ </interface>
+</node>