Excessive add-on update checking - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: Excessive add-on update checking (/showthread.php?tid=343037) |
Excessive add-on update checking - MB32 - 2019-04-15 I have seen various Kodi system maintenance addons which permit the user to manually force a check for addon updates. It follows then that addons or services which run in the background could do this without the users knowledge, either deliberately or accidentally. So I was reviewing my logs and it looks like something is triggering an update check on all repos every 5 minutes. But even with debug logging enabled, I see nothing which indicates the source of this activity. So I disabled various skin helper services and addons which run in the background, but Kodi is still checking for addon updates every 30 minutes. If millions of other people have the same issue, this could present a tremendous load on the servers. I would prefer to have Kodi check for updates once per day at most, but cant figure out how to do this. A few questions then: 1. What is Kodi's default addon update frequency? 2. Where can I view and change this setting? 3. How can I disable the addon update check that occurs when Kodi launches? 4. Is there any way to track which addons are triggering an update check? (And if this should appear in the log, what would the syntax look like?) 5. Is there a global preference that would prevent addons from triggering an update check? 6. Is there any facility that would permit the skin to display a toast message when an update check occurs? (If the answer is yes, which skins support this functionality?) 7. Does Kodi have a facility that would alert the user when a repo does not respond, and offer to uninstall the repo if it repeatedly fails? 8. In the properties page for addons, does Kodi have the ability to display an indicator for orphaned addons that have no working repo? RE: Excessive add-on update checking - User 272336 - 2019-04-15 (2019-04-15, 18:46)MB32 Wrote: 8. In the properties page for addons, does Kodi have the ability to display an indicator for orphaned addons that have no working repo? Not in the add-on properties, SYSTEM/SETTINGS/ADDONS/MANAGE DEPENDENCIES Depending on the skin, you will have the word Orphaned or some symbol. RE: Excessive add-on update checking - Karellen - 2019-04-15 (2019-04-15, 18:46)MB32 Wrote: 1. What is Kodi's default addon update frequency?24 hours (2019-04-15, 18:46)MB32 Wrote: 2. Where can I view and change this setting?Hard-coded (2019-04-15, 18:46)MB32 Wrote: 3. How can I disable the addon update check that occurs when Kodi launches?Unplug your internet connection I have never tried, but you could disable the Version Check add-on under Services. (let me know if this works) (2019-04-15, 18:46)MB32 Wrote: 4. Is there any way to track which addons are triggering an update check? (And if this should appear in the log, what would the syntax look like?)It is the Official Repository that is triggering the update check. Then any add-on versions that have changed get updated if auto-update is enabled. T:1928 DEBUG: CRepositoryUpdater: previous update at 04/15/2019 8:03:37 PM, next at 04/16/2019 8:03:37 PM (2019-04-15, 18:46)MB32 Wrote: 5. Is there a global preference that would prevent addons from triggering an update check?See previous comment (2019-04-15, 18:46)MB32 Wrote: 6. Is there any facility that would permit the skin to display a toast message when an update check occurs? (If the answer is yes, which skins support this functionality?)Yes. Each skin differs, but Estuary displays a banner when the setting is enabled...https://kodi.wiki/view/Settings/System/Add-ons Also check the Event log (wiki) which will list any updates (2019-04-15, 18:46)MB32 Wrote: 7. Does Kodi have a facility that would alert the user when a repo does not respond, and offer to uninstall the repo if it repeatedly fails?They have to be marked as broken in the repo for a message to show. If you come across any broken add-ons let us know and we can mark them broken in the repo. |