-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual update EPG #880
Comments
Where is your EPG file located? Do you load a local file or something hosted? If you use caching you should be able to set the interval low and it will only load when the file has changed I think. |
File is downloaded (by another addon - maybe about 2 times per week) to local folder. Auto refresh can be only disabled/ once per day/ interval. disabled - is out of the question " it will only load when the file has changed I think." - it is a good idea - how to set it? EDIT: |
Which addon is creating the EPG file? I have a feeling the functionality you want got broken by the introduction of multi-instance PVR. |
Looks like that addon uses iptvmerge. @matthuisman am I correct in assuming this is blocked on the Python API stuff for multi instance? |
i've never heard of that addon - but pretty neat seeing random addons using IPTV Merge! So, dont think this is a merge issue. @JurakZdenek isnt the autoreload every 10mins in IPTV Simple not enough? And @phunkyfish - yes - currently there seems to be no way to tell IPTV Simple to reload a playlist. |
@matthuisman Refresh every 10 min is way. But, won't it load the device unnecessarily every 10 minutes? EPG xml file is about 13mb. addon (o2tv) generate EPG once per 24 hours for one day back and seven forwards. (it's my current settings) if the addon really loaded the EPG once a day, then it should never happen that I miss the EPG. How works "once per day" setting? Sometime I have kodi turned on in the morning, sometimes in the evening. Can I see when IPTV SImple reloads EPG? for example in some log. |
Hello, i missing option like "Reload EPG".
My EPG file is for 5 days. If i generate new EPG file i need options for immediately load that new file.
Now i need wait for autorefresh interval or reboot KODI.
It is possible add this option?
The text was updated successfully, but these errors were encountered: