Way to Clear Data GUIDE in the background?
#1
So the m3u8 playlist file i use is static and needs to be refreshed every 4 hours. Currently, I have to go back to Settings > PVR & Live TV > Guide > Clear Data in order to do it, so just wondering if there's a way I can run this as a script in the background as a scheduled task?

Thanks!
Reply
#2
create advanced settings.xml file and put it in userdata folder with this:

<advancedsettings>
 <epg>
  <lingertime>720</lingertime>
  <updatecheckinterval>3600</updatecheckinterval>
  <cleanupinterval>300</cleanupinterval>
  <activetagcheckinterval>120</activetagcheckinterval>
  <retryinterruptedupdateinterval>3600</retryinterruptedupdateinterval>
  <updateemptytagsinterval>120</updateemptytagsinterval>
  <displayupdatepopup>false</displayupdatepopup>
  <displayincrementalupdatepopup>false</displayincrementalupdatepopup>
 </epg>
</advancedsettings>
Reply

Logout Mark Read Team Forum Stats Members Help
Way to Clear Data GUIDE in the background?0