(2024-11-15, 00:59)Juan Mortyme Wrote: @vbat99
Could you please check actor scraping from IMDB? It seems MC isn't getting the complete actor 'role' if there is more than one. Like, for animated shows in which actors have multiple roles "John Doe / Joe Blow (voice)" it is only adding a single role "John Doe" nor the "(voice)" at the end. This only seems a problem when scraping actors from IMDB, as scraping actors from TMDB works fine.
Its a bit harder for actor details from IMDb as we have to mine the data displayed, where as TMDb is via API call.
Also, for animated shows, some voice actors can be credited with a lot of character voices, so MC tend to just get the primary character name.
But, let me know the animated show for "
John Doe / Joe Blow (voice)" and I'll see what I can do.
(2024-11-15, 00:59)Juan Mortyme Wrote: While on the topic of scraping from IMDB. Could you look at adding the scraping of Director(s) and Writer(s) from IMDB? Because, IMDB often has that information when TMDB or TVDB does not. Getting the Writers might be problematic since we only want the names with "(written by)" or "(teleplay by)" and not "(created by)" or "(story by)" credits but Directors should be easier. If you have time perhaps you could give it some thought?
Thanks.
Unfortunately not planning on adding series scraping of Director or Writers, and for any series, there could be 20/50 directors or writers. MC doesn't scrape episode or series data from IMDb, only the actors (oh, and ratings).