summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/trunk/mythtv-svn/menu-xml/knoppmyth.xml
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-12-09 21:15:29 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-12-09 21:15:29 (GMT)
commit8203006cf9ee68a8e33e30d48ea6b396d1a7b7e4 (patch)
treee90f032f43f9db0f3d6593ebe79ed2b8a572b64e /abs/core-testing/mythtv/trunk/mythtv-svn/menu-xml/knoppmyth.xml
parentf7db724accbaa234c839a7147e79e1cef47c6772 (diff)
downloadlinhes_pkgbuild-8203006cf9ee68a8e33e30d48ea6b396d1a7b7e4.zip
linhes_pkgbuild-8203006cf9ee68a8e33e30d48ea6b396d1a7b7e4.tar.gz
linhes_pkgbuild-8203006cf9ee68a8e33e30d48ea6b396d1a7b7e4.tar.bz2
Initial checkin for mythtv-trunk builds
Diffstat (limited to 'abs/core-testing/mythtv/trunk/mythtv-svn/menu-xml/knoppmyth.xml')
-rw-r--r--abs/core-testing/mythtv/trunk/mythtv-svn/menu-xml/knoppmyth.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/abs/core-testing/mythtv/trunk/mythtv-svn/menu-xml/knoppmyth.xml b/abs/core-testing/mythtv/trunk/mythtv-svn/menu-xml/knoppmyth.xml
new file mode 100644
index 0000000..8aa6134
--- /dev/null
+++ b/abs/core-testing/mythtv/trunk/mythtv-svn/menu-xml/knoppmyth.xml
@@ -0,0 +1,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>
+