![]() |
What does updatecheckinterval do? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +--- Thread: What does updatecheckinterval do? (/showthread.php?tid=366570) |
What does updatecheckinterval do? - mmortal03 - 2022-01-17 What does updatecheckinterval do in advancedsettings.xml? I've read through the following definition, but it's not clear to me what it actually does. https://kodi.wiki/view/Advancedsettings.xml#epg Quote:Check every X seconds, if EPG data need to be updated. This does not mean that every X seconds an EPG update is actually triggered, it's just the interval how often to check whether an update should be triggered.What does it mean *if* the EPG data needs to be updated? How does it determine *whether* an update should be triggered, and then *if* it does need to be updated, at what interval will it actually carry out that update? I'm aware of the GUI setting epg.epgupdate, but I don't understand what updatecheckinterval actually does relative to epg.epgupdate -- say, updatecheckinterval is set at a more frequent interval than epg.epgupdate, what does it actually do? |