edit Home.xml
#1
Please help me add Spotify addon to home

Here is what i got but it´s not working

PHP Code:
                    <item id="55">
                        <
label>Spotify</label>
                        <
onclick><onclick>ActivateWindow("plugin://plugin.audio.spotify",return/)</onclick></onclick>
                        <
icon></icon>
                        <
thumb></thumb>
                    </
item
Reply
#2
start by removing the double <onclick> tag, once is enough ;-)

the easiest way to figure out these things is by adding the addon to favourites
and examine your favourites.xml file

should be something like:
Code:
ActivateWindow(10025,&quot;plugin://plugin.audio.spotify/&quot;,return)
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
Thanks ronie ! Worked just fine Nod

PHP Code:
<item id="55">
<
label>Spotify</label>
<
onclick>ActivateWindow(10025,"plugin://plugin.audio.spotify",return/)</onclick>
<
icon></icon>
<
thumb></thumb>
</
item
Reply

Logout Mark Read Team Forum Stats Members Help
edit Home.xml0