summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.25/mythtv/menu-xml/dvd_backup.xml
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mythtv/stable-0.25/mythtv/menu-xml/dvd_backup.xml')
-rw-r--r--abs/core/mythtv/stable-0.25/mythtv/menu-xml/dvd_backup.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/abs/core/mythtv/stable-0.25/mythtv/menu-xml/dvd_backup.xml b/abs/core/mythtv/stable-0.25/mythtv/menu-xml/dvd_backup.xml
deleted file mode 100644
index 2647d81..0000000
--- a/abs/core/mythtv/stable-0.25/mythtv/menu-xml/dvd_backup.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<mythmenu name="OPTICAL_DISK">
-
- <button>
- <type>DVD_RIP</type>
- <text>Mirror DVD</text>
- <description>Creates a mirror of your DVD</description>
- <action>EXEC /usr/LH/bin/ripD_eject.sh m &amp;</action>
- </button>
-
- <button>
- <type>DVD_RIP</type>
- <text>ISO of DVD</text>
- <description>Creates an ISO of your DVD</description>
- <action>EXEC /usr/LH/bin/ripD_eject.sh i &amp;</action>
- </button>
-
- <button>
- <type>DVD_RIP</type>
- <text>High Quality</text>
- <description>Creates a high quality MPEG4 of your DVD</description>
- <action>EXEC /usr/LH/bin/ripD_eject.sh h &amp;</action>
- </button>
-
- <button>
- <type>DVD_RIP</type>
- <text>Normal Quality</text>
- <description>Creates a normal quality MPEG4 of your DVD</description>
- <action>EXEC /usr/LH/bin/ripD_eject.sh n &amp;</action>
- </button>
-
- <button>
- <type>DVD_RIP</type>
- <text>Low Quality</text>
- <description>Creates a low quality MPEG4 of your DVD</description>
- <action>EXEC /usr/LH/bin/ripD_eject.sh l &amp;</action>
- </button>
-
-</mythmenu>