Cmdsubmenu-patch
From VDR Wiki
(Difference between revisions)
(initial) |
(→Links: merge -> internationalization) |
||
| (3 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
==Description== | ==Description== | ||
| - | + | With the '''cmdsubmenu patch''' the commands and reccmds menus can be organised hierarchically. To create a submenu entry, prefix the name by one ore more "-". | |
| - | To create a submenu entry, prefix the name by one ore more "-". | + | |
Standard: | Standard: | ||
| Line 38: | Line 37: | ||
{| | {| | ||
| [1] | | [1] | ||
| - | | http://www. | + | | http://www.vdrportal.de/board/thread.php?threadid=6319 |
| - | | | + | | original version |
|- | |- | ||
| [2] | | [2] | ||
| Line 48: | Line 47: | ||
[[Category:Patches]] | [[Category:Patches]] | ||
| - | + | {{i18n|cmdsubmenu-patch}} | |
| - | + | ||
Latest revision as of 10:25, 13 March 2006
Contents |
Description
With the cmdsubmenu patch the commands and reccmds menus can be organised hierarchically. To create a submenu entry, prefix the name by one ore more "-".
Standard:
description_1 : cmd_1 description_2 : cmd_2
A submenu with two entries:
Submenu title ... : echo "submenu" - description_1 : cmd_1 - description_2 : cmd_2
The dummy command in the title row is necessary.
Hardware requirements
Software requirements
- patch
Applying the patch
If the patch is compressed you have to unpack it before
gunzip patch
Now you can install it with
cd $SOURCEDIR/VDR patch -p 1 < /path/to/patch
Note, VDR has to be recompiled now, see VDR installation.
Problems
Links
| [1] | http://www.vdrportal.de/board/thread.php?threadid=6319 | original version |
| [2] | http://toms-cafe.de/vdr/download | current version |




