~ubuntu-branches/ubuntu/maverick/kdeutils/maverick-proposed

« back to all changes in this revision

Viewing changes to kremotecontrol/profiles/dragonplayer.profile.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-05-28 09:49:30 UTC
  • mfrom: (1.2.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100528094930-jzynf0obv1n2v13a
Tags: 4:4.4.80-0ubuntu1~ppa1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
 
 
3
<profile xmlns="urn:org-kde-kremotecontrol" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
    xsi:schemaLocation="urn:org-kde-kremotecontrol file:profile.xsd">
 
5
 
 
6
    <name>Dragon Player</name>
 
7
    <version>0.1</version>
 
8
    <author>Gioacchino Mazzurco [gmazzurco89@gmail.com]</author>
 
9
   
 
10
    <!-- Playback actions -->
 
11
    <action id="play" button="Play">
 
12
        <name>Start playing</name>
 
13
        <prototype>
 
14
            <serviceName>org.mpris.dragonplayer</serviceName>
 
15
            <node>Player</node>
 
16
            <function>Play</function>
 
17
        </prototype>
 
18
        <ifmulti>sendtotop</ifmulti>
 
19
    </action>
 
20
    
 
21
    <action id="stop" button="Stop">
 
22
        <name>Stop playing</name>
 
23
        <prototype>
 
24
            <serviceName>org.mpris.dragonplayer</serviceName>
 
25
            <node>Player</node>
 
26
            <function>Stop</function>
 
27
        </prototype>
 
28
        <ifmulti>sendtotop</ifmulti>
 
29
    </action>
 
30
    
 
31
    <action id="pause" button="PlayPause">
 
32
        <name>Pause playing</name>
 
33
        <prototype>
 
34
            <serviceName>org.mpris.dragonplayer</serviceName>
 
35
            <node>Player</node>
 
36
            <function>Pause</function>
 
37
        </prototype>
 
38
        <ifmulti>sendtotop</ifmulti>
 
39
    </action>
 
40
    
 
41
   <!-- The actions currently have no effekt in dragon player 2.0        
 
42
    
 
43
    <action id="skipForward" button="SkipForward" repeat="true">
 
44
        <name>Advance to next track</name>
 
45
        <prototype>
 
46
            <serviceName>org.mpris.dragonplayer</serviceName>
 
47
            <node>Player</node>
 
48
            <function>Next</function>
 
49
        </prototype>
 
50
        <ifmulti>sendtotop</ifmulti>
 
51
    </action>
 
52
   
 
53
    <action id="skipBackward" button="SkipBackward" repeat="true">
 
54
        <name>Go to previous track</name>
 
55
        <prototype>
 
56
            <serviceName>org.mpris.dragonplayer</serviceName>
 
57
            <node>Player</node>
 
58
            <function>Prev</function>
 
59
        </prototype>
 
60
        <ifmulti>sendtotop</ifmulti>
 
61
    </action>       
 
62
   -->
 
63
</profile>