summaryrefslogtreecommitdiff
path: root/runvdr.template
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-04-17 12:35:46 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-04-17 12:35:46 +0200
commit475e64eeec529425b343006820a00a9b73ab0914 (patch)
treedfa288602142b97994e6dd097af659c8a893e049 /runvdr.template
parent05ea68e2bb35a9635f968a690cba424addde3051 (diff)
downloadvdr-475e64eeec529425b343006820a00a9b73ab0914.tar.gz
vdr-475e64eeec529425b343006820a00a9b73ab0914.tar.bz2
The dvbhddevice plugin is now part of the VDR distribution archive
Diffstat (limited to 'runvdr.template')
-rwxr-xr-xrunvdr.template8
1 files changed, 6 insertions, 2 deletions
diff --git a/runvdr.template b/runvdr.template
index ebc2f04d..2f6fd87b 100755
--- a/runvdr.template
+++ b/runvdr.template
@@ -20,7 +20,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: runvdr.template 2.1 2010/01/17 12:39:27 kls Exp $
+# $Id: runvdr.template 2.2 2011/04/17 12:34:30 kls Exp $
VDRPRG="./vdr"
@@ -30,8 +30,12 @@ VDROPTIONS="-w 60"
VDRPLUGINS=""
# You will need to select your output device plugin if you want
# to use VDR to watch video. For instance, for a "Full Featured"
-# DVB card that would be
+# SD DVB card that would be
# VDRPLUGINS="-P dvbsddevice"
+# For a "Full Featured" HD DVB card you could use
+# VDRPLUGINS="-P dvbhddevice"
+# There are also other output device plugins available, see
+# http://www.vdr-wiki.de/wiki/index.php/Plugins.
VDRCMD="$VDRPRG $VDROPTIONS $VDRPLUGINS $*"