summaryrefslogtreecommitdiff
blob: 47699b3e8c8ee81014970a786a75ab6c56c5223a (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
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

#########
##
# 	run Noad
# 	available Parameter
# 	no | yes
#
VDR_USE_NOAD="yes"

##	do online scan while recording
#	you can choose between
#		no   - disable online scan
#		live - scan only live recordings online (named @...)
#		all  - scan all recordings with online mode
#	available Parameter
#	no | live | all
#
NOAD_ONLINE="no"

##	Use this nice-level when running noad / or no-niceness
#	available Parameter
#	no | 0 ... 19
#NOAD_NICE_LEVEL="no"
NOAD_NICE_LEVEL="18"

##	use ac3 detection
# 	available Parameter
# 	yes | no
#
NOAD_AC3="yes"

##	detect jumping logos
# 	available Parameter
# 	yes | no
#
NOAD_JUMP="yes"

##	detect overlaps
#	available Parameter
#	yes | no
#
NOAD_OVERLAP="yes"

##	send an OSD-Message to localhost:2001 ( >=vdr-1.7.15 localhost:6419 )
#	for start and end 
# 	available Parameter
# 	yes | no
#
NOAD_MESSAGES="yes"

##	only scan if sharemarks did not produce an ptsmarks.vdr file
#	available Parameter
#	yes | no
NOAD_ONLY_SCAN_IF_NO_PTSMARKS="yes"

##	only scan if there are no cut-marks already there (cutting while vdr still records)
#	available Parameter
#	yes | no
NOAD_ONLY_SCAN_IF_NO_MARKS="yes"

##	add your own parameter here,
# 	yust run 'noad' in konsole for more parameter
NOAD_PARAMETER=""