summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/trunk/mythtv-svn/menu-xml/is.xml
blob: 65935cf4b0cf8f8ffa98b1b09d0611a2e44b76ff (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
<mythmenu name="Internet Steams">
   <button>
     <type>MOVIETIMES</type>
     <text>Apple Trailers</text>
     <action>MENU appletrailer.xml</action>
   </button>

   <button>
     <type>STREAM</type>
     <text>MythStream</text>
     <action>PLUGIN mythstream</action>
     <depends>mythstream</depends>
    </button>

   <button>
     <type>STREAM</type>
     <text>Miro Player</text>
     <action>EXEC /usr/bin/democracyplayer</action>
   </button>

   <button>
     <type>KnoppMyth</type>
     <text>Sirius Satellite Radio</text>
     <action>MENU siriusmenu.xml</action>
   </button>

   <button>
     <type>KnoppMyth</type>
     <text>XM Satellite Radio</text>
     <action>MENU xmmenu.xml</action>
   </button>

</mythmenu>