Kodi Community Forum
Solved A flaw with IMDb scraper in detecting matching movies - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: TinyMediaManager (https://forum.kodi.tv/forumdisplay.php?fid=204)
+---- Thread: Solved A flaw with IMDb scraper in detecting matching movies (/showthread.php?tid=355098)



A flaw with IMDb scraper in detecting matching movies - tars - 2020-06-11

If multiple movies with the same title were released in the same year, IMDb scraper shows only one in the pick-up list.
Try with any of those common movie titles like "Love", "Dream", "Boy", or "Girl" and notice the scraper picks up and show only the first one for each year if multiple movies have the exactly same title.
I think it should give the second highest scores to the rest of the same-title-same-year movies for choosing rather than completely excluding them from the list.


RE: A flaw with IMDb scraper in detecting matching movies - tars - 2020-06-22

I think this is a rather serious bug as it fails to show lots of movies in the selection list.
If you don't understand, try scraping this movie: https://www.imdb.com/title/tt6706616
For now, you have to scrape with TMDb first or enter IMDb id manually for such movies.


RE: A flaw with IMDb scraper in detecting matching movies - mlaggner - 2020-06-26

just found it - this has come from a very uncommon constellation, but is definitely a bug since Java behaves strange in this case Wink will be fixed in the next release


RE: A flaw with IMDb scraper in detecting matching movies - tars - 2020-06-27

Yes, it's fixed now. Thanks a lot!