shows without banners error (1 Viewer)

G.B. Wolf

MP Donator
  • Premium Supporter
  • March 22, 2007
    227
    3
    Braunschweig
    Home Country
    Germany Germany
    I just checked my setup and I couldn't find the problem with MP 0.2.2 SVN and MPTVSeries 1.2.5.x.

    So is this coming with 0.2.3 RC3?
     

    Mavoc

    Portal Pro
    October 8, 2007
    72
    3
    Houston, TX
    Home Country
    United States of America United States of America
    MP = 0.2.3 RC3
    TV-series = latest version in the plugin section plus the latest svn dll which is 1.2.9.x

    well i ran into something rather odd that i hope someone can explain.

    first off to restate my issues,
    1) series without banners had the text name off to the right of where the banner was suppose to be so all you could see was the first 2 letters of the title before the screen ended.
    2) also when you selected that show the text would disappear and stay disappeared until the series view was refreshed(go into another series and back out)

    ok so in my attempts to fix this i followed Inkers advice with the <textYOff><textXOff> values.
    now these values were not in the skin file so i had to add them to the correct spot.

    so i added these values
    <textXOff>-550</textXOff>
    <textYOff>40</textYOff>
    and it fixed issue 1 but not 2

    now if you capitalized the T in text
    <TextXOff>-550</TextXOff>
    <TextYOff>40</TextYOff>
    you are still affected by issue 1 but issue 2 is fixed. also the texted changes colr from white(or whatever the watched episode color is called) to a light green, which is not the best of color choices.

    now if you use both sets
    <textXOff>-550</textXOff>
    <textYOff>40</textYOff>
    <TextXOff>-550</TextXOff>
    <TextYOff>40</TextYOff>
    both issues are fixed, but the text is still a light green

    Note that none of the <textcolor> options do anything to the color.

    my only conclusion is that the code has issues with capitalization. i will try using <Textcolor> and <TextColor> to see if i fix the green color.
     

    Mavoc

    Portal Pro
    October 8, 2007
    72
    3
    Houston, TX
    Home Country
    United States of America United States of America
    i couldn't figure out how to fix the green color. i'm calling this a temp fix while i search for some good source material and make some of those banners
     

    Users who are viewing this thread

    Top Bottom