Cmdsubmenu-patch: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(initial)
 
(Merged with Submenu-patch)
Line 1: Line 1:
==Description==
==Description==
With the '''submenu patch''' the commands and reccmds menus can be organised hierarchically. To create a submenu entry, prefix the name by one ore more "-".
Adds submenus within the commands and recording commands menu.
To create a submenu entry, prefix the name by one ore more "-".


Standard:
Standard:

Revision as of 18:24, 10 November 2005

Description

With the submenu 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.e-tobi.net/vdr/downloads
[2] http://toms-cafe.de/vdr/download current version