addon.xml <requires> question
#1
Do we (skinners) have to keep checking for any updates to the required import addons and change the version or will XBMC just get/update the latest one available?

Thanks.
Reply
#2
the version given can be seen as a minimum version. as long as the other versions is ABI compatible they work. since this is only relevant for binary add-ons; no, you don't have to update that.

http://www.c-pluff.org/reference/c-api/plugin.html
Reply
#3
Thanks.

One more question - what happens if, some when down the line, we add another required addon after the skins initial install?
Reply
#4
deps are resolved on install, always. that includes updates.
Reply
#5
Thanks.
Reply
#6
so it works if we install an addon using zipfile too?
Reply
#7
it should yeah. assuming the deps are avail in some repo, we do not do any kind of local dep resolving.
Reply
#8
ok, thanks
Reply

Logout Mark Read Team Forum Stats Members Help
addon.xml <requires> question0