Kodi Community Forum
TV logo for pause screen? - 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: TV logo for pause screen? (/showthread.php?tid=86763)



TV logo for pause screen? - mr.sparkle - 2010-12-04

Running RC1, just wondering how to get the TV logos on the pause (and info) screens instead of the little grabscreen?

Thanks


- KiSUAN - 2010-12-04

Read the FAQ


- mr.sparkle - 2010-12-04

I have the logos showing just fine in the showcase views and what not, they just don't show up during pause screens like I saw in the gallery

http://www.themurrayworld.com/xbmc/night/Night-release-pics/pause-modern.png


- logictester - 2010-12-04

this is what worked for me:
http://forum.xbmc.org/showpost.php?p=651208&postcount=350
basically put the clearart.png (all small letters) in the season folders


- mr.sparkle - 2010-12-06

thanks for that, logictester

I got it going on the pause screen, but like you, I can't get it for the info screen

is this not a standard feature?


- logictester - 2010-12-06

this feature depends on the skin's implementation, i'll take a look at the info screen later on.


- logictester - 2010-12-06

if you want to have the clearart.png on the "I" menu, change the <texture> tag in the DialogFullScreenInfo.xml in the 720p folder, line ~205 to:

Code:
$INFO[Player.FolderPath]clearart.png
instead of
Code:
$INFO[VideoPlayer.Cover]
also remove the next 2 lines
Code:
<bordertexture border="5">confluence/button-nofocus.png</bordertexture>
            <bordersize>5</bordersize>


but i actually think it's the right way to display episode screen on the "I" screen since you get the episode info page with the episode name and plot, so episode screen is fine with me


- mr.sparkle - 2010-12-06

thanks so much for that mod, logictester

works like a charm