Kodi Community Forum
tweaks - 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)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Night (https://forum.kodi.tv/forumdisplay.php?fid=130)
+----- Thread: tweaks (/showthread.php?tid=81432)



tweaks - zwat - 2010-09-18

share your small tricks and tweaks to get this skin to work for you. maybe other have same issues, but don't know how to fix it.


if you have your tvshows rared, logos and clearart won't show with the current system based on tvshow path. to fix this you need to put all logos\clearart in same folder with correct tvhshow name and change the code for the views use for tvshows. i put mine in skin.night\media\extras\logo and skin.night\media\extras\clearart. if a tvshow have characters your os don't allow as filename you can rename it in xbmc and remove that character.

logo: search in the views you use for "logo.png" and change the code between <texture> and </texture> to "extras/logo/$INFO[ListItem.TvShowTitle].png"

clearart: if you want to show clearart when pressing "i" while playing episode change DialogFullScreenInfo.xml. search for "tv show image" and change the texture code to <texture background="true">extras/clearart/$INFO[VideoPlayer.TVShowTitle].png</texture>
do the same in DialogSeekBar.xml if you want clearart to show when pausing.


do other have tricks and tweaks to share?