ActivateWindow help for addon info
#1
Hi, first time posting. Thanks for all of the work on Kodi.  It's an amazing platform!

I'm attempting use ActivateWindow() or some other built in function to access these two settings:
  • System -> Add-ons -> Manage dependencies
  • System -> Add-ons -> Running
My goal here is to set up a link/shortcut to these settings in a submenu in the Aeon Nox Silvo skin.  Is this possible?  I'm just trying to consolidate all of these addon type of info in an Addon menu item.

I've checked below and I just don't see anything for these two settings.  How can I research these types of paths so I find them on my own?
https://kodi.wiki/view/Opening_Windows_and_Dialogs
Reply
#2
It should be:

ActivateWindow(addonbrowser,addons://dependencies,return)
ActivateWindow(addonbrowser,addons://running,return)
Reply

Logout Mark Read Team Forum Stats Members Help
ActivateWindow help for addon info0