# VDR plugin remote configuration

# You can also define the plugin arguments manually by using the
# VDR_PLUGIN_ARGS variable below. Note that setting VDR_PLUGIN_ARGS will
# override all the other settings in this file and that setting
# VDR_PLUGIN_ARGS_remote in the main VDR sysconfig file will
# override this file completely.
# VDR_PLUGIN_ARGS=""

# Select an input device using evdev protocol
# (/dev/input/... | autodetect)
# EVDEV_DEVICE=""

# Select an input device using LIRC protocol
# (e.g. /var/run/lirc/lircd)
# LIRC_DEVICE=""

# Select a terminal device for input
# TTY_DEVICE=""

# Select a terminal device for input with OSD
# TTY_OSD_DEVICE=""

# Select a connection on tcp port
# TCP_PORT=""

