diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2011-03-26 17:58:28 +0200 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2011-03-26 17:58:28 +0200 |
commit | e4990a7519817dc2d90e1e9bb5c27ecbad4f8f5f (patch) | |
tree | 377f66a08088f17a50302d6c01480bc319a4f5e0 | |
parent | bf656b5de4cf87badfcdfeb5e1923466ccce2ed1 (diff) | |
download | vdr-plugin-webvideo-e4990a7519817dc2d90e1e9bb5c27ecbad4f8f5f.tar.gz vdr-plugin-webvideo-e4990a7519817dc2d90e1e9bb5c27ecbad4f8f5f.tar.bz2 |
Document --vfat and --verbose
-rw-r--r-- | README.vdrplugin | 1 | ||||
-rw-r--r-- | README.webvi | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/README.vdrplugin b/README.vdrplugin index e1e6705..584eb18 100644 --- a/README.vdrplugin +++ b/README.vdrplugin @@ -98,6 +98,7 @@ VDR plugin command line parameters -c FILE, --conf=FILE Load settings from FILE -p CMD, --postprocess=CMD Execute CMD after downloading -m, --prefermplayer Prefer mplayer over xineliboutput when streaming +--vfat Generate Windows compatible filenames Config file ----------- diff --git a/README.webvi b/README.webvi index 413dfa5..5e14bc6 100644 --- a/README.webvi +++ b/README.webvi @@ -48,6 +48,8 @@ Command line parameters -h, --help show this help message and exit -t DIR, --templatepath=DIR read video site templates from DIR +--vfat generate Windows compatible filenames +-v, --verbose debug output Usage ----- @@ -98,6 +100,14 @@ templatepath Path to video site templates. +vfat + +Generate Windows compatible filenames. + +verbose + +Write debug output to stdin. + Quality of the downloaded and streamed videos can be selected in video site specific sections. Currently only YouTube module (section should be called [www.youtube.com]) supports multiple qualities. The |