I'm creating an addon for Kodi in python, and I need to create a link to open another addon that, if not installed but present in one of the repositories, Kodi will ask the user and install and open the addon. I've seen this before on youtube and sports devil links. If not present but in the repo, Kodi asked if you want to install it. This is about Python, NOT the "import" in addon.xml. Can anyone help?
Kodi python - how to call another addon and, if not installed but present in repo, ask to install it
1.8k Views Asked by Gabriel Coutinho De Miranda At
2
I ended up doing this: