Kodi Community Forum

Full Version: aeon nox silvo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am trying to figure out how to write a custom favorite..I would like to open video addon's then add more with one click. It looks like you can do - ActivateWindow(AddonBrowser) but how do i put the add more item in there for a seamless 1-click into all video addon's thanks......
>ActivateWindow(Videos,Addons,return)
(2015-03-19, 12:22)k4sh1n Wrote: [ -> ]>ActivateWindow(Videos,Addons,return)

this only gets you into your existing video addons i would like to activate the get more option inside video addons
this one gets me into repos - ActivateWindow(addonbrowser,addons://repos/,return) and this one gets me into search ActivateWindow(addonbrowser,addons://search/,return) but i would like to only get into all video addons
mike gave it to me finally got it working ActivateWindow(AddonBrowser,addons://all/xbmc.addon.video,return)