Kodi Community Forum
Solved Exclude specific add-on from add-ons update permanently? - 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: Solved Exclude specific add-on from add-ons update permanently? (/showthread.php?tid=372160)



Exclude specific add-on from add-ons update permanently? - Tattoofreak - 2023-02-22

Is it possible somehow to exclude a specific add-on permanently from showing up in the add-ons update notification list?
I have an add-on that I never want being updated by the official Kodi repository but instead I want to use a self compiled version.
It's just this specific add-on, all other add-ons should update the classic way as intended.
Thanks!


RE: Exclude specific add-on from add-ons update permanently? - Klojum - 2023-02-22

Changing the addon-id tag value in the addon.xml file to something else comes to mind.


RE: Exclude specific add-on from add-ons update permanently? - Hitcher - 2023-02-22

Or bump the version to something really high should work as well.


RE: Exclude specific add-on from add-ons update permanently? - Tattoofreak - 2023-02-22

(2023-02-22, 11:56)Hitcher Wrote: Or bump the version to something really high should work as well.

This worked like a charm.

Changing the version number in the according file

Code:
/storage/.kodi/addons/<myaddon>/addon.xml

from 20.x.x to 100.x.x solved my issue.

Thanks!


Exclude specific add-on from add-ons update permanently? - Klojum - 2023-02-22

Thread marked solved.