diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2011-03-26 18:30:10 +0200 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2011-03-27 11:00:12 +0300 |
commit | b0fa9f7cd42f33628c85aefe6108b417e4e4bc7d (patch) | |
tree | dd1890cd278c0742166089e5ee925d8da56a39c5 | |
parent | f33956dc7d8a0d9c2bcdbc705143231eb885cd89 (diff) | |
download | vdr-plugin-webvideo-b0fa9f7cd42f33628c85aefe6108b417e4e4bc7d.tar.gz vdr-plugin-webvideo-b0fa9f7cd42f33628c85aefe6108b417e4e4bc7d.tar.bz2 |
Document vfat and verbose 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 |