Forum
Auto Update Add ons - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Kodi (/forum-18.html)
+--- Thread: Auto Update Add ons (/thread-2147.html)



Auto Update Add ons - marke08 - 2nd Mar, 2014 03:06 AM

Hi everyone -

Is there a way to turn off auto update for only one add on? I have a working version of Pandora but it is much older. I would like to keep the system from updating it but allow auto updating on all other add ons.

I'm familiar with the turn on/off auto updates in the add on section.

Thanks


RE: Auto Update Add ons - IriDium - 2nd Mar, 2014 05:34 AM

Unless there is an option in the configuration to disable updates, I think you are out of luck.

You could try setting the folder of the plugin to R/O
Code:
cd .xbmc/addons
chmod -w pluginfoldername

It should stop the addon being updated, but it might just stop it working Huh

You'll need sudo to reset it back if required.