blob: b4869562f0a2b3e146e1fe8ea02713fe4b1c67f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
This is a "plugin" for the Video Disk Recorder (VDR).
Written by: Thomas Creutz <thomas.creutz@gmx.de>
Tobias Grimm <tg@e-tobi.net>
Project's homepage: URL
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
----------------
Menu Item
Another Menu Item=Alternative Title
Submenu:
Menu Item In Sub Menu
Another Menu Item In Sub Menu
Sub-Submenu:
Menu Item In Sub-Submenu
Another Menu Item In Sub-Submenu
Yet Another Menu Item
e.g.
Schedule
Recordings
Timers
Plugins:
Burn
Epgsearch
OsdTeletext
Games:
Spider
Games=Tetris,Tron,Snake
Setup
|