forked from wirbel-at-vdr-portal/wirbelscan-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
94 lines (70 loc) · 3.64 KB
/
README
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
This is a "plugin" for the Video Disk Recorder (VDR).
Copyright (C) 2007-2021 Winfried Koehler
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
------------------------------------------------------------------------
Written by: Winfried Koehler <nvdec A.T. quantentunnel D.O.T. de >
Project's homepage: https://www.gen2vdr.de/wirbel/wirbelscan/index2.html
Latest version: see Projects homepage
See the file COPYING for further license information.
Description:
------------------------------------------------------------------------
This plugin performs channel scans for digital tv cards.
Requirements:
------------------------------------------------------------------------
- VDR Version >= 1.7.x (choose latest, if unshure)
- developer versions of plugin: vdr >= 2.3.1
- librepfunc >= 1.0.0 (https://github.com/wirbel-at-vdr-portal/librepfunc)
Installation:
------------------------------------------------------------------------
Install this plugin: unpack it into VDRs Plugin source folder
and compile it as usual.
Replace $VERSION with the actual plugins version like '0.0.1' and
$SOURCEDIR with your path to the sources, usually /usr/src or similar:
cp vdr-wirbelscan-$VERSION.tgz $SOURCEDIR/vdr-1.7.16/PLUGINS
cd $SOURCEDIR/VDR/PLUGINS
tar xfz vdr-wirbelscan-$VERSION.tgz
ln -s wirbelscan-$VERSION wirbelscan
cd $SOURCEDIR/VDR
make plugins
How To Use
------------------------------------------------------------------------
#0 open plugins setup menu page
#1 adjust your country
#2 define the search in the field 'Source Type'
#3 MAKE SHURE, THAT YOU DONT HAVE TIMERS ON SCHEDULE. Otherwise you may loose them.
#4 Start the scan with the GREEN key and wait. This will take some time, up to 30 min.
Specific Problems:
------------------------------------------------------------------------
- On some dvb cards, the I/Q inversion needs to be explicitly switched on or off.
If you find cards *only* working with INVERSION = ON, please report those as *bug* to
the linux-media dvb driver mailing list.
- Hint:
For experts: setting symbolrate and modulation to well known values will speed up the scan.
Nevertheless - with wrong settings some or even all transponders will be lost.
Some words of warning and information:
------------------------------------------------------------------------
* Reporting Bugs:
- please send me a full log from the plugin with Verbosity = 5 setting
from beginning of scan up to the point where your problem occurs
- please include hardware details of your system and VDR's setup.conf
* Version Numbering:
- versions with 'X.Y.Z-pre-XX' are to be understood as Version before the version X.Y.Z;
so 0.0.5-pre1 is *older* as 0.0.5
- there is no stable version up to now.
* do NOT scan if you have some recording on your schedule.
This plugin will steel you the dvb card, regardless wether your recording
will break.
* the plugin will add new channels - as vdr everytime does - at the end
of the channels list, so if you have a timer on schedule it may cause
problems.
-wirbel