You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdemultimedia/kscd/kscd.profile.xml

60 lines
2.3 KiB

<?xml version="1.0" ?>
<!DOCTYPE profile SYSTEM "profile.dtd">
<profile id="kscd" servicename="KsCD">
<name>KsCD</name>
<author>Aaron J. Seigo</author>
<action objid="CDPlayer" prototype="void play()" class="play" repeat="0" autostart="1">
<name>Play/Pause</name>
<comment>Toggles between playing and pausing.</comment>
</action>
<action objid="CDPlayer" prototype="void stop()" class="stop" repeat="0" autostart="0">
<name>Stop</name>
<comment>Stops the CD.</comment>
</action>
<action objid="CDPlayer" prototype="void eject()" class="eject" repeat="0" autostart="0">
<name>Eject</name>
<comment>Ejects the CD.</comment>
</action>
<action objid="CDPlayer" prototype="void forward()" class="forward" repeat="1" autostart="0">
<name>Fast Forward</name>
<comment>Skips forwards in the current track.</comment>
</action>
<action objid="CDPlayer" prototype="void backward()" class="rewind" repeat="1" autostart="0">
<name>Rewind</name>
<comment>Skips backwards in the current track.</comment>
</action>
<action objid="CDPlayer" prototype="void previous()" class="previous" repeat="0" autostart="0">
<name>Previous</name>
<comment>Skips to the previous track on the CD.</comment>
</action>
<action objid="CDPlayer" prototype="void next()" class="next" repeat="0" autostart="0">
<name>Next</name>
<comment>Skips to the next track on the CD.</comment>
</action>
<action objid="CDPlayer" prototype="void setTrack(int)" class="number" repeat="0" autostart="1">
<name>Set Track</name>
<comment>Skips to a specific track on the CD.</comment>
<argument type="int">
<comment>The number of the track to skip to.</comment>
<range min="0" max="100"/>
</argument>
</action>
<action objid="CDPlayer" prototype="void setVolume(int)" repeat="0" autostart="0">
<name>Set Volume</name>
<comment>Sets the play volume.</comment>
<argument type="int">
<comment>The volume to set the CD player to.</comment>
<range min="0" max="100"/>
</argument>
</action>
<action objid="CDPlayer" prototype="void toggleLoop()" repeat="0" autostart="0">
<name>Loop</name>
<comment>Toggles looping on and off.</comment>
</action>
<action objid="CDPlayer" prototype="void toggleShuffle()" repeat="0" autostart="0">
<name>Shffule</name>
<comment>Toggles track shuffling on and off.</comment>
</action>
</profile>