diff options
author | Andreas Mair <andreas@vdr-developer.org> | 2010-08-26 07:50:59 +0200 |
---|---|---|
committer | Andreas Mair <andreas@vdr-developer.org> | 2010-08-26 07:57:29 +0200 |
commit | 57a99e05234ffc28bb3a1d16c058bf38ce629d82 (patch) | |
tree | fd24bf63611cfe9aad299e2cb88c1c85df950c1d /contrib/hddarchive/hddarchive.conf | |
parent | acf461064b16ec85ef52887773d8d6a364826106 (diff) | |
download | vdr-plugin-extrecmenu-57a99e05234ffc28bb3a1d16c058bf38ce629d82.tar.gz vdr-plugin-extrecmenu-57a99e05234ffc28bb3a1d16c058bf38ce629d82.tar.bz2 |
Merge from v1.3-devel head (Submitted by Joe_D @vdr-portal.de).
Diffstat (limited to 'contrib/hddarchive/hddarchive.conf')
-rw-r--r-- | contrib/hddarchive/hddarchive.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/hddarchive/hddarchive.conf b/contrib/hddarchive/hddarchive.conf new file mode 100644 index 0000000..c07e213 --- /dev/null +++ b/contrib/hddarchive/hddarchive.conf @@ -0,0 +1,17 @@ +# config file for /usr/bin/hddarchive.sh +# this is used by vdr-extrecmenu for hddarchives + +# Mountpoint, the same as in fstab +MOUNTPOINT="/mnt/archive-hdd" # no trailing '/' + +# Log warnings/errors in syslog. 1 = yes, 0 = no. +SYSLOG=1 + +# Create a length.vdr after mounting the dvd for the played recording. 1 = yes, 0 = no. +# Only for non-vfat and with index.vdr only on dvd. +GETLENGTH=1 + +# Put debug infos in file $DEBUGLOG. Only if $DEBUG=1. +DEBUG=0 +DEBUGLOG="/tmp/hddarchive.sh-debug.log" + |