MP-TVSeries v4.3.6 Release [2020-01-24] (3 Viewers)

xppx

Portal Pro
September 2, 2007
85
58
Home Country
Belgium Belgium
I've done a first pass at adding custom handling for updates (basically series which have not ended and have local files...needs some fine tuning). I have noticed something wrong with season banners which I will investigate next.
I have attached a test dll if you want to help find issues and report here...

I tested it out on 26 series via MP Configuration and the API call works fine.

Only one thing I noticed which you did as well: season banners of newly added series (e.g. The Mandalorian) are not retrieved or not shown.

Overall you did a great job again @Itfearme! :)
 

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    Inspecting the banners.xml and comparing with how it looked before there is some important info missing:
    * Season artwork is not present; (hence why it was not working)
    * Rating/Votes for artwork is not set; (meaning the best artwork can't be chosen as default)

    *Example Series Poster Before*
    Code:
      <Banner>
        <id>1310057</id>
        <BannerPath>posters/5bae172571e68.jpg</BannerPath>
        <BannerType>poster</BannerType>
        <BannerType2>680x1000</BannerType2>
        <Language>en</Language>
        <Rating>6.4000</Rating>
        <RatingCount>5</RatingCount>
      </Banner>

    *Example Series Poster Now*
    Code:
      <Banner>
        <id>1310057</id>
        <BannerPath>posters/5bae172571e68.jpg</BannerPath>
        <BannerType>poster</BannerType>
        <BannerType2>680x1000</BannerType2>
        <Language>en</Language>
        <Season>
        </Season>
        <Colors>
        </Colors>
        <Rating>0.00</Rating>
        <RatingCount>0</RatingCount>
        <SeriesName>false</SeriesName>
        <ThumbnailPath>posters/5bae172571e68_t.jpg</ThumbnailPath>
        <VignettePath>posters/5bae172571e68_t.jpg</VignettePath>
      </Banner>

    Find attached a before and after xml so you can take a look.
     

    Attachments

    • banners_before.xml
      10.3 KB
    • banners.xml
      10.2 KB

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    @Sarevok81, there will definitely be some artwork issues with seasons, but the main art should work as far as I'm aware. You could try this from the configuration tool:
    * Right click on those series, and select Delete (delete from database)
    * Run import again.

    If the artwork is still not present, can you attach your MPTVSeries.log (I recommend before doing the steps above, set your MediaPortal logging level to Debug from MP Configuration->General).
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    I think I found some changes regarding Fanart which may explain the missing Fanart...investigating now if workaroundable. It seems to be affecting the thumbnails in the Fanart Chooser when in MediaPortal (it still auto downloads fanart when importing as far as I can tell).

    Whatever happened to good old fashioned QA.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    Noticed some strange API results for Series matching e.g. Titans -> Mighty Ships and Grey's Anatomy -> Station 19. I will investigate why this is occuring.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    Here is an updated test binary that fixes the Fanart thumbnails not loading in the Fanart Chooser window. Also a few other minor things addressed.
     

    Attachments

    • MP-TVSeries.zip
      530.8 KB

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Big thanks as always [emoji4]
    Yesterday while trying previous bin.
    I have seen in log windows a lot of errors (403) if I'm not mistaken and was thinking it was related to wrong API key in TVS settings so effectively the API code wasn't correct but same 403 errors after changing it.
    Will redo the test with new bin ;)

    Tapatalk
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    Hey @Sebastiii, that could possibly be the TVDb UserRatings/Favourites API - I believe these are not working from what I have read. If that is the case, you can remove your Account ID from the TVSeries configuration.
     

    Users who are viewing this thread

    Top Bottom