blob: 6c19201a63fb5ddaf5a96cff69fd8d82ebf4073b (
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
|
This is a "plugin" for the Video Disk Recorder (VDR).
Written by: Mario Gross <vdr-tvtv-plugin@arcor.de>
(based on Version 0.1.6 created by Gerald Berwolf <genka@vdrportal.de>)
Further improvements by monty35 <monty35@gmx.de>
Project's homepage: http://home.arcor.de/grossmar
Further improvement patches:
http://www.vdrportal.de/board/thread.php?threadid=77102
See the file COPYING for license information.
Requirements:
- VDR 1.2.0+ (VPS requires VDR 1.3.5+)
- libcurl 7.10+
- a valid tvtv subscription with "Linux PVR" as registered product
Description:
This plugin can be used to create timers from the job list of TVTVs website.
Unlike the job list on the website, only the most recent 32 timer jobs within
the upcoming 2 weeks are transfered by TVTV. Programs already on air cannot
be added to the timer list since they are not sent by TVTV.
Setup Menu:
TVTV Server
TVTV Server to download the data from
TVTV User Name
TVTV Password
Username and Password as used on the website
Use HTTP Proxy
HTTP Proxy
Use HTTP Proxy to connect to TVTV
Auto Update
Updatetime (min)
Perform automatic update (default: 30 minutes)
Show In Main Menu
Shows entry in main menu to perform update manually
Add ongoing non-VPS timers
Do not readd (and causing instant start of record)
non-VPS timers, if start time is in the past
Use VPS
Add timers using VPS if available (only VDR 1.3.5+)
Format of File Name
Select format of file name (Format/Nature/Title) in various
combinations
Use Station Name within File Name
Nature and/or Station Name are added to the filename as separate
directory.
Use TVTV description in info.vdr
Starting with VDR 1.3.44, the description of a recording is
taken from EPG. This switch decides whether or not the description
coming from TVTV will be added as a comment to info.vdr.
Timer update time shift bugfix
Sometimes a timer is wrongly updated due to a bug in the TVTV database.
It is shifted 1 hour (2 hours during daylight saving time) ealier. This can
be avoided by enabling this fix. "auto" is the recommended setting.
Reload ChannelMap
If channel map is changed it can be reloaded with this command
SVDRP Commands:
The plugin provides SVDRP commands to control the plugin via command line or
shell scripts.
RELOAD - Reloads the channel map config file
UPDATE - update timer list from TVTV
Installation:
cd /put/your/path/here/VDR/PLUGINS/src
tar -xzf /put/your/path/here/vdr-tvtv-X.Y.Z.tgz
ln -s tvtv-X.Y.Z tvtv
cp tvtv/examples/tvtv_channelmap.conf VDR_Config_Dir/plugins
cd /put/your/path/here/VDR
make
make plugins
./vdr -P tvtv
|