taffybar-2.0.0: dbus-xml/org.mpris.MediaPlayer2.Player.xml
<node>
<interface name="org.mpris.MediaPlayer2.Player">
<property name="CanControl" type="b" access="read"/>
<property name="CanGoNext" type="b" access="read"/>
<property name="CanGoPrevious" type="b" access="read"/>
<property name="CanPause" type="b" access="read"/>
<property name="CanPlay" type="b" access="read"/>
<property name="CanSeek" type="b" access="read"/>
<property name="Metadata" type="a{sv}" access="read"/>
<property name="PlaybackStatus" type="s" access="read"/>
<property name="Position" type="x" access="read"/>
<property name="Volume" type="d" access="read"/>
<method name="Next"/>
<method name="Pause"/>
<method name="Play"/>
<method name="PlayPause"/>
<method name="Previous"/>
<method name="Seek">
<arg name="offset" type="x" direction="in"/>
</method>
<method name="SetPosition">
<arg name="trackId" type="o" direction="in"/>
<arg name="position" type="x" direction="in"/>
</method>
<method name="Stop"/>
<signal name="Seeked">
<arg name="position" type="x" direction="out"/>
</signal>
</interface>
</node>