home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
Thumbs in front of movie title in listview
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ltfearme" data-source="post: 1209928" data-attributes="member: 52219"><p>You will need to edit one of the following depending on what settings you have chosen, but if you are using the defaults then it would be movingpictures.default.facade.xml:</p><p>[code]</p><p>movingpictures.default.facade.xml</p><p>movingpictures.default.thumbsview.12x3.8x2.facade.xml</p><p>movingpictures.default.thumbsview.12x4.8x3.facade.xml</p><p>movingpictures.fanart.thumbsview.12x3.8x2.facade.xml</p><p>movingpictures.fanart.thumbsview.12x4.8x3.facade.xml</p><p>[/code]</p><p></p><p>You need to edit the list control of the facade, the default code looks like:</p><p>[code]</p><p> <control></p><p> <visible>control.isvisible(50)</visible></p><p> <description>Movie List</description></p><p> <type>listcontrol</type></p><p> <id>50</id></p><p> <onleft>3</onleft></p><p> <onright>3</onright></p><p> <width>735</width></p><p> <posX>1179</posX></p><p> <posY>475</posY></p><p> <height>585</height></p><p> <textXOff>0</textXOff></p><p> <textXOff2>720</textXOff2></p><p> <!-- List Control Popup --></p><p> <explicitlyEnableScrollLabel>yes</explicitlyEnableScrollLabel></p><p> <!-- Spin Controls --></p><p> <spinWidth>75</spinWidth></p><p> <spinHeight>55</spinHeight></p><p> <spinPosX>1762</spinPosX></p><p> <spinPosY>1021</spinPosY></p><p> <spinAlign>Right</spinAlign></p><p> <spinColor>ff006698</spinColor></p><p> <textureUp>arrow_round_up_nofocus.png</textureUp></p><p> <textureDown>arrow_round_down_nofocus.png</textureDown></p><p> <textureUpFocus>arrow_round_up_focus.png</textureUpFocus></p><p> <textureDownFocus>arrow_round_down_focus.png</textureDownFocus></p><p> </control></p><p>[/code]</p><p></p><p>You now can compare the list control code in the Trakt.Trending.Movies.xml file:</p><p></p><p>[code]</p><p> <control></p><p> <description>listcontrol</description></p><p> <type>listcontrol</type></p><p> <id>50</id></p><p> <posX>1050</posX></p><p> <posY>360</posY></p><p> <height>720</height></p><p> <width>870</width></p><p> <onleft>2</onleft></p><p> <onright>2</onright></p><p> <scrollOffset>5</scrollOffset></p><p> <itemWidth>48</itemWidth></p><p> <itemHeight>48</itemHeight></p><p> <IconXOff>37</IconXOff></p><p> <IconYOff>6</IconYOff></p><p> <textXOff>37</textXOff></p><p> <textYOff>7</textYOff></p><p> <textXOff2>0</textXOff2></p><p> <textYOff2>7</textYOff2></p><p> <textXOff3>112</textXOff3></p><p> <textYOff3>15</textYOff3></p><p> <font>mediastream12c</font></p><p> <font2>mediastream10c</font2></p><p> <font3>mediastream12tc</font3></p><p> <keepaspectratio>yes</keepaspectratio></p><p> <spinPosX>1762</spinPosX></p><p> <spinPosY>1021</spinPosY></p><p> <spinAlign>Right</spinAlign></p><p> <spinColor>ff006698</spinColor></p><p> <textureUp>arrow_round_up_nofocus.png</textureUp></p><p> <textureDown>arrow_round_down_nofocus.png</textureDown></p><p> <textureUpFocus>arrow_round_up_focus.png</textureUpFocus></p><p> <textureDownFocus>arrow_round_down_focus.png</textureDownFocus></p><p> <spinWidth>75</spinWidth></p><p> <spinHeight>55</spinHeight></p><p> <suffix>|</suffix></p><p> </control></p><p>[/code]</p><p></p><p>The key fields to update / add are IconXOff and IconYOff, although by adding these you will need to add or tweak other fields. You can first copy everything across and then adjust accordingly.</p></blockquote><p></p>
[QUOTE="ltfearme, post: 1209928, member: 52219"] You will need to edit one of the following depending on what settings you have chosen, but if you are using the defaults then it would be movingpictures.default.facade.xml: [code] movingpictures.default.facade.xml movingpictures.default.thumbsview.12x3.8x2.facade.xml movingpictures.default.thumbsview.12x4.8x3.facade.xml movingpictures.fanart.thumbsview.12x3.8x2.facade.xml movingpictures.fanart.thumbsview.12x4.8x3.facade.xml [/code] You need to edit the list control of the facade, the default code looks like: [code] <control> <visible>control.isvisible(50)</visible> <description>Movie List</description> <type>listcontrol</type> <id>50</id> <onleft>3</onleft> <onright>3</onright> <width>735</width> <posX>1179</posX> <posY>475</posY> <height>585</height> <textXOff>0</textXOff> <textXOff2>720</textXOff2> <!-- List Control Popup --> <explicitlyEnableScrollLabel>yes</explicitlyEnableScrollLabel> <!-- Spin Controls --> <spinWidth>75</spinWidth> <spinHeight>55</spinHeight> <spinPosX>1762</spinPosX> <spinPosY>1021</spinPosY> <spinAlign>Right</spinAlign> <spinColor>ff006698</spinColor> <textureUp>arrow_round_up_nofocus.png</textureUp> <textureDown>arrow_round_down_nofocus.png</textureDown> <textureUpFocus>arrow_round_up_focus.png</textureUpFocus> <textureDownFocus>arrow_round_down_focus.png</textureDownFocus> </control> [/code] You now can compare the list control code in the Trakt.Trending.Movies.xml file: [code] <control> <description>listcontrol</description> <type>listcontrol</type> <id>50</id> <posX>1050</posX> <posY>360</posY> <height>720</height> <width>870</width> <onleft>2</onleft> <onright>2</onright> <scrollOffset>5</scrollOffset> <itemWidth>48</itemWidth> <itemHeight>48</itemHeight> <IconXOff>37</IconXOff> <IconYOff>6</IconYOff> <textXOff>37</textXOff> <textYOff>7</textYOff> <textXOff2>0</textXOff2> <textYOff2>7</textYOff2> <textXOff3>112</textXOff3> <textYOff3>15</textYOff3> <font>mediastream12c</font> <font2>mediastream10c</font2> <font3>mediastream12tc</font3> <keepaspectratio>yes</keepaspectratio> <spinPosX>1762</spinPosX> <spinPosY>1021</spinPosY> <spinAlign>Right</spinAlign> <spinColor>ff006698</spinColor> <textureUp>arrow_round_up_nofocus.png</textureUp> <textureDown>arrow_round_down_nofocus.png</textureDown> <textureUpFocus>arrow_round_up_focus.png</textureUpFocus> <textureDownFocus>arrow_round_down_focus.png</textureDownFocus> <spinWidth>75</spinWidth> <spinHeight>55</spinHeight> <suffix>|</suffix> </control> [/code] The key fields to update / add are IconXOff and IconYOff, although by adding these you will need to add or tweak other fields. You can first copy everything across and then adjust accordingly. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
Thumbs in front of movie title in listview
Contact us
RSS
Top
Bottom