Kodi Community Forum
Scraping problem. Uses data from TMDB instead of IMDB. - 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: Scraping problem. Uses data from TMDB instead of IMDB. (/showthread.php?tid=337211)



Scraping problem. Uses data from TMDB instead of IMDB. - publicENEMY - 2018-11-05

This is my settings
Image
I want all data from IMDB except certain data(title etc)

This is the settings I use when I scrape
Image

Most of the data succesfully scraped from IMDB. Some of the data are scraped from TMDB ONLY.
Image
My guess is that when scraping from IMDB, it timed out and settle with TMDB.

Is it possible for it to not use TMDB? If I remove the check box to use TMDB, the title it scraped from IMDB would be bad.

Advice?


RE: Scraping problem. Uses data from TMDB instead of IMDB. - mlaggner - 2018-11-05

do you have the scraper fallback active?

IIRC the code of the IMDB scraper only takes the following items from TMDB (if active!)
// title
// original title
// tagline
// plot
// collection info


RE: Scraping problem. Uses data from TMDB instead of IMDB. - publicENEMY - 2018-11-06

Where can I find this scraper fallback active?


RE: Scraping problem. Uses data from TMDB instead of IMDB. - myron - 2018-11-06

First screenshot Wink
untick "use TMDB fallback" on IMDB scraper settings,
and/or even globally untick the scraper fallback there...