Installscript-plugin-cmds
Aus VDR Wiki
(Unterschied zwischen Versionen)
(M) |
|||
Zeile 1: | Zeile 1: | ||
+ | ==Beschreibung== | ||
In '''../admin/plugin-cmds''' befinden sich die Einstellungen der Plugins, als bsp das [[remote-plugin]]. | In '''../admin/plugin-cmds''' befinden sich die Einstellungen der Plugins, als bsp das [[remote-plugin]]. | ||
Zeile 7: | Zeile 8: | ||
eingeleitet. | eingeleitet. | ||
+ | ==remote.conf== | ||
{{Box Datei| ../admin/plugin-cmds/remote.conf | | {{Box Datei| ../admin/plugin-cmds/remote.conf | | ||
<pre> | <pre> |
Version vom 22. Oktober 2005, 17:41 Uhr
Beschreibung
In ../admin/plugin-cmds befinden sich die Einstellungen der Plugins, als bsp das remote-plugin.
Optionen werden mit einem
-
eingeleitet.
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