2012-06-10, 08:10
So i was trying to learn some skinning and for the love of *** i can't figure this out.
The examples in wiki look too different and i can't find a thread that does this.
Using Alaska revisited http://forum.xbmc.org/showthread.php?tid=70302&page=228 in Eden.
Default menu style.
Tried to add:
At line 265, under item id 3 (movies). In Includes_HomeList.xml and also tried Includes_HomeIcon.xml
Wrong file? Wrong item id?
The examples in wiki look too different and i can't find a thread that does this.
Using Alaska revisited http://forum.xbmc.org/showthread.php?tid=70302&page=228 in Eden.
Default menu style.
Tried to add:
Code:
<item id="17">
<description>Shutdown</description>
<label>$LOCALIZE[13005]</label>
<icon>homelist/shutdownicon.png</icon>
<property name="CustomIcon">special://skin/extras/customicons/shutdown.png</property>
<thumb fallback="backdrops/shutdown.jpg">$INFO[Skin.String(CustomShutdown)]</thumb>
<onclick>Shutdown()</onclick>
<visible>!Skin.HasSetting(NoShutdown)</visible>
</item>
At line 265, under item id 3 (movies). In Includes_HomeList.xml and also tried Includes_HomeIcon.xml
Wrong file? Wrong item id?