Kodi Community Forum
[WINDOWS] Help Skin Touchscreen - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: [WINDOWS] Help Skin Touchscreen (/showthread.php?tid=73591)



[WINDOWS] Help Skin Touchscreen - Federiko78 - 2010-05-10

Hello everyone,
I am creating a skin for touchscreen xbmc, sorry but I have a bit of difficult to understand.
use as a basis the skin PM3.HD_touch!, I know where declared variables "$INFO[ListItem.Icon]", which in my case are reference icon "defaultaudio.png" because I can not find anywhere part.

also with "<include name="CommonRootView">" is the kind of explorer windows, how do I change the view? or is it an internal command to xbmc?

Thanks for your patience.


- kraqh3d - 2010-05-10

I'm not sure what you're asking... $INFO[ListItem.Icon] returns the icon for the currently selected item in the browser panel. This can be a custom icon, or the default one (which depends on the media section -- audio, video, etc.)

Open up includes.xml. It may also reference other include files. In one of them, you'll find an include section with that name.