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 Plugins
Popular Plugins
My TVSeries
Wide Banners Layout Issue
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: 428163" data-attributes="member: 52219"><p>The layout for the banners are defined in TVSeries.xml:</p><p></p><p>[CODE]</p><p><control></p><p> <description>graphical thumbpanel (series and/or seasons if set)</description></p><p> <type>thumbnailpanel</type></p><p> <id>50</id></p><p> <posX>13</posX></p><p> <posY>92</posY></p><p> <width>1280</width></p><p> <height>500</height></p><p> <!-- up/down buttons & page # --> </p><p> <onleft>2</onleft></p><p> <onright>2</onright> </p><p> <spinPosX>-50</spinPosX></p><p> <spinPosY>-50</spinPosY></p><p> <spinCanFocus>no</spinCanFocus></p><p> <spinColor>ffffffff</spinColor></p><p> <!-- Textures --></p><p> <imageFolder>-</imageFolder> </p><p> <!-- Text --></p><p> <font>font10</font></p><p> <selectedColor>00ffffff</selectedColor></p><p> <textcolor>ffffffff</textcolor></p><p> <colordiffuse>ffffffff</colordiffuse></p><p> <remoteColor>FF868686</remoteColor></p><p> <!-- watched color --></p><p> <downloadColor>FFFFFFFF</downloadColor></p><p> <!-- not watched color (normal) --></p><p> <textcolor>FFC14E4A</textcolor></p><p> <!-- local file not present color --></p><p> <textcolor2>FFC14E4A</textcolor2></p><p> <!-- local file not present color column 2--></p><p> <textcolor3>FFC14E4A</textcolor3></p><p> <!-- local file not present color column 3--></p><p> <suffix>|</suffix> </p><p> <itemWidthBig>412</itemWidthBig></p><p> <itemHeightBig>86</itemHeightBig></p><p> <!-- boxes --></p><p> <textureWidthBig>424</textureWidthBig></p><p> <textureHeightBig>79</textureHeightBig></p><p> <!-- banners --></p><p> <thumbWidthBig>400</thumbWidthBig></p><p> <thumbHeightBig>74</thumbHeightBig></p><p> <thumbPosXBig>7</thumbPosXBig></p><p> <thumbPosYBig>2</thumbPosYBig></p><p> <thumbZoom>no</thumbZoom></p><p> <!-- text (No banner) --></p><p> <textXOff>0</textXOff></p><p> <textYOff>0</textYOff></p><p> <keepaspectratio>no</keepaspectratio></p><p> <enableFocusZoom>no</enableFocusZoom></p><p> <scrollOffset>1</scrollOffset></p><p> <unfocusedAlpha>150</unfocusedAlpha> </p><p> </control></p><p>[/CODE]</p><p></p><p>in particular for widebanners:</p><p></p><p>[CODE]</p><p><itemWidthBig>412</itemWidthBig></p><p> <itemHeightBig>86</itemHeightBig></p><p> <!-- boxes --></p><p> <textureWidthBig>424</textureWidthBig></p><p> <textureHeightBig>79</textureHeightBig></p><p> <!-- banners --></p><p> <thumbWidthBig>400</thumbWidthBig></p><p> <thumbHeightBig>74</thumbHeightBig></p><p> <thumbPosXBig>7</thumbPosXBig></p><p> <thumbPosYBig>2</thumbPosYBig></p><p> <thumbZoom>no</thumbZoom></p><p>[/CODE]</p><p></p><p>You could try play around with these but it should be the same on all your pcs. </p><p></p><p>Can you try clearing the cache if you haven't already, ensure you also delete from the VirtualStore if your using Vista/Win7 (if UAC enabled). </p><p></p><p>There may be other settings such as mediaportal screen calibration or Tv settings that im no aware of which could cause a problem.</p></blockquote><p></p>
[QUOTE="ltfearme, post: 428163, member: 52219"] The layout for the banners are defined in TVSeries.xml: [CODE] <control> <description>graphical thumbpanel (series and/or seasons if set)</description> <type>thumbnailpanel</type> <id>50</id> <posX>13</posX> <posY>92</posY> <width>1280</width> <height>500</height> <!-- up/down buttons & page # --> <onleft>2</onleft> <onright>2</onright> <spinPosX>-50</spinPosX> <spinPosY>-50</spinPosY> <spinCanFocus>no</spinCanFocus> <spinColor>ffffffff</spinColor> <!-- Textures --> <imageFolder>-</imageFolder> <!-- Text --> <font>font10</font> <selectedColor>00ffffff</selectedColor> <textcolor>ffffffff</textcolor> <colordiffuse>ffffffff</colordiffuse> <remoteColor>FF868686</remoteColor> <!-- watched color --> <downloadColor>FFFFFFFF</downloadColor> <!-- not watched color (normal) --> <textcolor>FFC14E4A</textcolor> <!-- local file not present color --> <textcolor2>FFC14E4A</textcolor2> <!-- local file not present color column 2--> <textcolor3>FFC14E4A</textcolor3> <!-- local file not present color column 3--> <suffix>|</suffix> <itemWidthBig>412</itemWidthBig> <itemHeightBig>86</itemHeightBig> <!-- boxes --> <textureWidthBig>424</textureWidthBig> <textureHeightBig>79</textureHeightBig> <!-- banners --> <thumbWidthBig>400</thumbWidthBig> <thumbHeightBig>74</thumbHeightBig> <thumbPosXBig>7</thumbPosXBig> <thumbPosYBig>2</thumbPosYBig> <thumbZoom>no</thumbZoom> <!-- text (No banner) --> <textXOff>0</textXOff> <textYOff>0</textYOff> <keepaspectratio>no</keepaspectratio> <enableFocusZoom>no</enableFocusZoom> <scrollOffset>1</scrollOffset> <unfocusedAlpha>150</unfocusedAlpha> </control> [/CODE] in particular for widebanners: [CODE] <itemWidthBig>412</itemWidthBig> <itemHeightBig>86</itemHeightBig> <!-- boxes --> <textureWidthBig>424</textureWidthBig> <textureHeightBig>79</textureHeightBig> <!-- banners --> <thumbWidthBig>400</thumbWidthBig> <thumbHeightBig>74</thumbHeightBig> <thumbPosXBig>7</thumbPosXBig> <thumbPosYBig>2</thumbPosYBig> <thumbZoom>no</thumbZoom> [/CODE] You could try play around with these but it should be the same on all your pcs. Can you try clearing the cache if you haven't already, ensure you also delete from the VirtualStore if your using Vista/Win7 (if UAC enabled). There may be other settings such as mediaportal screen calibration or Tv settings that im no aware of which could cause a problem. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
Wide Banners Layout Issue
Contact us
RSS
Top
Bottom