Kodi Community Forum
Night Release Thread - 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: Night Release Thread (/showthread.php?tid=73814)



- virtualhours - 2010-09-02

cool - that works for me !


big thx!


- mcborzu - 2010-09-02

Flomaster Wrote:I have clearArt for my tv shows and the images show up when paused, but when I press the info I get a thumbnail from the tv show not a clearArt

How can I have clearArt in the info OSD as well?

-=jason=-

I love clearART but I think the info screen should be for "info" and my thoughts are the episode thumb helps give you an indication of what episode you are on and what the episode is....


- Flomaster - 2010-09-02

mcborzu Wrote:I love clearART but I think the info screen should be for "info" and my thoughts are the episode thumb helps give you an indication of what episode you are on and what the episode is....

yeah makes sense, often when I press info while viewing I am just checking how much time is left on the episode and not reading the plot description

-=Jason=-


- mcborzu - 2010-09-02

Flomaster Wrote:yeah makes sense, often when I press info while viewing I am just checking how much time is left on the episode and not reading the plot description

-=Jason=-

I do the same thing, if you want a quick solution. Bottom of DialogFullscreenInfo.xml you'll see this code block:

PHP Code:
<control type ="image"
            <
description>tv show image</description>
            <
posx>970</posx>     
            <
posy>-220</posy>    
            <
width>300</width>
            <
height>340</height>
            <
aspectratio align="right" aligny="bottom">keep</aspectratio>
            <
texture>$INFO[VideoPlayer.Cover]</texture>
            <
bordertexture border="5">confluence/button-nofocus.png</bordertexture>
            <
bordersize>5</bordersize>
            <
animation type="WindowOpen">
                <
effect type="fade" start="0" end="100" time="600" />
            </
animation>
            <
animation type="WindowClose">
                <
effect type="fade" start="100" end="0" time="600" />
            </
animation>
        </
control

Replace with this:

PHP Code:
<control type ="image"
                <
description>tv show image</description>
                <
posx>948</posx>     
                <
posy>-40</posy>    
                <
width>330</width>     
                <
height>185</height
                <
texture background="true">$INFO[Player.FolderPath]../clearart.png</texture>
                <
aspectratio>keep</aspectratio>
                <
visible>VideoPlayer.Content(episodes)</visible>
            </
control>
            <
control type ="image"
                <
description>tv show image</description>
                <
posx>948</posx>     
                <
posy>-40</posy>    
                <
width>330</width>     
                <
height>185</height
                <
texture background="true">$INFO[Player.FolderPath]clearart.png</texture>
                <
aspectratio>keep</aspectratio>
                <
visible>VideoPlayer.Content(episodes)</visible>
            </
control

I doubt I will touch that screen so no worries on merging this with new Night updates...


- Flomaster - 2010-09-02

You Da man mcborzu...

-=Jason=-


- Flomaster - 2010-09-02

Flomaster Wrote:my OSD is hardly visible any way to make it so that bright white spot is not there?

Image


-=jason=-

thanks for the fix here as well I can clearly read whats going on now.

very helpful when trying to diagnose problems

-=Jason=-


- hikaricore - 2010-09-02

I've been wondering about that change as well.
It looks fine when the video source is bright but when it's dark it's nearly unreadable.


- Flomaster - 2010-09-02

hikaricore Wrote:I've been wondering about that change as well.
It looks fine when the video source is bright but when it's dark it's nearly unreadable.

I believe the fix has been made, or maybe it was just the tv show I tested it on, it wasn't dark at all, but it seemed to have been a uniform light gray color with no highlights at all

-=Jason=-


- joshhansen - 2010-09-02

mcborzu, I just applied the workaround you suggest for the clear art on the OSD screen. However, it covers up the end of the time bar so you can't see how much time is left in the episode. Don't know if its a large fix or anything, if it is I'm not too concerned about it since it was something you were just doing extra. But if its a small fix it would be great to have.

Thanks.


- Flomaster - 2010-09-02

joshhansen Wrote:mcborzu, I just applied the workaround you suggest for the clear art on the OSD screen. However, it covers up the end of the time bar so you can't see how much time is left in the episode. Don't know if its a large fix or anything, if it is I'm not too concerned about it since it was something you were just doing extra. But if its a small fix it would be great to have.

Thanks.

seems you can fiddle with posx posy

does the clearArt sit to low thus covering up the time ?

-=Jason=-


- mcborzu - 2010-09-02

Image

Yea the texture behind gets corrupted when packed into a .xbt, if using git you wouldn't notice since those images are uncompressed. I've always meant to redo that scrren but since that screen isn't a "sexy" screen to code I always put it on the back burner. I just redid it today. Black gradient and a bolder white font....


Clearart and info screen

I thought those we're good values but yea just change <posy>-40<posy> to maybe -60 or -70...


- Flomaster - 2010-09-02

my latest install was done via
Code:
git clone git://github.com/bartowski/skin.night.git

and when I brought up that screen while watching a tv show it looked good. I figured it was fixed. I didn't check it out with a dark scene

-=Jason=-


- krypt2nite - 2010-09-02

Quick question. Support for music genre images?

Beautiful skin btw.


- mcborzu - 2010-09-02

krypt2nite Wrote:Quick question. Support for music genre images?

Beautiful skin btw.

IF you got THIS pack already renamed and done, I'd love it.

If not I can always use - THESE


- Flomaster - 2010-09-02

Night Skin getting better and better all the time

-=Jason=-