aboutsummaryrefslogtreecommitdiff
blob: 44555b7f6b522ce0ca4e300455055da2524bc26b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
# /etc/conf.d/vdr:
# $Id$
# Global config file for vdr rc-scripts

###########################################################
#          General Settings                               #
###########################################################

# The list of Plugins to load has been moved to a
# seperate file and can no longer be set in here.
# Now it is set in /etc/conf.d/vdr.plugins
#
# The ebuild should have copied all Plugins listed
# in here to the new location.

# What IR control should be used. Override the default set at
# compile time
# (Usable at vdr version starting from 1.3.28)
#   allowed values: lirc rcu
#   default: use no remote
#            (up to vdr-1.3.36-r2: use what was selected by use-flag)
#IR_CTRL="lirc"


###########################################################
#          Language Settings                              #
###########################################################

# Set the sort-order vdr uses
#   allowed values: locale-definitions listed by locale -a
#                   e.g. de_DE, en_GB, ...
#   default: glibc-default order (posix), or value of LANG if set and >=vdr-1.5.3
#VDR_SORT_ORDER="de_DE"

# Set the locale vdr should use (starting from vdr-1.5.3)
#   allowed values: locale-definitions listed by locale -a
#                   e.g. de_DE, de_DE@euro, de_DE.utf8, en_GB.utf8, ...
#   default: use system-wide setting, and if none found, guess some utf8 locale
#LANG="en_GB.utf8"

# According to "ETSI EN 300 468" the default character set fo SI data is
# ISO6937. But unfortunately some broadcasters actually use ISO-8859-9 or
# other encodings, but fail to correctly announce that.
# To fix this you can set the charset VDR assumes when none is specified
# by the broadcaster. Better: Complain at your broadcaster.
#
# Using vdr-1.6 you can fix it this way:
# If you subscribed to premiere (german pay tv) you may want ISO8859-15.
#VDR_CHARSET_OVERRIDE="ISO8859-15"

###########################################################
#          Special Audio Options                          #
###########################################################

# send Dolby Digital audio to stdin of command CMD
#   allowed values: names of executables
#   default: no command
#AC3_AUDIO=""

# mute audio of the primary DVB device at startup
#   allowed values: yes no
#   default: no
#MUTE="yes"


###########################################################
#          Startup Options                                #
###########################################################

# set niceness of vdr process
#   allowed values: -19 .. 20
#   default: do not change niceness
#VDR_NICENESS="5"

# set volume at start of vdr to this value
#   allowed values: 0-255
#   default: leave volume unchanged
#STARTUP_VOLUME="255"

# set channel to be switched to at start of vdr
#   allowed values: valid channel number in vdr
#   default: leave channel unchanged
#STARTUP_CHANNEL="1"

# show vdr-version number when starting vdr
# some people like this :)
#   allowed values: yes no
#   default: no
#SHOW_VDR_VERSION=no

###########################################################
#          Terminal Output / Keyboard Input               #
###########################################################

# Start vdr on Terminal, this enables use of keyboard and
# viewing of Terminal output of vdr
#   allowed values: number of virtual terminal
#   default: start vdr completely in the background
#TERMINAL="8"

# switch to used terminal
# when attaching vdr to a terminal with setting TERMINAL
# then switch to this terminal
#   allowed values: yes no
#   default: no
#SWITCH_TO_TERMINAL="yes"


###########################################################
#          Debug Options                                  #
###########################################################

# set log level
# 0 = no logging, 1 = errors only,
# 2 = errors and info, 3 = errors, info and debug
# if logging should be done to LOG_LOCALn instead of
# LOG_USER, add '.n' to LEVEL, as in 3.7 (n=0..7)
#   allowed values: 0 1 2 3
#   default: 1
LOG="3"

# switch startskript to debug-mode, set debug-level
#   allowed values: 0 1 2
#   default: 0
#SCRIPT_DEBUG_LEVEL="1"


###########################################################
#          Expert Settings                                #
###########################################################
#
# No need to change anything here for normal usage.
# Every setting in here has good defaults (at least I hope so).

# use DIR as video directory
#   allowed values: directory names
#   default: /var/vdr/video
#VIDEO="/var/vdr/video"

# read config files from DIR
#   allowed values: directory names
#   default: /etc/vdr
#CONFIG="/etc/vdr"

# 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"

# activate the (internal to vdr) watchdog timer with
# a timeout of SEC seconds (recommended by Klaus Schmidinger)
# '0' disables the watchdog
#   allowed values: 0 1 2 ...
#   default: enabled / 60 seconds
#INTERNAL_WATCHDOG="60"

# If you seek the settings for the extern watchdog look
# in /etc/conf.d/vdr.watchdogd.

# Change the filename-format to be vfat and samba compatible. Only necessary if
# not set at compile time.
# (Usable at vdr version starting from 1.3.32)
#   allowed values: yes no
#   default: no
#            (up to vdr-1.3.36-r2: use what was selected by use-flag)
#VFAT_FILENAMES="yes"

# use PORT for SVDRP (default: 2001)
# 0 turns off SVDRP
#   allowed values: numbers for ports between 1024 and 65535
#   default: 2001
#SVDRP_PORT="2001"

# seconds to wait for a running vdr
#   allowed values: numbers
#   default: 40
# START_SVDRP_WAIT_SECONDS="40"

# check 5 seconds for existing dvb devices, for example for slow udev
# you need to disable this for systems which only use network input
#   allowed values: yes no
#   default: yes
#DEVICE_CHECK="no"

# check the plugin for patchlevel compatibility with current vdr version
# it will refuse to load a not compatible plugin
#   allowed values: yes no
#   default: yes
PLUGIN_CHECK_PATCHLEVEL="yes"

# hostname to access vdr with svdrp
# (this normaly should not be changed)
#   allowed values: hostname or ip-address
#   default: use localhost
#SVDRP_HOSTNAME="localhost"

# force the use of old linux threads
# instead of new posix threads (NPTL)
#   allowed values: yes no
#   default: yes
#FORCE_OLD_THREADS="yes"

# do not use vdr -u option to set user
# and use start-stop-daemon --chuid option
# This makes vdr behave easier with core-dumps
#   allowed values: yes no
#   default: no
#FORCE_SETUID_OFF="yes"

# allow core-dumps when using setuid
# This helps for debugging crashes
#   allowed values: yes no
#   default:no
#ALLOW_USERDUMP="yes"

# for people who really know what they do
# and who want to start vdr as user root
#   allowed values: yes no
#   default: no
#START_VDR_AS_ROOT="no"

# use only the given DVB device (NUM = 0, 1, 2...)
# there may be several NUMs options
#   allowed values: set of numbers
#   default: use all DVB devices
#DEVICE=""

# give additional options to vdr process
# should not be necessary in normal cases.
# please contact developers if you need
# special parameters.
#VDR_EXTRA_OPTIONS=""