Kodi Community Forum

Full Version: can't disable add-on that are added as dependency
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2013-12-26, 23:05)jmarshall Wrote: [ -> ]
Quote:* remove next aired from addon folder without restarting (so not through GUI)

Probably just needs a c-pluff rescan prior to install as well as after - IIRC we scan after atm.

We shouldn't rely on script checking it's own settings - it's still running at that point - IMO it should be push-started (i.e. skin says "please start" and on unload "please stop")

we now have the options in addon.xml
* login
* startup
maybe add "call" or something. so when skin calls the add-on it get's started (is this what you are after?)
or do you mean just <onaction>RunScript(script[,args]*) <onaction> ?
and stop all those script on skin unload. so next skin needs to call them again if they use it. where skin needs to have an eable option for those <onactions> ofcourse
Try grabbing https://github.com/jmarshallnz/xbmc/comm...cb9d6e528b and see if that fixes the issue with the manually removed dependency.

Thanks,
Jonathan
Pages: 1 2