diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2010-08-25 20:13:45 +0300 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2010-08-25 20:13:45 +0300 |
commit | f817cb0f4c07788a2c114590fd317c94c9a3958c (patch) | |
tree | 7acfc743cb19218e48f25a158c842b457ba7bfd9 /debian | |
parent | 8ceffe4de296a21ad841a865315ca1d1370777c9 (diff) | |
download | vdr-plugin-webvideo-f817cb0f4c07788a2c114590fd317c94c9a3958c.tar.gz vdr-plugin-webvideo-f817cb0f4c07788a2c114590fd317c94c9a3958c.tar.bz2 |
call a script after downloading finishes
Diffstat (limited to 'debian')
-rw-r--r-- | debian/plugin.webvideo.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/plugin.webvideo.conf b/debian/plugin.webvideo.conf index 8941e9b..74842bf 100644 --- a/debian/plugin.webvideo.conf +++ b/debian/plugin.webvideo.conf @@ -5,6 +5,7 @@ # -d DIR, --downloaddir=DIR Save downloaded files to DIR # -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 # --downloaddir=/var/lib/webvideo --templatedir=/usr/share/webvi/templates |