summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager/examples
diff options
context:
space:
mode:
Diffstat (limited to 'vdr-vdrmanager/examples')
-rw-r--r--vdr-vdrmanager/examples/plugin.vdrmanager.conf2
-rw-r--r--vdr-vdrmanager/examples/vdr.vdrmanager3
2 files changed, 4 insertions, 1 deletions
diff --git a/vdr-vdrmanager/examples/plugin.vdrmanager.conf b/vdr-vdrmanager/examples/plugin.vdrmanager.conf
index ec4cad3..c0c9a7d 100644
--- a/vdr-vdrmanager/examples/plugin.vdrmanager.conf
+++ b/vdr-vdrmanager/examples/plugin.vdrmanager.conf
@@ -5,5 +5,7 @@
# -p port port number to listen to\n"
# -P password password (none if not given)"
# -s force check against svdrphosts.conf even if -P option was given (password)";
+# -c selects the compression mode to use (zlib or gzip). Default is zlib"
-p 6420
-P change
+-c
diff --git a/vdr-vdrmanager/examples/vdr.vdrmanager b/vdr-vdrmanager/examples/vdr.vdrmanager
index e1d1ddb..ba53505 100644
--- a/vdr-vdrmanager/examples/vdr.vdrmanager
+++ b/vdr-vdrmanager/examples/vdr.vdrmanager
@@ -5,4 +5,5 @@
# -p port port number to listen to\n"
# -P password password (none if not given)"
# -s force check against svdrphosts.conf";
-_EXTRAOPTS="-p 6420 -P change"
+# -c selects the compression mode to use (zlib or gzip). Default is zlib"
+_EXTRAOPTS="-p 6420 -P change -c"