blob: f83406d5f0c28d7ea738ced36e11509b633ef059 (
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
<?xml version="1.0" encoding="UTF-8"?>
<menus>
<system name="Schedule" />
<system name="Channels" />
<system name="Timers" />
<menu name="Recorder">
<system name="Recordings" />
<plugin name="extrecmenu" />
<plugin name="burn" />
<plugin name="recstatus" />
<plugin name="undelete" />
<plugin name="vdrrip" />
</menu>
<menu name="Multimedia">
<plugin name="mp3" />
<plugin name="mp3ng" />
<plugin name="music" />
<plugin name="audiorecorder" />
<plugin name="mplayer" />
<plugin name="playlist" />
<plugin name="radio" />
<plugin name="cdda" />
<plugin name="dvdselect" />
<plugin name="dvdswitch" />
<plugin name="dvd" />
<plugin name="vdrcd" />
<plugin name="vcd" />
</menu>
<menu name="Info&EPG">
<plugin name="epgsearch" />
<plugin name="nordlichtsepg" />
<plugin name="pilot" />
<plugin name="pilotskin" />
<plugin name="newsticker" />
<plugin name="tvtv" />
<plugin name="tvonscreen" />
<plugin name="fepg" />
<plugin name="yaepg" />
<plugin name="osdpip" />
<plugin name="timeline" />
<plugin name="osdteletext" />
<plugin name="prefermenu" />
<plugin name="director" />
<plugin name="arghdirector" />
<plugin name="sport" />
<plugin name="weatherng" />
<plugin name="autotimeredit" />
<plugin name="epgsearchonly" />
<plugin name="quickepgsearch" />
<plugin name="conflictcheckonly" />
</menu>
<menu name="Bilder">
<plugin name="image" />
<plugin name="osdimage" />
<plugin name="screenshot" />
<plugin name="digicam" />
</menu>
<menu name="Spiele">
<plugin name="games" />
<plugin name="solitaire" />
<plugin name="sudoku" />
<plugin name="freecell" />
</menu>
<menu name="Sonstiges">
<plugin name="pin" />
<plugin name="clock" />
<plugin name="vbox" />
<plugin name="pim" />
<plugin name="taste" />
<plugin name="sleeptimer" />
<plugin name="vdrc" />
<plugin name="text2skin" />
<plugin name="graphlcd" />
<plugin name="graphtft" />
<plugin name="sysinfo" />
<plugin name="filebrowser" />
<plugin name="console" />
<plugin name="ttxtsubs" />
</menu>
<menu name="System">
<system name="Setup" />
<command name="Runvdr Setup" execute='echo "sudo /usr/lib/vdr/scripts/vdrsetup"|at now' />
<separator title=" " />
<menu name="Server">
<command name="Server wecken" execute="sudo /usr/lib/vdr/scripts/vdr2root wakeonlan" confirm="yes" />
<command name="Server einbinden" execute="sudo /usr/lib/vdr/scripts/vdr2root mount" confirm="yes" />
<command name="Server loesen" execute="sudo /usr/lib/vdr/scripts/vdr2root umount" confirm="yes" />
</menu>
<menu name="Daten und Logs">
<command name="System-Log anzeigen" execute="sudo /usr/lib/vdr/scripts/vdr2root show-log" />
<command name="System-Log saeubern" execute="sudo /usr/lib/vdr/scripts/vdr2root clean-log" confirm="yes" />
<command name="EPG Daten loeschen" execute='echo "svdrpsend.pl CLRE"|at now' confirm="yes" />
<command name="Aufnahmen Liste aktualisieren" execute='sudo /usr/lib/vdr/scripts/vdr2root video-update; sleep 1;echo "svdrpsend.pl HITK Recordings"|at now' />
<command name="Zeige Belegung der Laufwerke" execute='df -h|awk '/%/ { printf("%4.4s : %5.5s : %s\n",$5,$4,$6) }'' />
<plugin name="filebrowser" />
<plugin name="undelete" />
</menu>
<menu name="Weitere Befehle">
<command name="VDR neustarten" execute="sudo /usr/lib/vdr/scripts/vdr2root vdr-restart" confirm="yes" />
<command name="VDR beenden" execute="sudo /usr/lib/vdr/scripts/vdr2root vdr-stop" confirm="yes" />
<command name="System neustarten" execute="sudo /usr/lib/vdr/scripts/vdr2root reboot" confirm="yes" />
<command name="System beenden" execute='echo "svdrpsend.pl HITK Power"|at now' confirm="yes" />
</menu>
<plugin name="reelchannelscan" title="Kanalsuche"/>
<plugin name="chanorg" />
<plugin name="femon" />
<plugin name="rotor" />
<separator title=" " />
<plugin name="dxr3" />
<plugin name="softdevice" />
<plugin name="streamdev-server" />
<plugin name="xine" />
<plugin name="xineliboutput" />
</menu>
</menus>
|