summaryrefslogtreecommitdiff
path: root/configs/epgd.conf
diff options
context:
space:
mode:
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