Installscript-plugin-cmds
Aus VDR Wiki
Version vom 22. Oktober 2005, 18:54 Uhr von 87.129.137.89 (Diskussion)
Beschreibung
In ../plugin-cmds befinden sich die Einstellungen der Plugins, als bsp das remote-plugin.
Format:
<PLUGINNAME>.conf
Optionen werden mit einem.
^-
eingeleitet.
Plugin(s) können im admin-plugin eingestellt werden. (0 = inactiv, 1 = activ, <NUM> = entspricht der Reihenfolge)
Neue Plugin(s) werden von alleine eingetragen, es ist somit nicht zwingend immer die Konfigurations-Datei admin.conf neu zu erstellen.
Umgekehrt das selbe, falls Plugin(s) entfernt wurden... alles weitere sollte im syslog ersichtlich sein. (vorrausgesetzt $VDR_LOG -gt 0)
'PLUGIN('001')'='admin -d $ADMDIR' -> '../bin/vdr' 'PLUGIN('002')'='console' -> '../bin/vdr' 'PLUGIN('003')'='epgsearch -c $VDR_CONFIG/plugins/epgsearch' -> '../bin/vdr' 'PLUGIN('004')'='filebrowser' -> '../bin/vdr' 'PLUGIN('005')'='graphlcd -c $PREFIX/etc/graphlcd/graphlcd.conf -d serdisp' -> '../bin/vdr' 'PLUGIN('006')'='mailbox -m $SCRDIR/mailcmd.sh' -> '../bin/vdr' 'PLUGIN('007')'='mplayer -m $SCRDIR/mount.sh -M $PREFIX/bin/mplayer.sh' -> '../bin/vdr' 'PLUGIN('008')'='prefermenu' -> '../bin/vdr'
remote.conf
## Description: # ## Command line options: # # -i dev, --input=dev select device which supports the /dev/input protocol # -l dev, --lirc=dev select LIRC device # -t dev, --tty=dev select terminal device # -T dev, --TTY=dev select terminal device with 'OSD' # -p tcp:n --port=tcp:n select connection on tcp port <n> # ## Examples: # # -i autodetect # Try to autodetect device '/dev/input/eventX' (X = 0,1,2,...). # If no device can be identified, '-i /dev/input/event0' is used. # # -i /dev/input/event2 # use specified input device '/dev/input/event2' # # -l /dev/lircd # select LIRC remote control # # -p tcp:3333 # wait for a telnet connection on tcp port 3333 # (use 'telnet vdr 3333' to access this port) # # -t /dev/tty10 # use terminal device without 'OSD' # # -T /dev/tty10 # use terminal device with 'OSD' # # -i autodetect -p tcp:3333 -t /dev/tty10 # use multiple devices # ## -i autodetect