Installscript-plugin-cmds

Aus VDR Wiki
Wechseln zu: Navigation, Suche

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(1)='admin -d $ADMDIR'
PLUGIN(2)='console'
PLUGIN(3)='epgsearch -c $VDR_CONFIG/plugins/epgsearch'
PLUGIN(4)='filebrowser'
PLUGIN(5)='graphlcd -c $PREFIX/etc/graphlcd/graphlcd.conf -d serdisp'
PLUGIN(6)='mailbox -m $SCRDIR/mailcmd.sh'
PLUGIN(7)='mplayer -m $SCRDIR/mount.sh -M $PREFIX/bin/mplayer.sh'
PLUGIN(8)='prefermenu'

Bsp

Datei
../plugin-cmds/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