Kodi Community Forum
Prevent Kodi From Wiping the addons directory - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Prevent Kodi From Wiping the addons directory (/showthread.php?tid=228714)



Prevent Kodi From Wiping the addons directory - ooXei1sh - 2015-06-04

My apologies if this is the wrong thread for this question...

I've been developing an addon and am adding code directly in:

~/Library/Application\ Support/Kodi/addons/plugin.video.myaddon (osx)

Unfortunately every once in a while kodi likes to refresh these files back to the last installed/updated version.

I know, the likely solution is just to not develop directly in the addons folder but..

Is there anyway to prevent kodi from messing with the files in this directory?

Thanks


RE: Prevent Kodi From Wiping the addons directory - myfototv - 2015-06-04

(2015-06-04, 01:43)ooXei1sh Wrote: My apologies if this is the wrong thread for this question...

I've been developing an addon and am adding code directly in:

~/Library/Application\ Support/Kodi/addons/plugin.video.myaddon (osx)

Unfortunately every once in a while kodi likes to refresh these files back to the last installed/updated version.

I know, the likely solution is just to not develop directly in the addons folder but..

Is there anyway to prevent kodi from messing with the files in this directory?

Thanks

you could try disable updates in the system --> addons pop out window from the left Auto updates OFF


RE: Prevent Kodi From Wiping the addons directory - Martijn - 2015-06-04

As you said, don't develop in that folder. Don't use same addon ID as that will overwrite any update


RE: Prevent Kodi From Wiping the addons directory - ooXei1sh - 2015-06-05

@myfototv, @Martijn Thank you for the replies. Found the pop out under System > Settings > Add-ons ... left side pop out menu ... Misc: Options > Auto updates: Never