Kodi Community Forum
how to open the video addons browser - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: Python 3 migration (https://forum.kodi.tv/forumdisplay.php?fid=281)
+---- Thread: how to open the video addons browser (/showthread.php?tid=366446)



how to open the video addons browser - ed_davidson - 2022-01-11

Pardon me for having a brain fart but i cant seem to figure out the code to opening the video addons.

Can someone help?


RE: how to open the video addons browser - ronie - 2022-01-11

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