blob: 7fbddc708de2fb116748ff0ea2568179980a9bd3 (
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
|
# ------------------------------------
# Configuration of EPG Daemon
# ------------------------------------
# EpgImageSize
# 0 = 174x130
# 1 = 329x245
# 2 = 525x400
DbHost = localhost
DbPort = 3306
DbName = epg2vdr
DbUser = epg2vdr
DbPass = epg
EpgView = eventsview.sql
EpgViewWeb = eventsviewplain.sql
TheTvDBView = thetvdbview.sql
CheckInitial = 1
DaysInAdvance = 8
DaysToUpdate = 4
UpdateTime = 12
UpdateThreshold = 500
XmlStoreToFs = 0
GetEPGImages = 1
EpgImageSize = 2
MaxImagesPerEvent = 1
SeriesEnabled = 1
SeriesPort = 2006
SeriesStoreToFs = 0
SeriesUrl = www.eplists.de
ScrapEpg = 1
ScrapRecordings = 1
#ScrapMovieDbApiKey =
# NetDevice = eth0
# CachePath = /var/cache/epgd/
# HttpPort = 9999
# HttpProxy = 127.0.0.1:8000
# UserName =
# Password =
LogLevel = 1
|