summaryrefslogtreecommitdiff
path: root/configs/epgd.conf
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-05 16:39:28 +0100
committerhorchi <vdr@jwendel.de>2017-03-05 16:39:28 +0100
commite2a48d8701f91b8e24fbe9e99e91eb72a87bb749 (patch)
tree726f70554b4ca985a09ef6e30a7fdc8df089993c /configs/epgd.conf
downloadvdr-epg-daemon-e2a48d8701f91b8e24fbe9e99e91eb72a87bb749.tar.gz
vdr-epg-daemon-e2a48d8701f91b8e24fbe9e99e91eb72a87bb749.tar.bz2
git init1.1.103
Diffstat (limited to 'configs/epgd.conf')
-rw-r--r--configs/epgd.conf49
1 files changed, 49 insertions, 0 deletions
diff --git a/configs/epgd.conf b/configs/epgd.conf
new file mode 100644
index 0000000..fbcb03d
--- /dev/null
+++ b/configs/epgd.conf
@@ -0,0 +1,49 @@
+# ------------------------------------
+# 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 = eplists.constabel.net
+
+ScrapEpg = 1
+ScrapRecordings = 1
+
+# NetDevice = eth0
+
+# CachePath = /var/cache/epgd/
+# HttpPort = 9999
+
+# HttpProxy = 127.0.0.1:8000
+# UserName =
+# Password =
+
+LogLevel = 1