diff options
-rw-r--r-- | README.vdrplugin | 17 | ||||
-rw-r--r-- | README.webvi | 4 |
2 files changed, 15 insertions, 6 deletions
diff --git a/README.vdrplugin b/README.vdrplugin index 584eb18..3553877 100644 --- a/README.vdrplugin +++ b/README.vdrplugin @@ -104,11 +104,20 @@ Config file ----------- Config file VDRPLUGINCONFDIR/webvi.plugin.conf (the default path can -be overridden with the --conf argument) controls the quality of the -downloaded and streamed videos. +be overridden with the --conf argument) can be used to configure the +plugin. + +The global options that can be set in section [webvi]: + +vfat + +Generate Windows compatible filenames. Allowed values: true, false. + +Quality of the downloaded and streamed videos can be selected in video +site specific sections. Currently only YouTube module supports +multiple qualities. The following options are recognized in section +[www.youtube.com]: -Currently only Youtube module supports multiple qualities. The -following options are recognized in section [www.youtube.com]: download-min-quality, download-max-quality diff --git a/README.webvi b/README.webvi index 5e14bc6..f97dd1f 100644 --- a/README.webvi +++ b/README.webvi @@ -102,11 +102,11 @@ Path to video site templates. vfat -Generate Windows compatible filenames. +Generate Windows compatible filenames. Allowed values: true, false. verbose -Write debug output to stdin. +Write debug output to stdin. Allowed values: true, false. Quality of the downloaded and streamed videos can be selected in video site specific sections. Currently only YouTube module (section should |