diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2011-03-26 21:20:06 +0200 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2011-03-27 11:00:12 +0300 |
commit | 3fa1dcea8b14529b3f10fef49474bbc0471ba5d1 (patch) | |
tree | 9fb5e39a5a77a7178bfb4a360b0408423736c589 | |
parent | 5b4fa3b79fb21af3d22fc5913e7c3939817eb54e (diff) | |
download | vdr-plugin-webvideo-3fa1dcea8b14529b3f10fef49474bbc0471ba5d1.tar.gz vdr-plugin-webvideo-3fa1dcea8b14529b3f10fef49474bbc0471ba5d1.tar.bz2 |
Document new config options
-rw-r--r-- | debian/plugin.webvideo.conf | 2 | ||||
-rw-r--r-- | debian/webvi.1.txt | 3 | ||||
-rw-r--r-- | debian/webvi.conf | 4 | ||||
-rw-r--r-- | examples/webvi.conf | 4 |
4 files changed, 13 insertions, 0 deletions
diff --git a/debian/plugin.webvideo.conf b/debian/plugin.webvideo.conf index 74842bf..1bcecc4 100644 --- a/debian/plugin.webvideo.conf +++ b/debian/plugin.webvideo.conf @@ -6,6 +6,8 @@ # -t DIR, --templatedir=DIR Read video site templates from DIR # -c FILE, --conf=FILE Read settings from FILE # -p CMD, --postprocess=CMD Execute CMD on downloaded files +# --vfat Generate Windows compatible filenames +# -m, --prefermplayer Prefer mplayer over xineliboutput when streaming # --downloaddir=/var/lib/webvideo --templatedir=/usr/share/webvi/templates diff --git a/debian/webvi.1.txt b/debian/webvi.1.txt index 416f35f..357373d 100644 --- a/debian/webvi.1.txt +++ b/debian/webvi.1.txt @@ -13,6 +13,8 @@ DESCRIPTION OPTIONS -h, --help show this help message and exit -t DIR, --templatepath=DIR read video site templates from DIR + -v, --verbose debug output + --vfat generate Windows compatible filenames USAGE The program communicates with webvid daemon, which must be running in @@ -45,6 +47,7 @@ CONFIG FILE templatepath Path to video site templates streamplayers1 to streamplayer9 are alternative player commands to be used for streaming videos + vfat Generate Windows compatible file names (values: true, false) It is possible to set lower and upper bounds for stream quality in [site-*] sections: diff --git a/debian/webvi.conf b/debian/webvi.conf index d6810a4..7a689b0 100644 --- a/debian/webvi.conf +++ b/debian/webvi.conf @@ -13,6 +13,10 @@ # templatepath is path to the video service template directory templatepath = /usr/share/webvi/templates +# If vfat is true, generate Windows compatible file names. +# +#vfat=false + [www.youtube.com] # Limit the quality when streaming to make the playback smooth even if diff --git a/examples/webvi.conf b/examples/webvi.conf index cf7638c..989aad2 100644 --- a/examples/webvi.conf +++ b/examples/webvi.conf @@ -13,6 +13,10 @@ # templatepath is path to the video service template directory templatepath = /usr/local/share/webvi/templates +# If vfat is true, generate Windows compatible file names. +# +#vfat=false + [www.youtube.com] # Limit the quality when streaming to make the playback smooth even if |