v17 Addons not automatically updating from self hosted repository - Forced update works
#1
I've got basic simple addons repo for syncing addons accross machines. It works great, deploys addons great.

My only issue is that the addons don't seem to update without manually triggering "Options>Check for updates". When I click that they update without intervention just fine.

I have automatically update addons enabled in settings. I turned on verbose debugging and I see no log activity that looks like it's checking that repository for updates until I force check.

It's my impression that the addons are supposed to update automatically when launching Kodi if the installed repo's addons.xml.md5 has changed. It doesn't seem automatic to manually trigger check for updates.

Something must be missing in the config, is there an xml entry I need to add to repository?

Thanks
Reply
#2
you need the checksum entry for the repo definition; ref

Code:
<extension point="xbmc.addon.repository">
   <info>http://mirrors.kodi.tv/addons/leia/addons.xml.gz</info>
   <checksum>http://mirrors.kodi.tv/addons/leia/addons.xml.gz.md5</checksum
...
</extension>
typically you'd create this by hashing the addons.xml file.
Reply

Logout Mark Read Team Forum Stats Members Help
Addons not automatically updating from self hosted repository - Forced update works0