feat: mpris

This commit is contained in:
kossLAN 2024-05-19 21:09:16 -04:00
parent 908ba3eef5
commit 9c2d276902
13 changed files with 909 additions and 1 deletions

View file

@ -0,0 +1,16 @@
<node>
<interface name='org.mpris.MprisWatcher'>
<property name='ProtocolVersion' type='i' access='read'/>
<property name='RegisteredMprisPlayers' type='as' access='read'/>
<method name='RegisterMprisPlayer'>
<arg name='service' type='s' direction='in'/>
</method>
<signal name='MprisPlayerRegistered'>
<arg type='s' direction='out' name='service'/>
</signal>
<signal name='MprisPlayerUnregistered'>
<arg type='s' direction='out' name='service'/>
</signal>
</interface>
</node>