Kodi Community Forum

Full Version: Only scrape ratings from IMDB?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How could I scrape the rating - http://i.imgur.com/HxwAgYt.png - from IMDB and all of the other movie information from "The MovieDatabase"? First scrape with The MovieDatabase and then a second time scrape with IMDB the ratings only? Could you so that in one single step?

And how can you know the rating is from IMDB and all of the other information is from TMB? So may be there are movies rated by IMDB and some rated by TMD?
You can only scrape all the checked metadata from a single scraper.
So scrape everything with IMDB, and then scrape just the rating with TMDB.
To do that within a single step is currently not possible...
Many thanks, myron.

Alright, so if you want to have the movie information from differenct databases you have to scrape it from them one after another.

Many thanks again.
How could I uncheck all of the itmes in a single step: http://i.imgur.com/1W3V6E6.png?
you cant Wink

But you could set it up within the preferences, so you have them as default for every scrape.
(if you intend to uncheck all more often)
And recheck them all if you're done with your ratings Smile
Thank you myron,

Alright, I would need them all checked when scraping with TMD and unchecked with IMDB for the ratings only, so checking and unchecking those scrape settings in the defaults all the time would be a bit inconvenient, I guess.

OK, many thanks again.