summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2010-07-23 20:55:11 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2010-07-23 20:55:11 +0300
commit310743fb9ebbf68b253b923a309cc5f635da89a1 (patch)
tree59c365db7459649344b4ab6d58fde1ceb362506d /debian
downloadvdr-plugin-webvideo-310743fb9ebbf68b253b923a309cc5f635da89a1.tar.gz
vdr-plugin-webvideo-310743fb9ebbf68b253b923a309cc5f635da89a1.tar.bz2
release 0.3.0
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog150
-rw-r--r--debian/compat1
-rw-r--r--debian/control52
-rw-r--r--debian/copyright61
-rw-r--r--debian/libwebvi-dev.docs1
-rw-r--r--debian/libwebvi-dev.install3
-rw-r--r--debian/libwebvi0.docs1
-rw-r--r--debian/libwebvi0.install1
-rw-r--r--debian/plugin.webvideo.conf10
-rw-r--r--debian/postinst43
-rw-r--r--debian/pycompat1
-rw-r--r--debian/python-webvi.docs2
-rw-r--r--debian/python-webvi.install4
-rw-r--r--debian/python-webvi.manpages1
-rwxr-xr-xdebian/rules37
-rw-r--r--debian/vdr-plugin-webvideo.NEWS10
-rw-r--r--debian/vdr-plugin-webvideo.dirs1
-rw-r--r--debian/vdr-plugin-webvideo.docs2
-rw-r--r--debian/vdr-plugin-webvideo.install6
-rw-r--r--debian/watch2
-rw-r--r--debian/webvi.1.txt67
-rw-r--r--debian/webvi.conf20
-rw-r--r--debian/webvi.plugin.conf3
23 files changed, 479 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8a433db
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,150 @@
+vdr-plugin-webvideo (0.3.0-1) unstable; urgency=low
+
+ * Scheduled downloading
+ * Show error details on status screen by pressing Info.
+ * Fix a crash when video URL is empty.
+ * INI file options for controlling the download quality.
+ * Add support for Finnish TV stations: MTV3 Katsomo, ruutu.fi, Subtv.
+ * Make all downloads abortable.
+ * Fixed Vimeo search.
+ * Get the lower quality video when streaming from Youtube
+
+ -- Antti Ajanki <antti@gaspode> Mon, 12 Jul 2010 11:35:14 +0300
+
+vdr-plugin-webvideo (0.2.2-1) unstable; urgency=low
+
+ * New release
+ * Remember query terms and menu positions when moving in history.
+ * Reduce delays when navigating the menu.
+ * Show percentage as ??? on status page if the size is unknown.
+ * Fixed Youtube module.
+
+ -- Antti Ajanki <antti.ajanki@iki.fi> Sun, 11 Apr 2010 11:46:34 +0300
+
+vdr-plugin-webvideo (0.2.1-1) unstable; urgency=low
+
+ * Support for all Python versions.
+ * Install the plugin with VDR's "make plugins".
+
+ -- Antti Ajanki <antti.ajanki@iki.fi> Sat, 23 Jan 2010 15:03:45 +0200
+
+vdr-plugin-webvideo (0.2.0-1) unstable; urgency=low
+
+ * The daemon is replaced by Python library with C bindings.
+ * New video service: Vimeo
+ * Re-added support for YLE Areena
+ * Youtube: using the official API (except for video pages), this
+ should mean less breakage in the future. Various improvements on
+ the menus.
+ * Created new packages for the library: python-webvi, libwebvi0
+
+ -- Antti Ajanki <antti.ajanki@iki.fi> Sun, 17 Jan 2010 22:01:50 +0200
+
+vdr-plugin-webvideo (0.1.7-1) unstable; urgency=low
+
+ * New upstream release
+ - Moved the default download directory to /var/lib/webvideo
+ - Standards-Version: 3.8.3
+ * Moved webvid daemon to new package webvid
+ * Removed non-standard shebang line from debian/rules
+ * Removed DVBDIR from debian/rules
+ * Added myself to Uploaders and Debian Maintainers
+
+ -- Thomas Günther <tom@toms-cafe.de> Thu, 05 Nov 2009 02:34:31 +0100
+
+vdr-plugin-webvideo (0.1.6-1) unstable; urgency=low
+
+ * New release
+
+ -- Antti Ajanki <antti.ajanki@iki.fi> Thu, 20 Aug 2009 20:10:32 +0300
+
+vdr-plugin-webvideo (0.1.5-1) unstable; urgency=low
+
+ * New release
+ * Call postinst scripts fragments in the correct order
+
+ -- Antti Ajanki <antti.ajanki@iki.fi> Sun, 10 May 2009 20:24:06 +0300
+
+vdr-plugin-webvideo (0.1.4-1) unstable; urgency=low
+
+ * New release
+ * Moved the default download directory to /var/lib/webvideo.
+
+ -- Antti Ajanki <antti.ajanki@iki.fi> Sun, 03 May 2009 21:06:00 +0300
+
+vdr-plugin-webvideo (0.1.3-1) unstable; urgency=low
+
+ * New upstream release
+ * Bumped standards version to 3.8.1
+
+ -- Tobias Grimm <etobi@debian.org> Sun, 19 Apr 2009 16:46:26 +0200
+
+vdr-plugin-webvideo (0.1.2-1) unstable; urgency=low
+
+ * New upstream release
+ * Changed XS-Python-Version to current to fix FTBS problem
+ * Changed maintainer to Debian VDR Team
+ * Added Python to dependencies
+ * Removed dh_make boilerplates from debian/copyright
+ * Fixed homepage field in debian/control
+ * Bumped standards version to 3.8.1
+ * Install init script as /etc/init.d/webvid
+ * Fixed LOCALEDIR to build locales in correct directory
+ * Deactivated postinst-script-order.diff - seems not to be required anymore
+ * Added debian/watch
+ * Depend on libmms0
+ * Dropped patchlevel control field
+ * Build-Depend on vdr-dev (>=1.6.0-5)
+ * Added manpages
+ * Changed section to "video"
+
+ -- Tobias Grimm <etobi@debian.org> Sat, 11 Apr 2009 00:05:37 +0200
+
+vdr-plugin-webvideo (0.1.1-1) unstable; urgency=low
+
+ * New release
+
+ -- Antti Ajanki <antti.ajanki@iki.fi> Tue, 24 Feb 2009 19:38:28 +0300
+
+vdr-plugin-webvideo (0.1.0-1) unstable; urgency=low
+
+ * New release
+
+ -- Antti Ajanki <antti.ajanki@iki.fi> Sat, 7 Feb 2009 18:07:37 +0300
+
+vdr-plugin-webvideo (0.0.6-1) unstable; urgency=low
+
+ * New release
+
+ -- Antti Ajanki <antti.ajanki@iki.fi> Sat, 6 Dec 2008 11:27:05 +0300
+
+vdr-plugin-webvideo (0.0.5-1) unstable; urgency=low
+
+ * New release
+
+ -- Antti Ajanki <antti.ajanki@iki.fi> Tue, 2 Sep 2008 21:41:50 +0300
+
+vdr-plugin-webvideo (0.0.4-1) unstable; urgency=low
+
+ * New release
+
+ -- Antti Ajanki <antti.ajanki@iki.fi> Thu, 21 Aug 2008 12:29:38 +0300
+
+vdr-plugin-webvideo (0.0.3-1) unstable; urgency=low
+
+ * New release
+
+ -- Antti Ajanki <antti.ajanki@iki.fi> Tue, 19 Aug 2008 18:19:19 +0300
+
+vdr-plugin-webvideo (0.0.2-1) unstable; urgency=low
+
+ * New release
+
+ -- Antti Ajanki <antti.ajanki@iki.fi> Thu, 24 Jul 2008 20:44:15 +0300
+
+vdr-plugin-webvideo (0.0.1-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Antti Ajanki <antti.ajanki@iki.fi> Wed, 25 Jun 2008 17:53:54 +0300
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3deeccb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,52 @@
+Source: vdr-plugin-webvideo
+Section: video
+Priority: extra
+Maintainer: Antti Ajanki <antti.ajanki@iki.fi>
+Uploaders: Tobias Grimm <etobi@debian.org>, Thomas Günther <tom@toms-cafe.de>
+Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.49), txt2man, vdr-dev (>= 1.6.0-5), gettext, libxml2-dev, python-all-dev, python-central (>= 0.5.6), libglib2.0-dev
+Standards-Version: 3.8.3
+Homepage: http://users.tkk.fi/~aajanki/vdr/webvideo
+XS-Python-Version: >= 2.5
+
+Package: python-webvi
+Architecture: all
+Section: python
+Depends: ${misc:Depends}, ${python:Depends}, python-libxml2, python-libxslt1, python-pycurl, python-simplejson, mimms
+Replaces: vdr-plugin-webvideo (<< 0.2.0), webvid (<< 0.2.0)
+Description: Web video downloader library - Python module
+ This package provides a library for downloading video and audio
+ streams from media sharing websites, such as YouTube or Google Video.
+ .
+ This is the Python module.
+XB-Python-Version: ${python:Versions}
+
+Package: libwebvi0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-webvi
+Description: Web video downloader library - shared library
+ This package provides a library for downloading video and audio
+ streams from media sharing websites, such as YouTube or Google Video.
+ .
+ This is the shared library.
+XB-Python-Version: ${python:Versions}
+
+Package: libwebvi-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libc-dev
+Description: Web video downloader library - development files
+ This package provides a library for downloading video and audio
+ streams from media sharing websites, such as YouTube or Google Video.
+ .
+ This package contains the development files.
+
+Package: vdr-plugin-webvideo
+Architecture: any
+Section: video
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}, libwebvi0
+Suggests: vdr-plugin-mplayer | vdr-plugin-xineliboutput
+Description: VDR plugin for downloading videos from the Web
+ This plugin for the Linux Video Disc Recorder (VDR) provides ability
+ to download video files from popular video sharing websites, such as
+ YouTube or Google Video.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b1d4f0e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,61 @@
+Upstream Homepage:
+ http://users.tkk.fi/~aajanki/vdr/webvideo
+
+Upstream Author:
+ Antti Ajanki <antti.ajanki@iki.fi>
+
+Debian Maintainers:
+ Antti Ajanki <antti.ajanki@iki.fi>
+ Tobias Grimm <etobi@debian.org>
+ Thomas Günther <tom@toms-cafe.de>
+
+Copyright:
+ (C) 2008, 2009, 2010 Antti Ajanki
+
+Copyright (Debian packaging):
+ (C) 2008, 2009 Antti Ajanki
+ (C) 2009 Tobias Grimm, Thomas Günther
+
+License:
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+ The complete text of the GNU General Public License can be found
+ in /usr/share/common-licenses/GPL-3 on most Debian systems.
+
+License (iniparser library):
+
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use, copy,
+ modify, merge, publish, distribute, sublicense, and/or sell copies of
+ the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+
+License (Debian packaging):
+ The Debian packaging is licensed under the GPL, version 3 or any
+ later version, see /usr/share/common-licenses/GPL-3.
diff --git a/debian/libwebvi-dev.docs b/debian/libwebvi-dev.docs
new file mode 100644
index 0000000..523e527
--- /dev/null
+++ b/debian/libwebvi-dev.docs
@@ -0,0 +1 @@
+doc/developers.txt
diff --git a/debian/libwebvi-dev.install b/debian/libwebvi-dev.install
new file mode 100644
index 0000000..4946c7c
--- /dev/null
+++ b/debian/libwebvi-dev.install
@@ -0,0 +1,3 @@
+src/libwebvi/libwebvi.so usr/lib/
+src/libwebvi/libwebvi.h usr/include/
+src/libwebvi/libwebvi.a usr/lib/
diff --git a/debian/libwebvi0.docs b/debian/libwebvi0.docs
new file mode 100644
index 0000000..1333ed7
--- /dev/null
+++ b/debian/libwebvi0.docs
@@ -0,0 +1 @@
+TODO
diff --git a/debian/libwebvi0.install b/debian/libwebvi0.install
new file mode 100644
index 0000000..6c9de3d
--- /dev/null
+++ b/debian/libwebvi0.install
@@ -0,0 +1 @@
+src/libwebvi/libwebvi.so.0* usr/lib/
diff --git a/debian/plugin.webvideo.conf b/debian/plugin.webvideo.conf
new file mode 100644
index 0000000..8941e9b
--- /dev/null
+++ b/debian/plugin.webvideo.conf
@@ -0,0 +1,10 @@
+# Command line parameters for vdr-plugin-webvideo
+#
+# Recognized parameters:
+#
+# -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
+#
+--downloaddir=/var/lib/webvideo
+--templatedir=/usr/share/webvi/templates
diff --git a/debian/postinst b/debian/postinst
new file mode 100644
index 0000000..33bb639
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,43 @@
+#!/bin/sh
+# postinst script for vdr-plugin-webvideo
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+# * <postinst> `configure' <most-recently-configured-version>
+# * <old-postinst> `abort-upgrade' <new version>
+# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+# <new-version>
+# * <postinst> `abort-remove'
+# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+# <failed-install-package> <version> `removing'
+# <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+ configure)
+ chown vdr:vdr /var/lib/webvideo
+ chmod g=rwx /var/lib/webvideo
+ ;;
+
+ abort-upgrade|abort-remove|abort-deconfigure)
+ ;;
+
+ *)
+ echo "postinst called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+
diff --git a/debian/pycompat b/debian/pycompat
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/debian/pycompat
@@ -0,0 +1 @@
+2
diff --git a/debian/python-webvi.docs b/debian/python-webvi.docs
new file mode 100644
index 0000000..803a3ef
--- /dev/null
+++ b/debian/python-webvi.docs
@@ -0,0 +1,2 @@
+README
+README.webvi
diff --git a/debian/python-webvi.install b/debian/python-webvi.install
new file mode 100644
index 0000000..ad5c5ce
--- /dev/null
+++ b/debian/python-webvi.install
@@ -0,0 +1,4 @@
+debian/tmp/usr/lib/python*/site-packages/*
+debian/tmp/usr/bin/webvi
+debian/tmp/usr/share/webvi/templates/*
+debian/webvi.conf etc/
diff --git a/debian/python-webvi.manpages b/debian/python-webvi.manpages
new file mode 100644
index 0000000..a09ac56
--- /dev/null
+++ b/debian/python-webvi.manpages
@@ -0,0 +1 @@
+debian/webvi.1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..44d5f4a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,37 @@
+#!/usr/bin/make -f
+
+build/libwebvi0:: build/python-webvi
+build/vdr-plugin-webvideo:: build/libwebvi0
+
+DEB_PYTHON_SYSTEM := pycentral
+DEB_PYTHON_MODULE_PACKAGES := python-webvi
+
+# debhelper must be included before python-distutils
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+DEB_COMPRESS_EXCLUDE := .py
+
+DEB_MAKE_BUILD_TARGET := all-noinstall VDRDIR=/usr/include/vdr
+DEB_MAKE_INSTALL_TARGET := install-vdr-plugin install-python VDRDIR=/usr/include/vdr PREFIX=$(CURDIR)/debian/tmp/usr VDRPLUGINDIR=$(CURDIR)/debian/tmp/usr/lib/vdr/plugins VDRPLUGINCONFDIR=$(CURDIR)/debian/tmp/var/lib/vdr/plugins VDRLOCALEDIR=$(CURDIR)/debian/tmp/usr/share/locale
+DEB_MAKE_CHECK_TARGET =
+
+DEB_INSTALL_CHANGELOGS_ALL = HISTORY
+
+#DEB_DH_STRIP_ARGS = -Xlibvdr-webvideo -Xlibwebvi
+
+TXT2MANPAGES = debian/webvi.1
+
+$(TXT2MANPAGES): %.1: %.1.txt
+ cat $< | grep -v "^###" | \
+ eval "`cat $< | grep "^### txt2man" | sed "s/### //"`" >$@
+
+common-build-indep:: $(TXT2MANPAGES)
+
+cleanbuilddir::
+ $(MAKE) -o .dependencies clean
+ rm -f $(TXT2MANPAGES)
+
+common-binary-predeb-arch::
+ sh /usr/share/vdr-dev/dependencies.sh
diff --git a/debian/vdr-plugin-webvideo.NEWS b/debian/vdr-plugin-webvideo.NEWS
new file mode 100644
index 0000000..5499f66
--- /dev/null
+++ b/debian/vdr-plugin-webvideo.NEWS
@@ -0,0 +1,10 @@
+vdr-plugin-webvideo (0.1.4-1) unstable; urgency=low
+
+ The default download directory is now /var/lib/webvideo instead of
+ /var/lib/video/webvideo, because the video directory is expected to
+ hold only VDR's own files. The videos are NOT automatically copied
+ to the new location. If you want to keep using the old location (it
+ should not cause problems in practice), leave the path in
+ /etc/vdr/plugins/plugin.webvideo.conf unchanged.
+
+ -- Antti Ajanki <antti.ajanki@iki.fi> Mon, 04 May 2009 20:42:36 +0300
diff --git a/debian/vdr-plugin-webvideo.dirs b/debian/vdr-plugin-webvideo.dirs
new file mode 100644
index 0000000..bab0473
--- /dev/null
+++ b/debian/vdr-plugin-webvideo.dirs
@@ -0,0 +1 @@
+var/lib/webvideo
diff --git a/debian/vdr-plugin-webvideo.docs b/debian/vdr-plugin-webvideo.docs
new file mode 100644
index 0000000..2707c31
--- /dev/null
+++ b/debian/vdr-plugin-webvideo.docs
@@ -0,0 +1,2 @@
+README
+README.vdrplugin
diff --git a/debian/vdr-plugin-webvideo.install b/debian/vdr-plugin-webvideo.install
new file mode 100644
index 0000000..0cf0829
--- /dev/null
+++ b/debian/vdr-plugin-webvideo.install
@@ -0,0 +1,6 @@
+debian/tmp/usr/lib/vdr/plugins/libvdr-webvideo.so.*
+debian/tmp/usr/share/locale
+debian/tmp/var/lib/vdr/plugins/webvideo
+debian/plugin.webvideo.conf etc/vdr/plugins/
+src/vdr-plugin/mime.types var/lib/vdr/plugins/webvideo/
+debian/webvi.plugin.conf var/lib/vdr/plugins/webvideo/
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2cb5267
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=2
+http://users.tkk.fi/~aajanki/vdr/webvideo/vdr-webvideo-(.*)\.tgz
diff --git a/debian/webvi.1.txt b/debian/webvi.1.txt
new file mode 100644
index 0000000..89140ed
--- /dev/null
+++ b/debian/webvi.1.txt
@@ -0,0 +1,67 @@
+### txt2man -s 1 -t WEBVI -v "download utility for media sharing websites"
+
+NAME
+ webvi - download video and audio from media sharing websites
+
+SYNOPSIS
+ webvi [options]
+
+DESCRIPTION
+ webvi is a command line tool for downloading video and audio files
+ from certain media sharing websites, such as YouTube or Google Video.
+
+OPTIONS
+ -h, --help show this help message and exit
+ -t DIR, --templatepath=DIR read video site templates from DIR
+
+USAGE
+ The program communicates with webvid daemon, which must be running in
+ the background.
+
+ The content of video sharing websites is presented as series of menus.
+ The menus consists of two kinds of links. Navigation links, which can
+ be identified by [brackets], are used to navigate the site.
+ Non-bracketed links are media streams that can be downloaded.
+
+ Following commands are recognized:
+
+ help Show help
+ select x Select a link whose index is x
+ download x Download a media stream whose index is x
+ stream x Play a media stream whose index is x
+ back Go backward in history
+ forward Go forward in history
+ display Redisplay the current menu
+ menu Go back to the main menu
+ quit Quit the program
+
+ x is an index of a link in the current menu. Entering an index number
+ x without any command is a shorthand for "select x".
+
+CONFIG FILE
+ webvi will read the following config files: /etc/webvi.conf and
+ ~/.webvi. The files are in INI format. The following options are
+ recognized in [webvi] section:
+
+ templatepath Path to video site templates
+ streamplayers1 to streamplayer9 are alternative player commands to be used for streaming videos
+
+ It is possible to set lower and upper bounds for stream quality in
+ [site-*] sections:
+
+ download-min-quality Minimum accepted quality for downloading
+ download-max-quality Maximum accepted quality for downloading
+ stream-min-quality Minimum accepted quality for streaming
+ stream-max-quality Maximum accepted quality for streaming
+
+ Currently only Youtube module offers multiple versions of the
+ streams. These are the available quality scores for Youtube
+ (section [site-youtube]):
+
+ 50 standard quality (320x240, i.e. what you get in the web browser)
+ 60 medium quality (480x360 MP4)
+ 70 HD quality (720p)
+
+AUTHOR
+ This manual page was written by Tobias Grimm <tg@e-tobi.net> and
+ Antti Ajanki <antti.ajanki@iki.fi>.
diff --git a/debian/webvi.conf b/debian/webvi.conf
new file mode 100644
index 0000000..647376b
--- /dev/null
+++ b/debian/webvi.conf
@@ -0,0 +1,20 @@
+[webvi]
+
+# streamplayer1 to streamplayer9 are alternative media players to be
+# used for streaming. The substring %s will be replaced by the stream
+# URL. The players are tried one by one starting from streamplayer1
+# until one of them succeeds playing the stream.
+#
+#streamplayer1 = vlc "%s"
+#streamplayer2 = totem "%s"
+#streamplayer3 = mplayer "%s"
+#streamplayer4 = xine "%s"
+
+# templatepath is path to the video service template directory
+templatepath = /usr/share/webvi/templates
+
+[site-youtube]
+
+# Limit the quality when streaming to make the playback smooth even if
+# the network connection is slow.
+stream-max-quality = 50
diff --git a/debian/webvi.plugin.conf b/debian/webvi.plugin.conf
new file mode 100644
index 0000000..675f8d7
--- /dev/null
+++ b/debian/webvi.plugin.conf
@@ -0,0 +1,3 @@
+[site-youtube]
+
+stream-max-quality = 50