Forum

Full Version: Auto Update Add ons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.
Reference URL's