diff options
author | horchi <vdr@jwendel.de> | 2017-03-05 16:39:28 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-03-05 16:39:28 +0100 |
commit | e2a48d8701f91b8e24fbe9e99e91eb72a87bb749 (patch) | |
tree | 726f70554b4ca985a09ef6e30a7fdc8df089993c /PLUGINS/epgdata/configs/epgd.conf | |
download | vdr-epg-daemon-e2a48d8701f91b8e24fbe9e99e91eb72a87bb749.tar.gz vdr-epg-daemon-e2a48d8701f91b8e24fbe9e99e91eb72a87bb749.tar.bz2 |
git init1.1.103
Diffstat (limited to 'PLUGINS/epgdata/configs/epgd.conf')
-rw-r--r-- | PLUGINS/epgdata/configs/epgd.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/PLUGINS/epgdata/configs/epgd.conf b/PLUGINS/epgdata/configs/epgd.conf new file mode 100644 index 0000000..e5c2073 --- /dev/null +++ b/PLUGINS/epgdata/configs/epgd.conf @@ -0,0 +1,10 @@ + +# --------------- +# epgdata plugin +# --------------- + +epgdata.url = http://www.epgdata.com +epgdata.pin = insert-your-pin-here + +# Download timeout in seconds (default 180) +#epgdata.timeout = 180 |