[Updated 14 Jul!] MPExtended WebMediaPortal 0.5.4 (2 Viewers)

Dragy

Portal Pro
April 27, 2009
778
333
31
Home Country
Netherlands Netherlands
Okay, then maybe something is wrong with the way I call it?
@Url.Action("SeriesFanart", new { show = @Model.Show.Id, width=1170 })

It's just the same as the SeriesBanner and SeriesPoster. These two work fine.[DOUBLEPOST=1364241819][/DOUBLEPOST]Oh, wow, it DOES work, bot only for 40% of my shows. In the TVSeries plugin itself, all shows have such an backdrop image. Why is this?
 
Last edited:

pünktchen

Portal Pro
October 26, 2010
537
201
Home Country
Germany Germany
Okay, then maybe something is wrong with the way I call it?
@Url.Action("SeriesFanart", new { show = @Model.Show.Id, width=1170 })

It's just the same as the SeriesBanner and SeriesPoster. These two work fine.

Try it without @. This way:
@Url.Action("SeriesFanart", new { show = Model.Show.Id, width=1170})
 

Dragy

Portal Pro
April 27, 2009
778
333
31
Home Country
Netherlands Netherlands
Yeah that also works. The same 40% of my shows (exactly, I counted them 10/25) have that image available.
"In the TVSeries plugin itself, all shows have such an backdrop image. Why is this?"

Thanks anyway, pünktchen!
 
Last edited:

pünktchen

Portal Pro
October 26, 2010
537
201
Home Country
Germany Germany
Just an idea... Do you use rotating fanarts? I've defined exactly one image for each show in TVSeries plugin.
 

Dragy

Portal Pro
April 27, 2009
778
333
31
Home Country
Netherlands Netherlands
I know that some shows have more then one image. I will take a look at this later this evening or tomorrow. Thanks!
But would be good for MPExtended to always return at least the first image / one of the images.
 
Last edited:

Dragy

Portal Pro
April 27, 2009
778
333
31
Home Country
Netherlands Netherlands
I checked it. All shows have more then one image and I can't find some similarity in the image filenames of the shows which do have a fanart image.
 

pünktchen

Portal Pro
October 26, 2010
537
201
Home Country
Germany Germany
Okay, i've checked all my TV shows and also have found a few where fanart isn't displayed.
I can't see any correlation. Also i've found two other problems: I have TV shows with german and english season posters.
In TVSeries plugin i've chosen the english ones but WebMP always displays german posters.
The other problem is i have shows with one season where no season poster exits. TVSeries plugin displayes the TV show poster instead
while in WebMP there isn't a picture at all.

Maybe @Oxan knows more?
 

Oxan

Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    Would probably be the easiest if @Dragy could upload his TVSeriesDatabase4.db3, the name of a show that works and one that doesn't and his logs... Bit hard to say otherwise.

    The other problem is i have shows with one season where no season poster exits. TVSeries plugin displayes the TV show poster instead
    while in WebMP there isn't a picture at all.
    That's "correct", reusing artwork from the "parent" object isn't implemented yet.
     
    Last edited:

    Dragy

    Portal Pro
    April 27, 2009
    778
    333
    31
    Home Country
    Netherlands Netherlands
    These series do have a fanart image in WebMP:
    1. Continuum
    2. Game of Thrones
    3. Heroes
    4. Homeland
    5. Jericho
    6. Lost
    7. Prison Break
    8. Revolution
    9. Sherlock
    10. Suits
    11. Legend of Korra
     

    Attachments

    • TVSeriesDatabase4.zip
      607 KB

    Users who are viewing this thread

    Top Bottom