Movies Menu, Need just a wall of Movies
#1
Hello,

In the Movie section (MyVideoNav.xml) I can see a area with "New Movies" and " Continues watching", I would like delete this one to have just a Wall with all Movies.

In MyVideoNav.xml , what are the changes to make in the file ?

Thank you Smile
Reply
#2
I'll put an option for this in the Leia version of Pellucid, but for now:

in file View_Movies.xml:
find "<visible>$EXP[isMovie]</visible>", replace "<visible>false</visible>"

Save and reboot.
Bitcoin donations: 1Hvo9rWzhAVbuPrshgaGZaD7qcLFTCPuiv
[Skin] Pellucid
[Skin] Maximinimalism
Reply
#3
Thank you thedeadman, work perfectly, also I removed slide and changed some posy and all is ok, I have a beautiful wall of Movies . Thank you again Smile
Reply
#4
Thanks.
I've made this change but now there a empty space in the section. How can i remove completly the sapce of "Recent movies" and move movie playlist to fullscreen?

Thanks.
Reply
#5
I give you the code of my "View_Movies.xml" who work for the car headrest monitor (android) for my panamera, may be it work for you also.

I changed line 6 <visible>$EXP[isMovie]</visible> by <visible>false</visible>
line 183 changed : <posy>696</posy> by <posy>176</posy>
line 194 changed : <posy>row-21-begin</posy> by <posy>250</posy>
and line 178 deleted : <effect type="slide" start="0,0" end="0,-504" tween="sine" time="400"/>
 

Quote:<?xml version="1.0" encoding="UTF-8"?>
<includes>
    <include name="movies">
        <control type="group">
            <control type="group" id="9101">
                <visible>false</visible>
                <animation type="Conditional" condition="!controlgroup(9101).hasfocus">
                    <effect type="slide" start="0,0" end="0,-200" time="200"/>
                    <effect type="fade" start="100" end="0" time="200"/>
                </animation>
                <animation type="Conditional" condition="controlgroup(9101).hasfocus">
                    <effect type="slide" start="0,-200" end="0,0" time="200" delay="300"/>
                    <effect type="fade" start="0" end="100" time="300" delay="350"/>
                </animation>
                <!--quick link selector-->
                <control type="list" id="9102">
                    <posx>col-1-begin</posx>
                    <posy>row-5-begin</posy>
                    <width>24-col</width>
                    <height>2-row</height>
                    <onleft>9000</onleft>
                    <ondown>9103</ondown>
                    <onback>9000</onback>
                    <orientation>horizontal</orientation>
                    <pulseonselect>true</pulseonselect>
                    <itemlayout width="4-col-gutter" height="2-row">
                        <control type="label">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>4-col-gutter</width>
                            <height>2-row</height>
                            <font>itemTitle</font>
                            <aligny>center</aligny>
                            <textcolor>textDisabled</textcolor>
                            <shadowcolor>-</shadowcolor>
                            <label>$INFO[ListItem.property(textTitle)]</label>
                        </control>
                    </itemlayout>
                    <focusedlayout width="4-col-gutter" height="2-row">        
                        <control type="label">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>4-col-gutter</width>
                            <height>2-row</height>
                            <font>itemTitle</font>
                            <aligny>center</aligny>
                            <textcolor>textActive</textcolor>
                            <shadowcolor>-</shadowcolor>
                            <label>$INFO[ListItem.property(textTitle)]</label>
                            <animation type="conditional" condition="control.hasfocus(9102)" loop="true">
                                <effect type="fade" start="100" end="50" time="1000"/>
                            </animation>
                        </control>
                    </focusedlayout>
                    <content>
                        <item>
                            <label>special://skin/extras/playlists/recentMovies.xsp</label>
                            <property name="textTitle">31176</property>
                            <onclick>noop</onclick>
                        </item>
                        <item>
                            <label>special://skin/extras/playlists/inprogressMovies.xsp</label>
                            <property name="textTitle">31132</property>
                            <onclick>noop</onclick>
                        </item>
                    </content>
                </control>
                <!--quick links-->            
                <control type="panel" id="9103">
                    <posx>90</posx>
                    <posy>276</posy>
                    <width>1740</width>
                    <height>11-row</height>
                    <onup>9102</onup>
                    <ondown>50</ondown>
                    <onleft>9000</onleft>
                    <onback>9000</onback>
                    <orientation>horizontal</orientation>
                    <itemlayout width="586" height="5-col-gutter">
                        <control type="image">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>566</width>
                            <height>318</height>
                            <aspectratio>stretch</aspectratio>
                            <texture border="6">colors/black.png</texture>
                            <bordertexture border="6" colordiffuse="22FFFFFF">colors/black.png</bordertexture>
                            <bordersize>6</bordersize>
                            <colordiffuse>overlay</colordiffuse>
                        </control>
                        <control type="image">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>566</width>
                            <height>318</height>
                            <aspectratio>stretch</aspectratio>
                            <texture>$INFO[ListItem.Art(fanart)]</texture>
                            <bordersize>6</bordersize>
                            <colordiffuse>ffffffff</colordiffuse>
                        </control>
                        <control type="label">
                            <visible>!controlgroup(9000).hasfocus</visible>
                            <posx>12</posx>
                            <posy>312</posy>
                            <width>584</width>
                            <height>2-row</height>
                            <aligny>center</aligny>
                            <font>thumbTitle</font>
                            <textcolor>textActive</textcolor>
                            <label>$INFO[ListItem.Title][CR][COLOR textDisabled]$INFO[ListItem.year][/COLOR]</label>
                        </control>
                          <control type="progress">
                            <visible>ListItem.IsResumable</visible>
                            <description>Progress Bar</description>
                            <posx>12</posx>
                            <posy>294</posy>
                            <width>542</width>
                            <height>12</height>
                            <texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
                            <midtexture colordiffuse="highlight">colors/white.png</midtexture>
                            <info>ListItem.PercentPlayed</info>
                        </control>
                    </itemlayout>
                    <focusedlayout width="586" height="5-col-gutter">
                        <control type="group">
                            <include>focusThumb</include>
                            <control type="image">
                                <posx>0</posx>
                                <posy>0</posy>
                                <width>566</width>
                                <height>318</height>
                                <aspectratio>stretch</aspectratio>
                                <texture border="6">colors/black.png</texture>
                                <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
                                <bordersize>6</bordersize>
                                <colordiffuse>FF000000</colordiffuse>
                            </control>
                            <control type="image">
                                <posx>0</posx>
                                <posy>0</posy>
                                <width>566</width>
                                <height>318</height>
                                <aspectratio>stretch</aspectratio>
                                <texture>$INFO[ListItem.Art(fanart)]</texture>
                                <bordersize>6</bordersize>
                                <colordiffuse>ffffffff</colordiffuse>
                            </control>
                            <control type="label">
                                <visible>!controlgroup(9000).hasfocus</visible>
                                <posx>12</posx>
                                <posy>312</posy>
                                <width>584</width>
                                <height>2-row</height>
                                <aligny>center</aligny>
                                <font>thumbTitle</font>
                                <textcolor>textActive</textcolor>
                                <label>$INFO[ListItem.Title][CR][COLOR textDisabled]$INFO[ListItem.year][/COLOR]</label>
                            </control>
                              <control type="progress">
                                <visible>ListItem.IsResumable</visible>
                                <description>Progress Bar</description>
                                <posx>12</posx>
                                <posy>294</posy>
                                <width>542</width>
                                <height>12</height>
                                <texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
                                <midtexture colordiffuse="highlight">colors/white.png</midtexture>
                                <info>ListItem.PercentPlayed</info>
                            </control>
                        </control>
                    </focusedlayout>
                    <content>$INFO[control.getlabel(9102)]</content>
                </control>
            </control>
            <!--all movies-->
            <control type="group" id="9104">
                <animation type="Conditional" condition="controlgroup(9104).hasfocus | controlgroup(8000).hasfocus | controlgroup(9000).hasfocus">
                 
                </animation>
                <control type="label">
                    <visible>!controlgroup(9000).hasfocus + !$EXP[isTVShow] + $EXP[isMovie]</visible>
                    <posx>col-1-begin</posx>
                    <posy>176</posy>
                    <width>12-col</width>
                    <height>2-row</height>
                    <aligny>center</aligny>
                    <font>itemTitle</font>
                    <textcolor>textActive</textcolor>
                    <label>$LOCALIZE[31224]</label>
                </control>
                <control type="panel" id="50">
                    <visible>$EXP[isMovie]</visible>
                    <posx>90</posx>
                    <posy>250</posy>
                    <width>1800</width>
                    <height>22-row</height>
                    <onleft>9000</onleft>
                    <onright>60</onright>
                    <ondown>50</ondown>
                    <onup>9103</onup>
                    <onback>9103</onback>
                    <pagecontrol>60</pagecontrol>
                    <scrolltime tween="cubic" easing="out">600</scrolltime>
                    <itemlayout width="252" height="426">
                        <control type="image">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>228</width>
                            <height>342</height>
                            <aspectratio>stretch</aspectratio>
                            <texture border="6">colors/black.png</texture>
                            <bordertexture border="6" colordiffuse="22FFFFFF">colors/black.png</bordertexture>
                            <bordersize>6</bordersize>
                            <colordiffuse>overlay</colordiffuse>
                        </control>
                        <control type="image">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>228</width>
                            <height>342</height>
                            <aspectratio>stretch</aspectratio>
                            <texture>$INFO[ListItem.Art(poster)]</texture>
                            <bordersize>6</bordersize>
                            <colordiffuse>ffffffff</colordiffuse>
                        </control>
                        <control type="textbox">
                            <visible>isempty(listitem.title)</visible>
                            <posx>24</posx>
                            <posy>3-row</posy>
                            <width>228</width>
                            <height>6-row</height>
                            <font>largeStrong</font>
                            <wrapmultiline>true</wrapmultiline>
                            <textcolor>textActive</textcolor>
                            <label>$INFO[ListItem.label]</label>
                        </control>
                        <control type="label">
                            <visible>!controlgroup(9000).hasfocus</visible>
                            <posx>12</posx>
                            <posy>338</posy>
                            <width>204</width>
                            <height>1-row</height>
                            <aligny>center</aligny>
                            <font>thumbTitle</font>
                            <textcolor>textActive</textcolor>
                            <label>$INFO[ListItem.title]</label>
                        </control>
                        <control type="label">
                            <visible>!controlgroup(9000).hasfocus</visible>
                            <posx>12</posx>
                            <posy>362</posy>
                            <width>204</width>
                            <height>1-row</height>
                            <aligny>center</aligny>
                            <font>thumbTitle</font>
                            <textcolor>textDisabled</textcolor>
                            <label>$INFO[ListItem.year]</label>
                        </control>
                        <control type="group">
                            <visible>String.IsEmpty(ListItem.PlayCount)</visible>
                            <posx>166</posx>
                            <posy>6</posy>
                            <control type="image">
                                <posx>0</posx>
                                <posy>0</posy>
                                <width>56</width>
                                <height>56</height>
                                <aspectratio>stretch</aspectratio>
                                <texture>masks/newContent.png</texture>
                                <colordiffuse>highlight</colordiffuse>
                            </control>
                            <control type="label">
                                <posx>28</posx>
                                <posy>-4</posy>
                                <width>36</width>
                                <height>36</height>
                                <aligny>center</aligny>
                                <font>symbol</font>
                                <textcolor>textActive</textcolor>
                                <label></label>
                            </control>
                        </control>
                    </itemlayout>
                    <focusedlayout width="252" height="426">
                        <control type="group">
                            <include>focusThumb</include>
                            <control type="image">
                                <posx>0</posx>
                                <posy>0</posy>
                                <width>228</width>
                                <height>342</height>
                                <aspectratio>stretch</aspectratio>
                                <texture border="6">colors/black.png</texture>
                                <bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
                                <bordersize>6</bordersize>
                                <colordiffuse>FF000000</colordiffuse>
                            </control>
                            <control type="image">
                                <posx>0</posx>
                                <posy>0</posy>
                                <width>228</width>
                                <height>342</height>
                                <aspectratio>stretch</aspectratio>
                                <texture>$INFO[ListItem.Art(poster)]</texture>
                                <bordersize>6</bordersize>
                            </control>
                            <control type="textbox">
                                <visible>isempty(listitem.title)</visible>
                                <posx>24</posx>
                                <posy>3-row</posy>
                                <width>228</width>
                                <height>6-row</height>
                                <font>largeStrong</font>
                                <wrapmultiline>true</wrapmultiline>
                                <textcolor>textActive</textcolor>
                                <label>$INFO[ListItem.label]</label>
                            </control>
                            <control type="label">
                                <posx>12</posx>
                                <posy>338</posy>
                                <width>204</width>
                                <height>1-row</height>
                                <aligny>center</aligny>
                                <font>thumbTitle</font>
                                <textcolor>textActive</textcolor>
                                <label>$INFO[ListItem.title]</label>
                            </control>
                            <control type="label">
                                <posx>12</posx>
                                <posy>362</posy>
                                <width>204</width>
                                <height>1-row</height>
                                <aligny>center</aligny>
                                <font>thumbTitle</font>
                                <textcolor>textActive</textcolor>
                                <label>$INFO[ListItem.year]</label>
                            </control>
                            <control type="group">
                                <visible>String.IsEmpty(ListItem.PlayCount)</visible>
                                <posx>166</posx>
                                <posy>6</posy>
                                <control type="image">
                                    <posx>0</posx>
                                    <posy>0</posy>
                                    <width>56</width>
                                    <height>56</height>
                                    <aspectratio>stretch</aspectratio>
                                    <texture>masks/newContent.png</texture>
                                    <colordiffuse>highlight</colordiffuse>
                                </control>
                                <control type="label">
                                    <posx>28</posx>
                                    <posy>-4</posy>
                                    <width>36</width>
                                    <height>36</height>
                                    <aligny>center</aligny>
                                    <font>symbol</font>
                                    <textcolor>textActive</textcolor>
                                    <label></label>
                                </control>
                            </control>
                        </control>
                    </focusedlayout>
                </control>
            </control>
        </control>
    </include>
</includes>
Reply
#6
Yep, that oughta do it. Thanks Fiftiz!
Bitcoin donations: 1Hvo9rWzhAVbuPrshgaGZaD7qcLFTCPuiv
[Skin] Pellucid
[Skin] Maximinimalism
Reply
#7
(2018-06-23, 11:40)Fiftiz Wrote: I give you the code of my "View_Movies.xml" who work for the car headrest monitor (android) for my panamera, may be it work for you also.

I changed line 6 <visible>$EXP[isMovie]</visible> by <visible>false</visible>
line 183 changed : <posy>696</posy> by <posy>176</posy>
line 194 changed : <posy>row-21-begin</posy> by <posy>250</posy>
and line 178 deleted : <effect type="slide" start="0,0" end="0,-504" tween="sine" time="400"/>
 

Quote:<?xml version="1.0" encoding="UTF-8"?>
<includes>
    <include name="movies">
        <control type="group">
            <control type="group" id="9101">
                <visible>false</visible>
                <animation type="Conditional" condition="!controlgroup(9101).hasfocus">
                    <effect type="slide" start="0,0" end="0,-200" time="200"/>
                    <effect type="fade" start="100" end="0" time="200"/>
                </animation>
                <animation type="Conditional" condition="controlgroup(9101).hasfocus">
                    <effect type="slide" start="0,-200" end="0,0" time="200" delay="300"/>
                    <effect type="fade" start="0" end="100" time="300" delay="350"/>
                </animation>
                <!--quick link selector-->
                <control type="list" id="9102">
                    <posx>col-1-begin</posx>
                    <posy>row-5-begin</posy>
                    <width>24-col</width>
                    <height>2-row</height>
                    <onleft>9000</onleft>
                    <ondown>9103</ondown>
                    <onback>9000</onback>
                    <orientation>horizontal</orientation>
                    <pulseonselect>true</pulseonselect>
                    <itemlayout width="4-col-gutter" height="2-row">
                        <control type="label">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>4-col-gutter</width>
                            <height>2-row</height>
                            <font>itemTitle</font>
                            <aligny>center</aligny>
                            <textcolor>textDisabled</textcolor>
                            <shadowcolor>-</shadowcolor>
                            <label>$INFO[ListItem.property(textTitle)]</label>
                        </control>
                    </itemlayout>
                    <focusedlayout width="4-col-gutter" height="2-row">        
                        <control type="label">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>4-col-gutter</width>
                            <height>2-row</height>
                            <font>itemTitle</font>
                            <aligny>center</aligny>
                            <textcolor>textActive</textcolor>
                            <shadowcolor>-</shadowcolor>
                            <label>$INFO[ListItem.property(textTitle)]</label>
                            <animation type="conditional" condition="control.hasfocus(9102)" loop="true">
                                <effect type="fade" start="100" end="50" time="1000"/>
                            </animation>
                        </control>
                    </focusedlayout>
                    <content>
                        <item>
                            <label>special://skin/extras/playlists/recentMovies.xsp</label>
                            <property name="textTitle">31176</property>
                            <onclick>noop</onclick>
                        </item>
                        <item>
                            <label>special://skin/extras/playlists/inprogressMovies.xsp</label>
                            <property name="textTitle">31132</property>
                            <onclick>noop</onclick>
                        </item>
                    </content>
                </control>
                <!--quick links-->            
                <control type="panel" id="9103">
                    <posx>90</posx>
                    <posy>276</posy>
                    <width>1740</width>
                    <height>11-row</height>
                    <onup>9102</onup>
                    <ondown>50</ondown>
                    <onleft>9000</onleft>
                    <onback>9000</onback>
                    <orientation>horizontal</orientation>
                    <itemlayout width="586" height="5-col-gutter">
                        <control type="image">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>566</width>
                            <height>318</height>
                            <aspectratio>stretch</aspectratio>
                            <texture border="6">colors/black.png</texture>
                            <bordertexture border="6" colordiffuse="22FFFFFF">colors/black.png</bordertexture>
                            <bordersize>6</bordersize>
                            <colordiffuse>overlay</colordiffuse>
                        </control>
                        <control type="image">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>566</width>
                            <height>318</height>
                            <aspectratio>stretch</aspectratio>
                            <texture>$INFO[ListItem.Art(fanart)]</texture>
                            <bordersize>6</bordersize>
                            <colordiffuse>ffffffff</colordiffuse>
                        </control>
                        <control type="label">
                            <visible>!controlgroup(9000).hasfocus</visible>
                            <posx>12</posx>
                            <posy>312</posy>
                            <width>584</width>
                            <height>2-row</height>
                            <aligny>center</aligny>
                            <font>thumbTitle</font>
                            <textcolor>textActive</textcolor>
                            <label>$INFO[ListItem.Title][CR][COLOR textDisabled]$INFO[ListItem.year][/COLOR]</label>
                        </control>
                          <control type="progress">
                            <visible>ListItem.IsResumable</visible>
                            <description>Progress Bar</description>
                            <posx>12</posx>
                            <posy>294</posy>
                            <width>542</width>
                            <height>12</height>
                            <texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
                            <midtexture colordiffuse="highlight">colors/white.png</midtexture>
                            <info>ListItem.PercentPlayed</info>
                        </control>
                    </itemlayout>
                    <focusedlayout width="586" height="5-col-gutter">
                        <control type="group">
                            <include>focusThumb</include>
                            <control type="image">
                                <posx>0</posx>
                                <posy>0</posy>
                                <width>566</width>
                                <height>318</height>
                                <aspectratio>stretch</aspectratio>
                                <texture border="6">colors/black.png</texture>
                                <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
                                <bordersize>6</bordersize>
                                <colordiffuse>FF000000</colordiffuse>
                            </control>
                            <control type="image">
                                <posx>0</posx>
                                <posy>0</posy>
                                <width>566</width>
                                <height>318</height>
                                <aspectratio>stretch</aspectratio>
                                <texture>$INFO[ListItem.Art(fanart)]</texture>
                                <bordersize>6</bordersize>
                                <colordiffuse>ffffffff</colordiffuse>
                            </control>
                            <control type="label">
                                <visible>!controlgroup(9000).hasfocus</visible>
                                <posx>12</posx>
                                <posy>312</posy>
                                <width>584</width>
                                <height>2-row</height>
                                <aligny>center</aligny>
                                <font>thumbTitle</font>
                                <textcolor>textActive</textcolor>
                                <label>$INFO[ListItem.Title][CR][COLOR textDisabled]$INFO[ListItem.year][/COLOR]</label>
                            </control>
                              <control type="progress">
                                <visible>ListItem.IsResumable</visible>
                                <description>Progress Bar</description>
                                <posx>12</posx>
                                <posy>294</posy>
                                <width>542</width>
                                <height>12</height>
                                <texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
                                <midtexture colordiffuse="highlight">colors/white.png</midtexture>
                                <info>ListItem.PercentPlayed</info>
                            </control>
                        </control>
                    </focusedlayout>
                    <content>$INFO[control.getlabel(9102)]</content>
                </control>
            </control>
            <!--all movies-->
            <control type="group" id="9104">
                <animation type="Conditional" condition="controlgroup(9104).hasfocus | controlgroup(8000).hasfocus | controlgroup(9000).hasfocus">
                 
                </animation>
                <control type="label">
                    <visible>!controlgroup(9000).hasfocus + !$EXP[isTVShow] + $EXP[isMovie]</visible>
                    <posx>col-1-begin</posx>
                    <posy>176</posy>
                    <width>12-col</width>
                    <height>2-row</height>
                    <aligny>center</aligny>
                    <font>itemTitle</font>
                    <textcolor>textActive</textcolor>
                    <label>$LOCALIZE[31224]</label>
                </control>
                <control type="panel" id="50">
                    <visible>$EXP[isMovie]</visible>
                    <posx>90</posx>
                    <posy>250</posy>
                    <width>1800</width>
                    <height>22-row</height>
                    <onleft>9000</onleft>
                    <onright>60</onright>
                    <ondown>50</ondown>
                    <onup>9103</onup>
                    <onback>9103</onback>
                    <pagecontrol>60</pagecontrol>
                    <scrolltime tween="cubic" easing="out">600</scrolltime>
                    <itemlayout width="252" height="426">
                        <control type="image">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>228</width>
                            <height>342</height>
                            <aspectratio>stretch</aspectratio>
                            <texture border="6">colors/black.png</texture>
                            <bordertexture border="6" colordiffuse="22FFFFFF">colors/black.png</bordertexture>
                            <bordersize>6</bordersize>
                            <colordiffuse>overlay</colordiffuse>
                        </control>
                        <control type="image">
                            <posx>0</posx>
                            <posy>0</posy>
                            <width>228</width>
                            <height>342</height>
                            <aspectratio>stretch</aspectratio>
                            <texture>$INFO[ListItem.Art(poster)]</texture>
                            <bordersize>6</bordersize>
                            <colordiffuse>ffffffff</colordiffuse>
                        </control>
                        <control type="textbox">
                            <visible>isempty(listitem.title)</visible>
                            <posx>24</posx>
                            <posy>3-row</posy>
                            <width>228</width>
                            <height>6-row</height>
                            <font>largeStrong</font>
                            <wrapmultiline>true</wrapmultiline>
                            <textcolor>textActive</textcolor>
                            <label>$INFO[ListItem.label]</label>
                        </control>
                        <control type="label">
                            <visible>!controlgroup(9000).hasfocus</visible>
                            <posx>12</posx>
                            <posy>338</posy>
                            <width>204</width>
                            <height>1-row</height>
                            <aligny>center</aligny>
                            <font>thumbTitle</font>
                            <textcolor>textActive</textcolor>
                            <label>$INFO[ListItem.title]</label>
                        </control>
                        <control type="label">
                            <visible>!controlgroup(9000).hasfocus</visible>
                            <posx>12</posx>
                            <posy>362</posy>
                            <width>204</width>
                            <height>1-row</height>
                            <aligny>center</aligny>
                            <font>thumbTitle</font>
                            <textcolor>textDisabled</textcolor>
                            <label>$INFO[ListItem.year]</label>
                        </control>
                        <control type="group">
                            <visible>String.IsEmpty(ListItem.PlayCount)</visible>
                            <posx>166</posx>
                            <posy>6</posy>
                            <control type="image">
                                <posx>0</posx>
                                <posy>0</posy>
                                <width>56</width>
                                <height>56</height>
                                <aspectratio>stretch</aspectratio>
                                <texture>masks/newContent.png</texture>
                                <colordiffuse>highlight</colordiffuse>
                            </control>
                            <control type="label">
                                <posx>28</posx>
                                <posy>-4</posy>
                                <width>36</width>
                                <height>36</height>
                                <aligny>center</aligny>
                                <font>symbol</font>
                                <textcolor>textActive</textcolor>
                                <label></label>
                            </control>
                        </control>
                    </itemlayout>
                    <focusedlayout width="252" height="426">
                        <control type="group">
                            <include>focusThumb</include>
                            <control type="image">
                                <posx>0</posx>
                                <posy>0</posy>
                                <width>228</width>
                                <height>342</height>
                                <aspectratio>stretch</aspectratio>
                                <texture border="6">colors/black.png</texture>
                                <bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
                                <bordersize>6</bordersize>
                                <colordiffuse>FF000000</colordiffuse>
                            </control>
                            <control type="image">
                                <posx>0</posx>
                                <posy>0</posy>
                                <width>228</width>
                                <height>342</height>
                                <aspectratio>stretch</aspectratio>
                                <texture>$INFO[ListItem.Art(poster)]</texture>
                                <bordersize>6</bordersize>
                            </control>
                            <control type="textbox">
                                <visible>isempty(listitem.title)</visible>
                                <posx>24</posx>
                                <posy>3-row</posy>
                                <width>228</width>
                                <height>6-row</height>
                                <font>largeStrong</font>
                                <wrapmultiline>true</wrapmultiline>
                                <textcolor>textActive</textcolor>
                                <label>$INFO[ListItem.label]</label>
                            </control>
                            <control type="label">
                                <posx>12</posx>
                                <posy>338</posy>
                                <width>204</width>
                                <height>1-row</height>
                                <aligny>center</aligny>
                                <font>thumbTitle</font>
                                <textcolor>textActive</textcolor>
                                <label>$INFO[ListItem.title]</label>
                            </control>
                            <control type="label">
                                <posx>12</posx>
                                <posy>362</posy>
                                <width>204</width>
                                <height>1-row</height>
                                <aligny>center</aligny>
                                <font>thumbTitle</font>
                                <textcolor>textActive</textcolor>
                                <label>$INFO[ListItem.year]</label>
                            </control>
                            <control type="group">
                                <visible>String.IsEmpty(ListItem.PlayCount)</visible>
                                <posx>166</posx>
                                <posy>6</posy>
                                <control type="image">
                                    <posx>0</posx>
                                    <posy>0</posy>
                                    <width>56</width>
                                    <height>56</height>
                                    <aspectratio>stretch</aspectratio>
                                    <texture>masks/newContent.png</texture>
                                    <colordiffuse>highlight</colordiffuse>
                                </control>
                                <control type="label">
                                    <posx>28</posx>
                                    <posy>-4</posy>
                                    <width>36</width>
                                    <height>36</height>
                                    <aligny>center</aligny>
                                    <font>symbol</font>
                                    <textcolor>textActive</textcolor>
                                    <label></label>
                                </control>
                            </control>
                        </control>
                    </focusedlayout>
                </control>
            </control>
        </control>
    </include>
</includes>

Thanks!! Works great!!
Reply
#8
You're welcome Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Movies Menu, Need just a wall of Movies0