XBMC Community Forum
[XBOX] Specific XBOX version of Night download - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Night (/forumdisplay.php?fid=130)
+---- Thread: [XBOX] Specific XBOX version of Night download (/showthread.php?tid=74412)

Pages: 1 2 3


- banzai - 2010-10-10 02:23

mcborzu Wrote:Is Player.FolderPath code in XBOX branch. I, anyone else, might have to check with the xbmc4xbox guys to be sure?

By the way dude amazing skin, thank you for all the hard work. I'm new to all this so not so sure what that means, if it helps I played around with DialogSeekBar.xml for a bit and was able to get the ClearArt appearing but the episode preview was overlapping it. If It helps the original DialogSeekBar had no mention of [Player.FolderPath]clearart.png in it.


- mcborzu - 2010-10-10 02:28

delete this block, starts line 118:

PHP Code:
<control type ="image"
                <
description>tv show image</description>
                <
posx>960</posx>     
                <
posy>-190</posy>    
                <
width>340</width>
                <
height>340</height>
                <
aspectratio align="right" aligny="bottom">keep</aspectratio>
                <
texture diffuse="movie-poster/Movie_Thumb_Mask.png">$INFO[VideoPlayer.Cover]</texture>
                <
bordertexture border="32">osd/paused_glow.png</bordertexture>
                <
fadetime>400</fadetime>
                <
bordersize>32</bordersize>
                <
animation type="WindowOpen">
                    <
effect type="fade" start="0" end="100" time="900" delay="400" />
                </
animation>
                <
visible>VideoPlayer.Content(episodes)</visible>
            </
control



- banzai - 2010-10-10 21:19

Cool got it working, is there anyway to make the clearart appear behind the timeline?


- khenglim89 - 2010-11-06 21:00

I don't even think I have an option in the skin settings to enable Programs.
Another thing is once that is done is there any views for programs. I read somewhere that programs has views that display art etc.Shocked