Question! Need Help
#1
i'm trying to make a button on the main menu to link to Get Addons in settings but can't seem to find out the location to point it too.

Code:
<control type="button" id="90735">
    <include>ButtonHomeSubCommonValues</include>
    <label>Get Add-ons</label>
    <onclick>ActivateWindow( THIS IS THE INFO I NEED )</onclick>
    <visible>true</visible>
</control>
Reply
#2
ActivateWindow(addonbrowser)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
No i need the location to the button of Get Addon when you are at addonbrowser
Reply
#4
Not possible because it's a list of items and not a group of buttons.

EDIT: I stand corrected -

Code:
ActivateWindow(addonbrowser,addons://repos/,return)
Reply
#5
I am using this line to search addons

<onclick>ActivateWindow(addonbrowser,addons://search/,return)</onclick>
Reply

Logout Mark Read Team Forum Stats Members Help
Question! Need Help0