diff options
author | horchi <vdr@jwendel.de> | 2017-03-16 19:28:49 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-03-16 19:28:49 +0100 |
commit | 9065c5cfb63a92a08c44fe249b53b6a8cb003eab (patch) | |
tree | 465dced84c2491e70ff6702267c85c5a8d488b97 /configs | |
parent | 829792b9eab3f9803e6d072ffa9a8a27675c112c (diff) | |
download | vdr-epg-daemon-9065c5cfb63a92a08c44fe249b53b6a8cb003eab.tar.gz vdr-epg-daemon-9065c5cfb63a92a08c44fe249b53b6a8cb003eab.tar.bz2 |
2017-03-16: version 1.1.110 (horchi)\n - added: Congig option for MovieDb api-key\n\n1.1.110
Diffstat (limited to 'configs')
-rw-r--r-- | configs/epgd.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configs/epgd.conf b/configs/epgd.conf index fbcb03d..019c43f 100644 --- a/configs/epgd.conf +++ b/configs/epgd.conf @@ -1,5 +1,5 @@ # ------------------------------------ -# Configuration of EPG Daemon +# Configuration of EPG Daemon # ------------------------------------ # EpgImageSize @@ -36,6 +36,7 @@ SeriesUrl = eplists.constabel.net ScrapEpg = 1 ScrapRecordings = 1 +#ScrapMovieDbApiKey = # NetDevice = eth0 @@ -43,7 +44,7 @@ ScrapRecordings = 1 # HttpPort = 9999 # HttpProxy = 127.0.0.1:8000 -# UserName = -# Password = +# UserName = +# Password = LogLevel = 1 |