aboutsummaryrefslogtreecommitdiff
blob: 2698517498afe49de26d41e29a4703b1da981899 (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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
# /etc/conf.d/vdr:
# 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
#   allowed values: lirc rcu
#   default: use no remote
#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
#VDR_SORT_ORDER="de_DE"

# Set the locale vdr should use
#   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 SKY (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                                #
###########################################################

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

# Modifies the IO scheduling priority of vdr prozess.
# Class can be 0 for none, 1 for real time, 2 for best effort and 3 for idle.
# Data can be from 0 to 7 inclusive.
#   values: Class:Data
#   default: do not changes ionice
#VDR_IONICE="2:7"

# 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=yes

###########################################################
#          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
#
# WILL BE IGNORED IF USING SYSTEMD !!!
# Please consult media-tv/gentoo-vdr-scripts
# /usr/share/docs/gentoo-vdr-script-*/README.systemd for further details
#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
#
# WILL BE IGNORED IF USING SYSTEMD !!!
# Please consult media-tv/gentoo-vdr-scripts
# /usr/share/docs/gentoo-vdr-scripts-*/README.systemd for further details
#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"

# Check syslog for errors
#   allowed values: yes no
#   default: yes
#CHECK_SYSLOG_ERRORS="yes"

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

###########################################################
#          Expert X11 Settings                            #
###########################################################

# X11 Server start
# Please refer for detailed info to
# media-tv/gentoo-vdr-scripts README.x11-setup
#
# init-file -> vdr-x11
#
# X lib start paramter
#	allowed values: see 'man xorg'
# 	default: ':0 -br -nocursor -nolisten tcp -quiet'
#X11_SERVER=" "

# X11 display
# (needed for media-plugin/vdr-softhddevice supporting OpenGL OSD)
# please make sure to set it matching the X11_SERVER contents above
# and let it on, always !!!
DISPLAY=:0.0

###########################################################
#          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/lib/vdr/video"

# Read config files from DIR
#   allowed values: directory names
#   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: -E-, file/directory names
#   default: unset, empty string
#EPGFILE=""

# Activate the (internal to vdr) watchdog timer with
# a timeout of SEC seconds (recommended by upstream)
# '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. 
#   allowed values: yes no
#   default: no
#VFAT_FILENAMES="yes"

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

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

# Wait some time for dvb device nodes to appear, caused for example by slow udev
# you need to disable this for systems which only use network or non-dvb devices
#   allowed values: yes no
#   default: yes
#DVB_DEVICE_WAIT="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: no
#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
#
# WILL BE IGNORED IF USING SYSTEMD !!!
# Please consult media-tv/gentoo-vdr-scripts
# /usr/share/docs/gentoo-vdr-scripts-*/README.systemd for further details
#
#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=""