diff options
author | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-19 10:24:18 +0000 |
---|---|---|
committer | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-19 10:24:18 +0000 |
commit | 0fdce3aaafabe8ea347bfbbbaa48ba3aef844d8b (patch) | |
tree | f0ec39d063be79c0f985e8074404379fd32ae728 | |
parent | 83d42bcff58cce3c66a79858c73b09d58dea86a7 (diff) | |
download | vdr-plugin-menuorg-0fdce3aaafabe8ea347bfbbbaa48ba3aef844d8b.tar.gz vdr-plugin-menuorg-0fdce3aaafabe8ea347bfbbbaa48ba3aef844d8b.tar.bz2 |
Added converting parts to the readme
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5817 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -38,6 +38,22 @@ The following parameters are available: -s FILE --schema=FILE loads the specified schema file (default: ConfigDir/plugins/menuorg.dtd) + +Upgrade 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. + +Example usage: + +submenu2menuorg /var/lib/vdr/plugins/MainMenu.conf /var/lib/vdr/plugins/menuorg.xml + +Attension: 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. + + Menu file format ---------------- |