[solved] MP 1.20 Video IMDB no showing plot (1 Viewer)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    but maybe you can do anything so that at least all the actor images are directly scraped and shown in actors list
    Or simple add line
    C#:
    if (!string.IsNullOrEmpty(actor.ThumbnailUrl))
    {
      DownloadCoverArt(Thumbs.MovieActors, actor.ThumbnailUrl, actorId.ToString());
    }
    before MediaPortal/MediaPortal-1
    :) If necessary, I can do it, but it will be extra time ... :):whistle::coffee:
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    Ups, It is necessary to think that at the stage of scanning a movie we don’t know the actor’s identifier in the database and the link to its image ... I wouldn’t like to update the database from the script.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    Extra time for you to add it or extra time during scraping?
    I wouldn´t mind if scraping the actors images would take a bit longer...
    Additional time for obtaining information for each actor must upload a picture.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    Would be sooooo nice
    In order not to completely break the IMDB fetcher, the only way to get a picture when filling the list of actors is to get its information for each actor. I'll try to do it today, check how it will work.
     

    Users who are viewing this thread

    Top Bottom