Kodi Community Forum

Full Version: how to open the video addons browser
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pardon me for having a brain fart but i cant seem to figure out the code to opening the video addons.

Can someone help?
you can use:
python:
xbmc.executebuiltin('ActivateWindow(AddonBrowser)')
or:
python:
xbmc.executeJSONRPC('{"jsonrpc":"2.0","method":"GUI.ActivateWindow","id":1,"params":{"window":"addonbrowser"}}')