No poster in MP (Chaos;head) (1 Viewer)

GrandDK

Portal Member
January 2, 2011
8
0
Home Country
Denmark Denmark
Hello there hope there is someone here who can shed light on this for me

http://thetvdb.com/?tab=series&id=83358&lid=7

In my mediaportal the Poster doesn't show even though there is 6 posters available. I recently added the sixth just to see if i could see that but still no luck. They are in my local library and i can switch between them in the details section of MP TV Series.

In mediaportal I can switch between them but no poster comes up, no matter how much i switch between them.

Hope i can get some help as that is the last series in my collection i needed to fix :D
 

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,767
    7,241
    Sydney
    Home Country
    Australia Australia
    Can you attach your logs please GrandDK, you can see path to logs in Configuration About page.

    Be sure to reproduce the problem before attaching logs.

    Thanks.
     

    GrandDK

    Portal Member
    January 2, 2011
    8
    0
    Home Country
    Denmark Denmark
    im unsure how you mean I should reproduce the problem? The problem is that the poster for that specific series doesn't show the poster even though it shows the poster in the config section.


    Sry for the quality taken over my remote desktop.

    I looked through the MP-TVSeries log and I couldnt find any error in that area seems like it loads it like it should. I have tried deleting the show from the database and re adding it with no success.
     

    GrandDK

    Portal Member
    January 2, 2011
    8
    0
    Home Country
    Denmark Denmark
    Any solution to this problem? Would be nice with the possibility to add local art in the occurrence of such problems.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,767
    7,241
    Sydney
    Home Country
    Australia Australia
    Do you see any error log generated when selecting poster in MediaPortal? If we are downloaded ok and you can see it in Config, then I think its a texture manager issue probably in mediaportal.

    Most likely it doesnt like the ';' in the name....can you attach a mediaportal.log and a tvseries.log after selecting the that series in the GUI. Lets see if any errors get generated.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,767
    7,241
    Sydney
    Home Country
    Australia Australia
    I created a dummy file for testing and noticed this:

    Code:
    [Debug][(8)]: TextureManager: load from memory: [TVSeries:C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\MPTVSeriesBanners\Chaos;Head\-langen-graphical/83358-g2.jpg_new]

    Seems like we load it into memory fine with a proper texture id.

    Code:
    [Debug][MPMain(1)]: TextureManagerEx: load from memory: [TVSeries:C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\MPTVSeriesBanners\Chaos

    Then when read from memory I think its screwed, as you can see it's cut off where the ';' starts.

    We could probably work around this issue by replacing ';' in the filename but this would be better off fixed at the source in MediaPortal.
     

    GrandDK

    Portal Member
    January 2, 2011
    8
    0
    Home Country
    Denmark Denmark
    I created a dummy file for testing and noticed this:

    Code:
    [Debug][(8)]: TextureManager: load from memory: [TVSeries:C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\MPTVSeriesBanners\Chaos;Head\-langen-graphical/83358-g2.jpg_new]

    Seems like we load it into memory fine with a proper texture id.

    Code:
    [Debug][MPMain(1)]: TextureManagerEx: load from memory: [TVSeries:C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\MPTVSeriesBanners\Chaos

    Then when read from memory I think its screwed, as you can see it's cut off where the ';' starts.

    We could probably work around this issue by replacing ';' in the filename but this would be better off fixed at the source in MediaPortal.

    Thanks for taking the time. I have posted the bug in MP bug section.

    ps. am i able to fix it my self for that series by altering the db?

    Have a nice day.
     

    Users who are viewing this thread

    Top Bottom