summaryrefslogtreecommitdiffstats
path: root/kaffeine/src/kaffeine.profile.xml
blob: bf1d3b2a2bb3c2a0734151fdce3fcff9b5759fa9 (plain)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?xml version="1.0" ?>
<!DOCTYPE profile SYSTEM "profile.dtd">

<profile id="kaffeine" servicename="Kaffeine">
	<name>Kaffeine</name>
	<author>Gav Wood,Jürgen Kofler</author>

	<action objid="KaffeineIface" prototype="void openURL(QString)">
		<name>Play URL</name>
		<comment>Starts playback of a specific URL.</comment>
		<argument type="QString">
			<comment>The URL to be played.</comment>
		</argument>
	</action>
	<action objid="KaffeineIface" prototype="void play()" class="play">
		<name>Play</name>
		<comment>Starts playback of current track.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void pause()" class="pause">
		<name>Pause</name>
		<comment>Toggles between Playback and Pause.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void next()" class="next">
		<name>Next</name>
		<comment>Skips to start on the next track.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void previous()" class="previous">
		<name>Previous</name>
		<comment>Skips to the start of the last track.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void stop()" class="stop">
		<name>Stop</name>
		<comment>Stops current playback, if any.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void changePlaylist()">
		<name>Change Playlist</name>
		<comment>Change to the next kaffeine playlist.</comment>
	</action>
	<action objid="KaffeineIface" prototype="QString title()">
		<name>Get Title</name>
		<comment>Returns the title of current track.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void quit()" class="power">
		<name>Quit</name>
		<comment>Quits Kaffeine.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void random()">
		<name>Playback Mode</name>
		<comment>Toggles random playback mode.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void fullscreen()">
		<name>Fullscreen</name>
		<comment>Switches between windowed and fullscreen mode.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void posPlus()" class="forward">
		<name>Forward</name>
		<comment>Skips forward in the current track.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void posMinus()" class="rewind">
		<name>Rewind</name>
		<comment>Skips backward in the current track.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void volUp()">
		<name>Volume Up</name>
		<comment>Increase the volume.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void volDown()">
		<name>Volume Down</name>
		<comment>Decrease the volume.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void mute()">
		<name>Mute</name>
		<comment>Toggles mute on/off.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void setNumber(int)">
		<name>Jump to playlistEntry/channel</name>
		<comment>Enter playlistEntry/channel digit.</comment>
		<argument type="int">
			<comment>The digit (0..9) to sent.</comment>
		</argument>
	</action>
	<action objid="KaffeineIface" prototype="void dvbOSD()">
		<name>dvbOSD</name>
		<comment>Show DVB current/next OSD.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void dvbOSDNextChannel()">
		<name>dvbOSDNextChannel</name>
		<comment>OSD next channel.</comment>
	</action>

	<action objid="KaffeineIface" prototype="void dvbOSDPreviousChannel()">
		<name>dvbOSDPreviousChannel</name>
		<comment>OSD previous channel.</comment>
	</action>

	<action objid="KaffeineIface" prototype="void dvbOSDNextProgram()">
		<name>dvbOSDNextProgram</name>
		<comment>OSD next program.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void dvbOSDPreviousProgram()">
		<name>dvbOSDPreviousProgram</name>
		<comment>OSD previous program.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void dvbOSDZap()">
		<name>dvbOSDZap</name>
		<comment>OSD zap.</comment>
	</action>
	<action objid="KaffeineIface" prototype="void playDvb()">
		<name>Recall</name>
		<comment>Recall last DVB channel.</comment>
	</action>
    <action objid="XinePartIface" prototype="void dvdMenuSelect()">
        <name>dvdMenuSelect</name>
        <comment>Select Dvd Menu.</comment>
    </action>
    <action objid="XinePartIface" prototype="void dvdMenuUp()">
       <name>dvdMenuUp</name>
       <comment>Move Up Dvd Menu.</comment>
    </action>
    <action objid="XinePartIface" prototype="void dvdMenuDown()">
        <name>dvdMenuDown</name>
        <comment>Move Down Dvd Menu.</comment>
    </action>
    <action objid="XinePartIface" prototype="void dvdMenuRight()">
        <name>dvdMenuRight</name>
        <comment>Move Right Dvd Menu.</comment>
    </action>
    <action objid="XinePartIface" prototype="void dvdMenuLeft()">
        <name>dvdMenuLeft</name>
        <comment>Move Left Dvd Menu.</comment>
    </action>
</profile>