blob: f9891bfe598fc5099c722f308bd0450c661dd123 (
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
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/noad/files/0.6.0-r3/confd_vdraddon.noad,v 1.2 2006/06/24 08:58:53 zzam Exp $
#########
##
# run Noad
# available Parameter
# no | yes
#
VDR_USE_NOAD="no"
## 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 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 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"
## add your own parameter here,
# yust run 'noad' in konsole for more parameter
NOAD_PARAMETER=""
|