Season Banners (1 Viewer)

Serberus

Portal Member
March 20, 2009
12
0
Home Country
United States of America United States of America
New to the forums, new to Mediaportal.

This is probably a dumb question, but I'm not very confident in XML and it looks like I need to do some editing in order to resolve the issue.

Basically, my "Season Banners" are being cut off...sorry about the image sizes....

Original:
246-1.jpg


Screen Shot:
Screen.jpg


Based on what I read, it looks like I have to open either the skin XML or the TVSeries XML and change something, but nothing is written extremely clear as to what, and, I don't want to screw something up.:confused:

Anybody who can shed some light on this, I'd REALLY appreciate it.:D
 

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    Hi Serberus, yes the change required would be in the Skins XML files. Typically this is TVSeries.xml. You need to modify the Facade Type you want to change e.g. Filmstrip.

    The main facade ID is: <id>50</id>

    If you search for this first, you will see the different types.

    You then will want to play with the following:

    <itemWidth>228</itemWidth>
    <itemHeight>330</itemHeight>
    <textureWidth>272</textureWidth>
    <textureHeight>350</textureHeight>
    <thumbWidth>214</thumbWidth>
    <thumbHeight>310</thumbHeight>

    Hope that helps.
     

    Serberus

    Portal Member
    March 20, 2009
    12
    0
    Home Country
    United States of America United States of America
    Thanks for the help...

    I got it kind of fixed...this is what I changed
    <thumbHeight>350</thumbHeight>

    It still cuts off a little, but is a bit better.

    I'm curious why the image is blowing itself in the first place. Shouldn't it automatically shrink the image to fit anyway?
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    Im not 100% sure, I dont experience any issues with Blue3 or Blue3Wide (default resolution). You may want to try change <keepaspectratio>yes</keepaspectratio>

    There is still lot of skinning stuff I have to learn, I am not really the best person to ask.
     

    Users who are viewing this thread

    Top Bottom