From 3d13d0e55013a7c061c1f65c797bb06f7a141d6f Mon Sep 17 00:00:00 2001 From: svntobi Date: Sat, 22 Mar 2008 22:24:28 +0000 Subject: documented the title feature git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6967 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f --- README | 14 ++++++++++---- menuorg.xml | 7 +++++-- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README b/README index 2e07169..29e24ca 100644 --- a/README +++ b/README @@ -45,7 +45,7 @@ Requirements: ------------- The plug-in has been tested with VDR 1.5.18. It requires the libxml++2.6 -and libglibmm-2.4 library. VDR must be patch with the enclosed patch +and libglibmm-2.4 library. VDR must be patched with the enclosed patch (patches/vdr-patch/vdr-menuorg-0.4.diff). The patch does not introduce any ABI changes, so it is not necessary to rebuild all plug-ins after applying the patch. @@ -63,7 +63,7 @@ The following parameters are available: Upgrading from vdr-submenu plugin --------------------------------- -There is a convert script in this packag, that allows you to convert your old +There is a convert script in this package, that allows you to convert your old MainMenu.conf from the submenu plug-in to the XML file which is needed by menuorg. @@ -93,7 +93,7 @@ There are only four kinds of menu items described by the following XML tags: In the menu hierarchy , and are leaf nodes, whereas is an internal node. may contain any number of , , - or nodes. +, or nodes. Each node is described by a name attribute. For nodes, the following names are possible: @@ -118,15 +118,21 @@ or abort with any other key. e.g.: +You can provide a custome title for plug-in and system menu entries, by providing +a title attrbute: + + + + items not configured in the menu configuration will not be visible in VDR's OSD. Plug-ins that are not configured in the xml file, will be shown at the end of the root main menu. + e.g.: - diff --git a/menuorg.xml b/menuorg.xml index b1ee296..d5cee31 100644 --- a/menuorg.xml +++ b/menuorg.xml @@ -1,18 +1,20 @@ - + + + @@ -44,6 +46,7 @@ + @@ -59,7 +62,7 @@ - + -- cgit v1.2.3