summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/trunk/mythtv-svn/menu-xml/knoppmyth.xml
blob: 8aa6134d3b6b4ffd3134688309a664cea1ab4c6e (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
<mythmenu name="KnoppMyth">

   <button>
     <type>BACKUP</type>
     <text>Backup KnoppMyth</text>
     <action>MENU mythbackup.xml</action>
   </button>

   <button>
     <type>RESTORE</type>
     <text>Restore KnoppMyth</text>
     <action>MENU mythrestore.xml</action>
   </button>
   
   <button>
     <type>Motion</type>
     <text>Motion</text>
     <action>MENU motion.xml</action>
   </button>
<!--
   <button>
     <type>POWER</type>
     <text>Power Off </text>
     <action>EXEC /usr/bin/sudo halt</action>
   </button>
   
   <button>
     <type>POWER</type>
     <text>Reboot</text>
     <action>EXEC /usr/bin/sudo reboot</action>
   </button>

   <button>
     <type>VERSION</type>
     <text>Version</text>
     <action>EXEC /usr/local/bin/ver.sh</action>
   </button>
-->

   <button>
       <type>MV_SETUP_MENU</type>
       <text>MythVantage Settings</text>
       <action>MENU HOST_SETTINGS.xml</action>

   </button>
<!--
   <button>
       <type>MV_TEMPLATE</type>
       <text>Settings profile manager</text>
        <action>EXEC  mythinstall -t </action>

   </button>
-->
</mythmenu>