~ubuntu-branches/ubuntu/breezy/kdemultimedia/breezy

« back to all changes in this revision

Viewing changes to kscd/kscd.profile.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-03-24 04:48:58 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050324044858-8ff88o9jxej6ii3d
Tags: 4:3.4.0-0ubuntu3
Add kubuntu_02_hide_arts_menu_entries.diff to hide artsbuilder and artscontrol k-menu entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<!DOCTYPE profile SYSTEM "profile.dtd">
 
3
 
 
4
<profile id="kscd" servicename="KsCD">
 
5
        <name>KsCD</name>
 
6
        <author>Aaron J. Seigo</author>
 
7
        <action objid="CDPlayer" prototype="void play()" class="play" repeat="0" autostart="1">
 
8
                <name>Play/Pause</name>
 
9
                <comment>Toggles between playing and pausing.</comment>
 
10
        </action>
 
11
        <action objid="CDPlayer" prototype="void stop()" class="stop" repeat="0" autostart="0">
 
12
                <name>Stop</name>
 
13
                <comment>Stops the CD.</comment>
 
14
        </action>
 
15
        <action objid="CDPlayer" prototype="void eject()" class="eject" repeat="0" autostart="0">
 
16
                <name>Eject</name>
 
17
                <comment>Ejects the CD.</comment>
 
18
        </action>
 
19
        <action objid="CDPlayer" prototype="void forward()" class="forward" repeat="1" autostart="0">
 
20
                <name>Fast Forward</name>
 
21
                <comment>Skips forwards in the current track.</comment>
 
22
        </action>
 
23
        <action objid="CDPlayer" prototype="void backward()" class="rewind" repeat="1" autostart="0">
 
24
                <name>Rewind</name>
 
25
                <comment>Skips backwards in the current track.</comment>
 
26
        </action>
 
27
        <action objid="CDPlayer" prototype="void previous()" class="previous" repeat="0" autostart="0">
 
28
                <name>Previous</name>
 
29
                <comment>Skips to the previous track on the CD.</comment>
 
30
        </action>
 
31
        <action objid="CDPlayer" prototype="void next()" class="next" repeat="0" autostart="0">
 
32
                <name>Next</name>
 
33
                <comment>Skips to the next track on the CD.</comment>
 
34
        </action>
 
35
        <action objid="CDPlayer" prototype="void setTrack(int)" class="number" repeat="0" autostart="1">
 
36
                <name>Set Track</name>
 
37
                <comment>Skips to a specific track on the CD.</comment>
 
38
                <argument type="int">
 
39
                        <comment>The number of the track to skip to.</comment>
 
40
                        <range min="0" max="100"/>
 
41
                </argument>
 
42
        </action>
 
43
        <action objid="CDPlayer" prototype="void setVolume(int)" repeat="0" autostart="0">
 
44
                <name>Set Volume</name>
 
45
                <comment>Sets the play volume.</comment>
 
46
                <argument type="int">
 
47
                        <comment>The volume to set the CD player to.</comment>
 
48
                        <range min="0" max="100"/>
 
49
                </argument>
 
50
        </action>
 
51
        <action objid="CDPlayer" prototype="void toggleLoop()" repeat="0" autostart="0">
 
52
                <name>Loop</name>
 
53
                <comment>Toggles looping on and off.</comment>
 
54
        </action>
 
55
        <action objid="CDPlayer" prototype="void toggleShuffle()" repeat="0" autostart="0">
 
56
                <name>Shffule</name>
 
57
                <comment>Toggles track shuffling on and off.</comment>
 
58
        </action>
 
59
</profile>