diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-22 08:28:01 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-22 08:28:01 (GMT) |
commit | b6a4ed3b3289d475a10566befba7ac687c503068 (patch) | |
tree | dd4f12ae44d72f3b3b869ab75374b7f6459bd61b /abs/core-testing | |
parent | a4bab86d3b97a50040de2ed080ba8debf1bd6771 (diff) | |
download | linhes_pkgbuild-b6a4ed3b3289d475a10566befba7ac687c503068.zip linhes_pkgbuild-b6a4ed3b3289d475a10566befba7ac687c503068.tar.gz linhes_pkgbuild-b6a4ed3b3289d475a10566befba7ac687c503068.tar.bz2 |
Added Thumbnail Generator to util_menu.
Diffstat (limited to 'abs/core-testing')
-rw-r--r-- | abs/core-testing/mythtv/stable/mythtv/menu-xml/util_menu.xml.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/abs/core-testing/mythtv/stable/mythtv/menu-xml/util_menu.xml.patch b/abs/core-testing/mythtv/stable/mythtv/menu-xml/util_menu.xml.patch new file mode 100644 index 0000000..90122e3 --- /dev/null +++ b/abs/core-testing/mythtv/stable/mythtv/menu-xml/util_menu.xml.patch @@ -0,0 +1,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/bin/shootscreens-mythtv.sh</action> ++ </button> ++ + <button> + <type>SETUP_MENU</type> + <text>Setup</text> |