Req Built in install addon
#1
Hi.

Sometimes we (addon developers) need to install some modules/addons to get our addons working properly.

With some tricks we can do it, but it would be great/easier if XBMC include this function into built in function:

Example:

Code:
xbmc.executebuiltin("InstallAddon("pathtozipfile")")

Thanks!
Reply
#2
do it like it is supposed to be. add it as dependency in your addon.xml and it will be installed on next update
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#3
I'm requesting this because dependency only works if you had the repo of the addon installed.

Well, or add this function to install repo and I can request an dependency afterwards.
Reply
#4
Maybe a fallback where if XBMC does not find a dependency in a repo, it prompts the user to install those add-ons by zip and/or list the required add-ons in a window?

"The add-on you tried to install requires additional support add-ons. Please install them first and try again: list add-on names and/or ID"

or

"This add-on requires additional support add-ons: list add-ons. [Select zip files to install]"
Reply

Logout Mark Read Team Forum Stats Members Help
Built in install addon0