File: scan.1

package info (click to toggle)
linuxtv-dvb-apps 1.1.1%2Brev1500-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,632 kB
  • ctags: 6,779
  • sloc: ansic: 49,002; makefile: 785; perl: 236; sh: 110; xml: 13
file content (85 lines) | stat: -rw-r--r-- 1,798 bytes parent folder | download | duplicates (6)
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
.TH scan 1 "February 14, 2010"
.SH NAME
scan \- a program to produce channel.conf files.
.SH SYNOPSIS
.B scan
.RI [ options ]
.br
.SH DESCRIPTION
This manual page documents briefly the
.B scan
commands.
.PP
\fBscan\fP is a program to produce channels.conf files.
.SH OPTIONS
.TP
.B \-c	[initial-tuning-data-file]
scan on currently tuned transponder only
.TP
.B \-v
verbose (repeat for more)
.TP
.B \-q
quiet (repeat for less)
.TP
.B \-a N
use DVB /dev/dvb/adapterN/
.TP
.B \-f N
use DVB /dev/dvb/adapter?/frontendN
.TP
.B \-d N
use DVB /dev/dvb/adapter?/demuxN
.TP
.B \-s N
use DiSEqC switch position N (DVB-S only)
.TP
.B \-i N
spectral inversion setting (0: off, 1: on, 2: auto [default])
.TP
.B \-n
evaluate NIT-other for full network scan (slow!)
.TP
.B \-5
multiply all filter timeouts by factor 5 for non-DVB-compliant section repitition rates
.TP
.B \-o fmt
output format: 'zap' (default), 'vdr' or 'pids' (default with -c)
.TP
.B \-x N
Conditional Access, (default -1)
	N=0 gets only FTA channels
	N=-1 gets all channels
	N=xxx sets ca field in vdr output to :xxx:
.TP
.B \-t N
Service select, Combined bitfield parameter.
1 = TV, 2 = Radio, 4 = Other, (default 7)
.TP
.B \-p
for vdr output format: dump provider name
.TP
.B \-e N
	VDR version, default 3 for VDR-1.3.x and newer value 2 sets NIT and TID to zero
	Vdr version 1.3.x and up implies -p.
.TP
.B \-l
lnb-type (DVB-S Only) (use -l help to print types) or
.TP
.B \-l
low[,high[,switch]] in Mhz
.TP
.B \-u
UK DVB-T Freeview channel numbering for VDR
.TP
.B \-P
do not use ATSC PSIP tables for scanning (but only PAT and PMT) (applies for ATSC only)
.TP
.B \-A N
check for ATSC 1=Terrestrial [default], 2=Cable or 3=both
.TP
.B \-U
Uniquely name unknown services
.br
.PP
This manual page was written by Uwe Bugla <uwe.bugla@gmx.de>.