- Moderator
- #61
Please Please PleaseIt is not difficult to do in the script itself, for each actor to download a picture, but this is extra time.
Please Please PleaseIt is not difficult to do in the script itself, for each actor to download a picture, but this is extra time.
Or simple add linebut maybe you can do anything so that at least all the actor images are directly scraped and shown in actors list
if (!string.IsNullOrEmpty(actor.ThumbnailUrl))
{
DownloadCoverArt(Thumbs.MovieActors, actor.ThumbnailUrl, actorId.ToString());
}
Extra time for you to add it or extra time during scraping?but it will be extra time ...
Additional time for obtaining information for each actor must upload a picture.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...
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.Would be sooooo nice
JIRA, Branch created ... [MP1-4950] Fetch Actor details and thumbs when Movie updated - MediaPortal JiraGREAT!!!!