/usr/share/dbus-1/interfaces/org.kde.juk.player.xml is in juk 4:16.08.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.kde.juk.player">
<method name="playing">
<arg type="b" direction="out"/>
</method>
<method name="paused">
<arg type="b" direction="out"/>
</method>
<method name="volume">
<arg type="d" direction="out"/>
</method>
<method name="status">
<arg type="i" direction="out"/>
</method>
<method name="trackProperties">
<arg type="as" direction="out"/>
</method>
<method name="trackProperty">
<arg type="s" direction="out"/>
<arg name="property" type="s" direction="in"/>
</method>
<method name="play"/>
<method name="play">
<arg name="file" type="s" direction="in"/>
</method>
<method name="pause"/>
<method name="stop"/>
<method name="playPause"/>
<method name="back"/>
<method name="forward"/>
<method name="seekBack"/>
<method name="seekForward"/>
<method name="volumeUp"/>
<method name="volumeDown"/>
<method name="mute"/>
<method name="setVolume">
<arg name="volume" type="d" direction="in"/>
</method>
<!-- I can't make this work reliably, so remove the capability
<method name="seek">
<arg name="time" type="i" direction="in"/>
</method>-->
<method name="playingString">
<arg type="s" direction="out"/>
</method>
<method name="currentTime">
<arg type="i" direction="out"/>
</method>
<method name="totalTime">
<arg type="i" direction="out"/>
</method>
<method name="currentTimeMSecs">
<arg type="i" direction="out"/>
</method>
<method name="totalTimeMSecs">
<arg type="i" direction="out"/>
</method>
<method name="randomPlayMode">
<arg type="s" direction="out"/>
</method>
<method name="setRandomPlayMode">
<arg name="randomMode" type="s" direction="in"/>
</method>
</interface>
</node>
|