# VDR plugin vdrmanager 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_vdrmanager in the main VDR sysconfig file will
# override this file completely.
# VDR_PLUGIN_ARGS=""

# port number to listen (VDR manager for Android prefer TCP 6420, the default)
# PORT=""

# password (none if not given). No password forces check against svdrphosts.conf.
# PASSWORD=""

# force check against svdrphosts.conf, even if a password was given
# FORCE_SVDRPHOSTS="no"

# selects the compression mode to use ('z' for zlib or 'g' for gzip and 'n' for none).
# default: none
# COMPRESSION=""

# cert and key file for SSL separated by comma (,) or one file for both"
# CERTFILE=""

