blob: 26ac86381eea1b1fb2d63300c99a0e6bb9426807 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- util_menu.xml.orig 2009-01-09 02:45:07.000000000 +0000
+++ util_menu.xml 2009-01-22 08:04:28.000000000 +0000
@@ -76,7 +76,13 @@
<action>PLUGIN mythcontrols</action>
<depends>mythcontrols</depends>
</button>
-
+
+ <button>
+ <type>VIDEO_SCREENSHOOTER</type>
+ <text>Thumbnail Generator</text>
+ <action>EXEC /usr/LH/bin/shootscreens-mythtv.sh</action>
+ </button>
+
<button>
<type>SETUP_MENU</type>
<text>Setup</text>
|