Is it possible to have more than 3 customisable home button?
#1
Probably....

I need 2 more.

I added them via Includes_Home.xml but the problem is I want to use multiple fanart for them.... which is impossible? or not Smile

thanks
Reply
#2
just add a <thumb> line to your extra buttons
Code:
<item id="17">
    <label>ButtonLabel</label>
    <onclick>ActivateWindow(10025,&quot;special://profile/playlists/video/filenameofplaylist.xsp&quot;)</onclick>
    <icon>special://skin/backgrounds/yourbackgroundimage.jpg</icon>
    [b]<thumb>path/to/your/fanart/folder</thumb>[/b]
</item>
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
Is it true that Includes_Home.xml will be over written during a skin update? If so, is there any way to avoid this?
Reply
#4
Tobor Wrote:Is it true that Includes_Home.xml will be over written during a skin update?
yes
Tobor Wrote:If so, is there any way to avoid this?
no. if you make changes to the skin, you could create a diff file,
so you can apply the patch again after a skin update.
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

Logout Mark Read Team Forum Stats Members Help
Is it possible to have more than 3 customisable home button?0