diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2013-01-26 10:38:13 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2013-01-26 10:38:13 +0100 |
commit | e939207dbc1f11d136943b6efa109aad1dd52ece (patch) | |
tree | 151339bf5f06afb4d6b23a0a775d1ebed3870e2e /etc | |
parent | Bumped to version 0.5.3 (diff) | |
download | gentoo-vdr-scripts-e939207dbc1f11d136943b6efa109aad1dd52ece.tar.gz gentoo-vdr-scripts-e939207dbc1f11d136943b6efa109aad1dd52ece.tar.bz2 gentoo-vdr-scripts-e939207dbc1f11d136943b6efa109aad1dd52ece.zip |
support chachedir; removed svdrp port 2001; removed --rcu support
Diffstat (limited to 'etc')
-rw-r--r-- | etc/conf.d/vdr | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/etc/conf.d/vdr b/etc/conf.d/vdr index 1d94ace..37670ce 100644 --- a/etc/conf.d/vdr +++ b/etc/conf.d/vdr @@ -147,12 +147,20 @@ LOG="3" # default: /etc/vdr #CONFIG="/etc/vdr" +# write/read cached vdr files in the given directory +# e.g. epg.data +# allowed values: directory names +# default: /var/cache/vdr +#CACHEDIR="/var/cache/vdr" + +# VDR write the EPG default in the CACHEDIR +# overwrite this with following (no good idea) # write the EPG data into the given FILE; use '-E-' to disable this # if FILE is a directory, the default EPG file will be # created in that directory -# allowed values: file/directory names, -E- to disable -# default: $VIDEO/epg.data -#EPGFILE="/var/vdr/epg.data" +# allowed values: -E-, file/directory names +# default: -E- +#EPGFILE="-E-" # activate the (internal to vdr) watchdog timer with # a timeout of SEC seconds (recommended by Klaus Schmidinger) @@ -172,11 +180,11 @@ LOG="3" # (up to vdr-1.3.36-r2: use what was selected by use-flag) #VFAT_FILENAMES="yes" -# use PORT for SVDRP (default: 2001) (>=vdr-1.7.15 default: 6419) +# use PORT for SVDRP (default: 6419) # 0 turns off SVDRP # allowed values: numbers for ports between 1024 and 65535 -# default: 2001 / 6419 -#SVDRP_PORT="2001" +# default: 6419 +#SVDRP_PORT="6419" # seconds to wait for a running vdr # allowed values: numbers |