-
This is in continuation to the discussion: #25
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@gkns there is no way that a xtream api request triggers an update.
For the epg data i have added redirect to provider if proxy is type of redirect. If you want no epg data, then you need to create a file under <?xml version="1.0" encoding="utf-8" ?><!DOCTYPE tv SYSTEM "xmltv.dtd"><tv generator-info-name="Xtream Codes" generator-info-url=""></tv> If you want epg processed and filtered, you need to add the epg_url to the input like. Ask your provider for your epg url. sources:
- inputs:
- url: 'http://provider:8080'
epg_url: 'http://provider:8080/xmltv.php?username=bubble&password=gum' m3u-filter_armv7_musleabihf.zip I have added a new binary where the epg processing is fixed and a redirect to provider is added. |
Beta Was this translation helpful? Give feedback.
-
@gkns any updates on this topic ? |
Beta Was this translation helpful? Give feedback.
@gkns there is no way that a xtream api request triggers an update.
The updates are only triggered when:
m3u-filter
without-s
flagFor the epg data i have added redirect to provider if proxy is type of redirect.
If you want no epg data, then you need to create a file under
<m3u-filter-folder>/<data-folder>/<target-name>/epg.xml
with the following content:
If you want epg processed and filtered, you need to add the epg_url to the input like. Ask your provider…