Custom "Get More" button
#1
Is it possible to create a custom "Get More" button and have it load the "Image collections" area in the Kodi repo?

Something like this?

<onclick>ActivateWindow(addonbrowser,addons://Huh)</onclick>

Thanks!
Reply
#2
This should work:
Code:
Skin.SetAddon(WeatherFanartDir,kodi.resource.images)

It doesn't open the repo, but it shows a get more button.
Reply
#3
Code:
ActivateWindow(addonbrowser,addons://repository.xbmc.org/kodi.resource.images,return)
should be the correct "manual" way.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#4
Thanks guys, will test tonight.
Reply
#5
(2015-09-09, 14:44)phil65 Wrote:
Code:
ActivateWindow(addonbrowser,addons://repository.xbmc.org/kodi.resource.images,return)
should be the correct "manual" way.
Thanks Phil, works great!

Image
Reply

Logout Mark Read Team Forum Stats Members Help
Custom "Get More" button0