diff options
-rw-r--r-- | README | 30 |
1 files changed, 29 insertions, 1 deletions
@@ -1,6 +1,7 @@ This is a "plugin" for the Video Disk Recorder (VDR). -Written by: Your Name <email@host.dom> +Written by: Thomas Creutz <thomas.creutz@gmx.de> + Tobias Grimm <tg@e-tobi.net> Project's homepage: URL @@ -9,6 +10,33 @@ Latest version available at: URL See the file COPYING for license information. Description: +------------ + +With this plugin you can organize your Mainmenu. The config file is saved in XML file format, +based on the format from setup plugin. + +Requirements: +------------- + +The plugin is tested with vdr 1.4.7 + +The follow libraries are used: + + - libxml++2.6-dev + - libxml2-dev + +Configuration: +-------------- + +The following parameters are available: + + -c FILE --config=FILE loads the specified xml file + (default: ConfigDir/plugins/menuorg.xml) + + -s FILE --schema=FILE loads the specified schema file + (default: ConfigDir/plugins/menuorg.dtd) + +The schema file is included in this release. Only the DTD schema can be used! Menu file format ---------------- |