diff options
author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-19 11:59:52 +0000 |
---|---|---|
committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-19 11:59:52 +0000 |
commit | 60e0a83d0b0df1034409996f22ec3c9e0fdfa769 (patch) | |
tree | bcda79ea55d93d4f92a081a678957ca420ea5c2b | |
parent | 9acef907e7f59f612096e09c00889bd03c24f906 (diff) | |
download | vdr-plugin-menuorg-60e0a83d0b0df1034409996f22ec3c9e0fdfa769.tar.gz vdr-plugin-menuorg-60e0a83d0b0df1034409996f22ec3c9e0fdfa769.tar.bz2 |
fixed some typos
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5821 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
-rw-r--r-- | README | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -14,6 +14,7 @@ any later version. See the file COPYING for the full license information + Description: ------------ @@ -21,12 +22,14 @@ This plug-in allows to reorganise VDR's main OSD menu. The new menu structure is read from an XML config file. It's basic format is based on the format used in the setup plug-in. + Requirements: ------------- The plug-in has been tested with vdr 1.4.7 and 1.5.7. It requires the libxml++2.6 library. + Configuration: -------------- @@ -39,19 +42,21 @@ The following parameters are available: (default: ConfigDir/plugins/menuorg.dtd) -Upgrade from vdr-submenu plugin -------------------------------- +Upgrading from vdr-submenu plugin +--------------------------------- There is a convert script in this package. With it you can convert your old -MainMenu.conf to the XML file which is needet by this plugin. +MainMenu.conf from the submenu plugin to the XML file which is needed by +menuorg. Example usage: -submenu2menuorg /var/lib/vdr/plugins/MainMenu.conf /var/lib/vdr/plugins/menuorg.xml + submenu2menuorg /var/lib/vdr/plugins/MainMenu.conf /var/lib/vdr/plugins/menuorg.xml -Attension: Your destination file will be overwritten without any warning! +Attention: Your destination file will be overwritten without any warning! -When your vdr runs not as root, than you should verify that the file is writeable from vdr. +When your vdr runs not as root, than you should verify that the target file is +readable for the which ever user runs vdr. Menu file format |