Bug Movie Detection Problems: IMDb & TMDb scraper
#1
I've been scraping movies in my collection exclusively using Media Companion, but this time tried TMM to see if I could entirely migrate to TMM not only for browsing but scraping and everything else. Well, the process of migration didn't work smoothly, and I was a little surprised at how poorly TMM is doing in detecting the right movie out of filename. First tried IMDb scraper but it didn't work well, and then tried TMDb scraper and it had exactly opposite problems. I ended up reloading Media Companion-created NFOs, delete them after building up the database, and scrape movies again using IMDb scraper. This way TMM could do the job properly, getting the correct ID of each movie from the existing database.

Now the problem of detection: IMDb scraper has problem detecting movies with filename missing starting "The" whereas TMDb scraper can't detect movies with a different year. Used "search & scrape selected movies - forced best match" command (the default 0.75 threshold score) with the latest nightly build (2.8.2 pre-release).

Try scraping movie files with the following filename that all miss the staring "The":

Godfather (1972)
Others (2001)
Revenant (2015)

IMDb identifies them as completely wrong movies in wrong years (doesn't even leave them unscraped) while TMDb detects them all correctly.

Now try the following movies that have IMDb year which is one year earlier than their TMDb year:

600 Miles (2015)
All Roads Lead to Rome (2015)
Anesthesia (2015)
Alex of Venice (2014)

This time IMDb detects them all correctly but TMDb leaves them all unscraped.
Of course there are other issues as well but these are the main issues with the two scrapers, the fix of which might cure over 90% of wrong/un-detection cases (with accurate title/year in filename).

Personally I'm not really convinced with the current threshold score UI. It's too vague to the user.

This is what I would do with a filename of "Godfather (1972)":

1. Search the following six movies and pick the existing one:
Godfather (1972) Godfather (1971) Godfather (1973) The Godfather (1972) The Godfather (1971) The Godfather (1973)
2. If there are multiple, then pick up the most popular one (based on popularity rank of IMDb or the number of Votes)
3. If those six movies don't exist, then leave it unscraped. Period.

That would be much better than the current algorithm which (IMDb) detects "Godfather (1972)" as "Sorry, Ari (2016)". I can't believe how that was able to pass the threshold.

Or, consider giving the option of year strictness to users something like "exact", "plus/minus one year", "ignore". That would give more feasible control to users than the current score UI. Then the user might try "exact" first, and then "one year" for unscraped ones.
#2
can you please send us the logs of your search?
Cannot reproduce here :|
Searching for "godfather", "the godfather", "godfather (1972)" always results in the correct movie as #1 result... (with imdb)

If we have a year, we always submit it to the scraper search.
Indeed, TMDB does return nothing when year does not match.
We already have a few fallback option, have to check why still no results found...
Edit: ok, bug found ^^ did not work as expected - will be fixed in next version. thx.
tinyMediaManager - THE media manager of your choice :)
Wanna help translate TMM ?
Image
#3
Here's the log of the IMDb search for the three movies:

Code:
2016-07-17 08:45:52,778 DEBUG [tmmpool-mediainfo-thread-1] o.t.core.entities.MediaFile:1368 - start MediaInfo for C:\Videos\new\Others (2001).mp4
2016-07-17 08:45:52,840 DEBUG [tmmpool-mediainfo-thread-1] o.t.core.entities.MediaFile:1368 - start MediaInfo for C:\Videos\new\Revenant (2015).mp4
2016-07-17 08:45:52,871 DEBUG [tmmpool-mediainfo-thread-1] o.t.core.entities.MediaFile:1368 - start MediaInfo for C:\Videos\new\Godfather (1972).mp4
2016-07-17 08:45:52,903 INFO  [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:213 - Done updating datasource :) - took 00:00:00.258
2016-07-17 08:45:52,903 DEBUG [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:215 - FilesFound 5
2016-07-17 08:45:52,903 DEBUG [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:216 - moviesFound 3
2016-07-17 08:45:52,903 DEBUG [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:217 - PreDir 0
2016-07-17 08:45:52,903 DEBUG [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:218 - PostDir 0
2016-07-17 08:45:52,903 DEBUG [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:219 - VisFile 0
2016-07-17 08:45:52,903 DEBUG [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:220 - PreDir2 0
2016-07-17 08:45:52,903 DEBUG [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:221 - PostDir2 0
2016-07-17 08:45:52,903 DEBUG [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:222 - VisFile2 0
2016-07-17 08:45:53,278 INFO  [updateThread] org.tinymediamanager.core.UpdaterTask:67 - Checking for updates...
2016-07-17 08:45:53,278 DEBUG [updateThread] org.tinymediamanager.scraper.http.Url:232 - getting http://nightly.tinymediamanager.org/build/digest.txt?z=1468712753278
2016-07-17 08:45:53,887 INFO  [updateThread] org.tinymediamanager.core.UpdaterTask:150 - Already up2date :)
2016-07-17 08:45:53,934 DEBUG [main] org.tinymediamanager.ui.MainWindow:303 - update result was: false
2016-07-17 08:46:06,319 INFO  [tmmpool-scrape-thread-1] o.tinymediamanager.core.movie.MovieList:562 - =====================================================
2016-07-17 08:46:06,319 INFO  [tmmpool-scrape-thread-2] o.tinymediamanager.core.movie.MovieList:562 - =====================================================
2016-07-17 08:46:06,319 INFO  [tmmpool-scrape-thread-3] o.tinymediamanager.core.movie.MovieList:562 - =====================================================
2016-07-17 08:46:06,319 INFO  [tmmpool-scrape-thread-1] o.tinymediamanager.core.movie.MovieList:563 - Searching with scraper: imdb, 1.5-SNAPSHOT
2016-07-17 08:46:06,319 INFO  [tmmpool-scrape-thread-2] o.tinymediamanager.core.movie.MovieList:563 - Searching with scraper: imdb, 1.5-SNAPSHOT
2016-07-17 08:46:06,335 INFO  [tmmpool-scrape-thread-3] o.tinymediamanager.core.movie.MovieList:563 - Searching with scraper: imdb, 1.5-SNAPSHOT
2016-07-17 08:46:06,335 INFO  [tmmpool-scrape-thread-1] o.tinymediamanager.core.movie.MovieList:564 - MediaSearchOptions[type=MOVIE,query=Godfather,year=1972,imdbId=,tmdbId=0,language=en,country=United States]
2016-07-17 08:46:06,335 INFO  [tmmpool-scrape-thread-2] o.tinymediamanager.core.movie.MovieList:564 - MediaSearchOptions[type=MOVIE,query=Others,year=2001,imdbId=,tmdbId=0,language=en,country=United States]
2016-07-17 08:46:06,335 INFO  [tmmpool-scrape-thread-3] o.tinymediamanager.core.movie.MovieList:564 - MediaSearchOptions[type=MOVIE,query=Revenant,year=2015,imdbId=,tmdbId=0,language=en,country=United States]
2016-07-17 08:46:06,335 INFO  [tmmpool-scrape-thread-1] o.tinymediamanager.core.movie.MovieList:565 - =====================================================
2016-07-17 08:46:06,335 INFO  [tmmpool-scrape-thread-2] o.tinymediamanager.core.movie.MovieList:565 - =====================================================
2016-07-17 08:46:06,335 INFO  [tmmpool-scrape-thread-3] o.tinymediamanager.core.movie.MovieList:565 - =====================================================
2016-07-17 08:46:06,335 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMetadataProvider:107 - search() MediaSearchOptions[type=MOVIE,query=Godfather,year=1972,imdbId=,tmdbId=0,language=en,country=United States]
2016-07-17 08:46:06,335 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMetadataProvider:107 - search() MediaSearchOptions[type=MOVIE,query=Others,year=2001,imdbId=,tmdbId=0,language=en,country=United States]
2016-07-17 08:46:06,335 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMetadataProvider:107 - search() MediaSearchOptions[type=MOVIE,query=Revenant,year=2015,imdbId=,tmdbId=0,language=en,country=United States]
2016-07-17 08:46:06,335 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:138 - ========= BEGIN IMDB Scraper Search for: http://www.imdb.com/find?q=Godfather&s=tt
2016-07-17 08:46:06,351 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:138 - ========= BEGIN IMDB Scraper Search for: http://www.imdb.com/find?q=Revenant&s=tt
2016-07-17 08:46:06,335 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:138 - ========= BEGIN IMDB Scraper Search for: http://www.imdb.com/find?q=Others&s=tt
2016-07-17 08:46:06,351 DEBUG [tmmpool-scrape-thread-1] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/find?q=Godfather&s=tt
2016-07-17 08:46:06,351 DEBUG [tmmpool-scrape-thread-3] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/find?q=Revenant&s=tt
2016-07-17 08:46:06,351 DEBUG [tmmpool-scrape-thread-2] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/find?q=Others&s=tt
2016-07-17 08:46:07,507 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather]=[0.8888889]
2016-07-17 08:46:07,507 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Varalaaru]=[0.0]
2016-07-17 08:46:07,507 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,507 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Godfather]=[1.0]
2016-07-17 08:46:07,507 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,507 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Blood Father]=[0.7058824]
2016-07-17 08:46:07,507 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather: Part II]=[0.72727275]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather: Part III]=[0.6956522]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][3 Godfathers]=[0.8888889]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather]=[0.8888889]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][F. Godfather]=[0.9411765]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Three Godfathers]=[0.7619048]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather II]=[0.84210527]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Godfather]=[1.0]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Tokyo Godfathers]=[0.7619048]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Grandfathered]=[0.6]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Godfather]=[1.0]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfathers]=[0.84210527]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][GODFather]=[1.0]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Last Godfather]=[0.7619048]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Three Godfathers]=[0.6956522]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather]=[0.8888889]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Disco Godfather]=[0.8]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Good Father]=[0.7777778]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather Jr.]=[0.84210527]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Godfather]=[1.0]
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,522 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Godfather]=[1.0]
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Godfather]=[1.0]
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Godfather]=[1.0]
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather]=[0.8888889]
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Three Godfathers]=[0.6956522]
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather: A Novel for Television]=[0.47058824]
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather]=[0.8888889]
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Black Godfather]=[0.72727275]
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather Legacy]=[0.6956522]
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Bonanno: A Godfather's Story]=[0.55172414]
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Three Godfathers]=[0.6956522]
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather Trilogy: 1901-1980]=[0.5]
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather: Mob Wars]=[0.6956522]
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Godfathers of Hong Kong]=[0.6666667]
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Texas Godfather]=[0.8]
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Good Father]=[0.7777778]
2016-07-17 08:46:07,538 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,538 INFO  [tmmpool-scrape-thread-1] o.t.core.movie.tasks.MovieScrapeTask:239 - using treshold from settings of 0.75
2016-07-17 08:46:07,538 INFO  [tmmpool-scrape-thread-1] o.t.core.movie.tasks.MovieScrapeTask:185 - =====================================================
2016-07-17 08:46:07,538 INFO  [tmmpool-scrape-thread-1] o.t.core.movie.tasks.MovieScrapeTask:186 - Scraper metadata with scraper: imdb, 1.5-SNAPSHOT
2016-07-17 08:46:07,554 INFO  [tmmpool-scrape-thread-1] o.t.core.movie.tasks.MovieScrapeTask:188 - MediaScrapeOptions[result=MediaSearchResult[providerId=imdb,url=<null>,title=Godfather,year=2016,originalTitle=<null>,id=<null>,score=0.99,imdbId=tt5543318,type=MOVIE,posterUrl=http://ia.media-imdb.com/images/M/MV5BYmFhZDA5MTgtMzFlNS00NjAxLThkYjctN2JjMDY1YjY4NzM1XkEyXkFqcGdeQXVyMjI2NjIxNzA@._V1_UY200_AL_.jpg],ids={},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Large: ~1920x1080px,posterSize=Big: ~500x750px]
2016-07-17 08:46:07,554 INFO  [tmmpool-scrape-thread-1] o.t.core.movie.tasks.MovieScrapeTask:189 - =====================================================
2016-07-17 08:46:07,554 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMetadataProvider:88 - getMetadata() MediaScrapeOptions[result=MediaSearchResult[providerId=imdb,url=<null>,title=Godfather,year=2016,originalTitle=<null>,id=<null>,score=0.99,imdbId=tt5543318,type=MOVIE,posterUrl=http://ia.media-imdb.com/images/M/MV5BYmFhZDA5MTgtMzFlNS00NjAxLThkYjctN2JjMDY1YjY4NzM1XkEyXkFqcGdeQXVyMjI2NjIxNzA@._V1_UY200_AL_.jpg],ids={},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Large: ~1920x1080px,posterSize=Big: ~500x750px]
2016-07-17 08:46:07,554 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:112 - IMDB: getMetadata(imdbId): tt5543318
2016-07-17 08:46:07,554 DEBUG [pool-2-thread-1] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/title/tt5543318/combined
2016-07-17 08:46:07,554 DEBUG [pool-2-thread-2] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/title/tt5543318/plotsummary
2016-07-17 08:46:07,585 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Others]=[1.0]
2016-07-17 08:46:07,585 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,585 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Others]=[1.0]
2016-07-17 08:46:07,585 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,585 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Others]=[1.0]
2016-07-17 08:46:07,585 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,585 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,585 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Band of Brothers]=[0.625]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Others]=[0.8333333]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Brothers Grimsby]=[0.5]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other Woman]=[0.53333336]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Mother's Day]=[0.5714286]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][How I Met Your Mother]=[0.44444445]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Revenant]=[0.2857143]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Sleeping with Other People]=[0.33333334]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other Side of the Door]=[0.4]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Lives of Others]=[0.5882353]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Step Brothers]=[0.6666667]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other Guys]=[0.5714286]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other Boleyn Girl]=[0.42105263]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Not Another Teen Movie]=[0.4]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Brothers]=[0.8333333]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Fathers & Daughters]=[0.4]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Love & Other Drugs]=[0.47058824]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][xXx: The Return of Xander Cage]=[0.26086956]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Seven Brides for Seven Brothers]=[0.37037036]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other]=[0.72727275]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Other People]=[0.5714286]
2016-07-17 08:46:07,601 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Fantastic Beasts and Where to Find Them]=[0.19354838]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Big Brother]=[0.61538464]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Blues Brothers]=[0.5555556]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Another Period]=[0.5]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other]=[0.72727275]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other Wife]=[0.5714286]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Another Earth]=[0.53333336]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other Kingdom]=[0.47058824]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Four Brothers]=[0.6666667]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Wedding Crashers]=[0.33333334]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Searchers]=[0.53333336]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Others]=[0.8333333]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][I'm Not Here]=[0.5]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][O Brother, Where Art Thou?]=[0.3478261]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Mothers and Daughters]=[0.47619048]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Brothers Grimm]=[0.5555556]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,616 INFO  [tmmpool-scrape-thread-2] o.t.core.movie.tasks.MovieScrapeTask:239 - using treshold from settings of 0.75
2016-07-17 08:46:07,616 INFO  [tmmpool-scrape-thread-2] o.t.core.movie.tasks.MovieScrapeTask:185 - =====================================================
2016-07-17 08:46:07,616 INFO  [tmmpool-scrape-thread-2] o.t.core.movie.tasks.MovieScrapeTask:186 - Scraper metadata with scraper: imdb, 1.5-SNAPSHOT
2016-07-17 08:46:07,616 INFO  [tmmpool-scrape-thread-2] o.t.core.movie.tasks.MovieScrapeTask:188 - MediaScrapeOptions[result=MediaSearchResult[providerId=imdb,url=<null>,title=Others,year=2008,originalTitle=<null>,id=<null>,score=0.99,imdbId=tt1084757,type=MOVIE,posterUrl=http://ia.media-imdb.com/images/M/MV5BMTYwNjYwMjAwOV5BMl5BanBnXkFtZTgwMTQ3MTM3MDE@._V1_UX200_AL_.jpg],ids={},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Large: ~1920x1080px,posterSize=Big: ~500x750px]
2016-07-17 08:46:07,616 INFO  [tmmpool-scrape-thread-2] o.t.core.movie.tasks.MovieScrapeTask:189 - =====================================================
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMetadataProvider:88 - getMetadata() MediaScrapeOptions[result=MediaSearchResult[providerId=imdb,url=<null>,title=Others,year=2008,originalTitle=<null>,id=<null>,score=0.99,imdbId=tt1084757,type=MOVIE,posterUrl=http://ia.media-imdb.com/images/M/MV5BMTYwNjYwMjAwOV5BMl5BanBnXkFtZTgwMTQ3MTM3MDE@._V1_UX200_AL_.jpg],ids={},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Large: ~1920x1080px,posterSize=Big: ~500x750px]
2016-07-17 08:46:07,616 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:112 - IMDB: getMetadata(imdbId): tt1084757
2016-07-17 08:46:07,632 DEBUG [pool-2-thread-4] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/title/tt1084757/combined
2016-07-17 08:46:07,866 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,866 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,866 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,866 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Modern Vampires]=[0.10526316]
2016-07-17 08:46:07,866 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,866 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][An American Ghost Story]=[0.08695652]
2016-07-17 08:46:07,866 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Alien: Covenant]=[0.5555556]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Covenant]=[0.625]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenants]=[0.93333334]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenants]=[0.8235294]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Last Revenants]=[0.7]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Un revenant]=[0.93333334]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenants]=[0.93333334]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-17 08:46:07,882 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenge of the Pink Panther]=[0.48]
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenante]=[0.93333334]
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][A Nanny's Revenge]=[0.6]
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][A World Unseen: The Revenant]=[0.53846157]
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-17 08:46:07,897 INFO  [tmmpool-scrape-thread-3] o.t.core.movie.tasks.MovieScrapeTask:239 - using treshold from settings of 0.75
2016-07-17 08:46:07,897 INFO  [tmmpool-scrape-thread-3] o.t.core.movie.tasks.MovieScrapeTask:185 - =====================================================
2016-07-17 08:46:07,897 INFO  [tmmpool-scrape-thread-3] o.t.core.movie.tasks.MovieScrapeTask:186 - Scraper metadata with scraper: imdb, 1.5-SNAPSHOT
2016-07-17 08:46:07,897 INFO  [tmmpool-scrape-thread-3] o.t.core.movie.tasks.MovieScrapeTask:188 - MediaScrapeOptions[result=MediaSearchResult[providerId=imdb,url=<null>,title=Revenant,year=2014,originalTitle=<null>,id=<null>,score=0.99,imdbId=tt3801066,type=MOVIE,posterUrl=http://ia.media-imdb.com/images/M/MV5BMzExZDZjYWQtZTdlOS00M2E2LTk4ODUtNDFjYjY0M2Q4Yjk4XkEyXkFqcGdeQXVyMzY2NjYyODI@._V1_UX200_AL_.jpg],ids={},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Large: ~1920x1080px,posterSize=Big: ~500x750px]
2016-07-17 08:46:07,897 INFO  [tmmpool-scrape-thread-3] o.t.core.movie.tasks.MovieScrapeTask:189 - =====================================================
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMetadataProvider:88 - getMetadata() MediaScrapeOptions[result=MediaSearchResult[providerId=imdb,url=<null>,title=Revenant,year=2014,originalTitle=<null>,id=<null>,score=0.99,imdbId=tt3801066,type=MOVIE,posterUrl=http://ia.media-imdb.com/images/M/MV5BMzExZDZjYWQtZTdlOS00M2E2LTk4ODUtNDFjYjY0M2Q4Yjk4XkEyXkFqcGdeQXVyMzY2NjYyODI@._V1_UX200_AL_.jpg],ids={},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Large: ~1920x1080px,posterSize=Big: ~500x750px]
2016-07-17 08:46:07,897 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:112 - IMDB: getMetadata(imdbId): tt3801066
2016-07-17 08:46:08,335 DEBUG [pool-2-thread-1] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/title/tt1084757/plotsummary
2016-07-17 08:46:08,761 DEBUG [pool-2-thread-4] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/title/tt3801066/combined
2016-07-17 08:46:08,792 DEBUG [pool-2-thread-2] o.t.s.tmdb.TmdbMovieMetadataProvider:232 - getMetadata() MediaScrapeOptions[result=<null>,ids={imdb=tt1084757},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Medium: ~1280x720px,posterSize=Medium: ~342x513px]
2016-07-17 08:46:08,792 DEBUG [pool-2-thread-3] o.t.s.tmdb.TmdbMovieMetadataProvider:232 - getMetadata() MediaScrapeOptions[result=<null>,ids={imdb=tt5543318},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Medium: ~1280x720px,posterSize=Medium: ~342x513px]
2016-07-17 08:46:08,792 DEBUG [pool-2-thread-2] o.t.s.tmdb.TmdbMovieMetadataProvider:269 - TMDB: getMetadata: tmdbId = 0; imdbId = tt1084757
2016-07-17 08:46:08,792 DEBUG [pool-2-thread-3] o.t.s.tmdb.TmdbMovieMetadataProvider:269 - TMDB: getMetadata: tmdbId = 0; imdbId = tt5543318
2016-07-17 08:46:09,042 WARN  [pool-2-thread-2] o.t.s.tmdb.TmdbMovieMetadataProvider:303 - no result found
2016-07-17 08:46:09,042 DEBUG [pool-2-thread-2] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/title/tt3801066/plotsummary
2016-07-17 08:46:09,152 DEBUG [pool-2-thread-1] o.t.s.tmdb.TmdbMovieMetadataProvider:232 - getMetadata() MediaScrapeOptions[result=<null>,ids={imdb=tt3801066},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Medium: ~1280x720px,posterSize=Medium: ~342x513px]
2016-07-17 08:46:09,152 DEBUG [pool-2-thread-1] o.t.s.tmdb.TmdbMovieMetadataProvider:269 - TMDB: getMetadata: tmdbId = 0; imdbId = tt3801066
2016-07-17 08:46:09,261 WARN  [pool-2-thread-3] o.t.s.tmdb.TmdbMovieMetadataProvider:303 - no result found
2016-07-17 08:46:09,261 DEBUG [pool-2-thread-3] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/title/tt5543318/releaseinfo
2016-07-17 08:46:09,464 WARN  [pool-2-thread-1] o.t.s.tmdb.TmdbMovieMetadataProvider:303 - no result found
2016-07-17 08:46:09,886 DEBUG [pool-2-thread-1] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/title/tt3801066/releaseinfo
2016-07-17 08:46:10,261 INFO  [tmmpool-main-task-thread-2] o.t.core.movie.tasks.MovieScrapeTask:117 - Done scraping movies)
#4
Just tried v2.8.2 with the same test files.
TMDb now scrapes movies with one year difference properly. Thanks!
But IMDb scrapes the same wrong movies.

Godfather (1972) --- Sorry, Ari (2016) instead of The Godfather (1972)
Others (2001) --- Others (2008) instead of The Others (2001)
Revenant (2015) --- Revenant (2014) instead of The Revenant (2015)

Everything else aside, how come it can take a movie with more than one year difference with the default 0.75 threshold score? The score was too low to avoid that?

Edit: No, got the same result with 0.99 threshold score.

Code:
2016-07-20 02:52:28,630 INFO  [tmmpool-update-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:574 - Parsing multi  movie directory: C:\Videos\new
2016-07-20 02:52:28,630 DEBUG [tmmpool-update-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:652 - | Create new movie from file: MediaFile[type=VIDEO,path=C:\Videos\new,filename=Godfather (1972).mp4,filesize=0,filedate=0,videoCodec=,containerFormat=,exactVideoFormat=,video3DFormat=,videoWidth=0,videoHeight=0,overallBitRate=0,durationInSecs=0,stacking=0,stackingMarker=,audioStreams=[],subtitles=[],mediaInfo=<null>,miSnapshot=<null>,file=C:\Videos\new\Godfather (1972).mp4,isISO=false,propertyChangeSupport=javax.swing.event.SwingPropertyChangeSupport@596f378f]
2016-07-20 02:52:28,661 DEBUG [tmmpool-update-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:683 - | parsing video file Godfather (1972).mp4
2016-07-20 02:52:28,692 DEBUG [tmmpool-update-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:652 - | Create new movie from file: MediaFile[type=VIDEO,path=C:\Videos\new,filename=Revenant (2005).mp4,filesize=0,filedate=0,videoCodec=,containerFormat=,exactVideoFormat=,video3DFormat=,videoWidth=0,videoHeight=0,overallBitRate=0,durationInSecs=0,stacking=0,stackingMarker=,audioStreams=[],subtitles=[],mediaInfo=<null>,miSnapshot=<null>,file=C:\Videos\new\Revenant (2005).mp4,isISO=false,propertyChangeSupport=javax.swing.event.SwingPropertyChangeSupport@79cb9ae]
2016-07-20 02:52:28,692 DEBUG [tmmpool-update-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:683 - | parsing video file Revenant (2005).mp4
2016-07-20 02:52:28,692 DEBUG [tmmpool-update-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:652 - | Create new movie from file: MediaFile[type=VIDEO,path=C:\Videos\new,filename=Others (2001).mp4,filesize=0,filedate=0,videoCodec=,containerFormat=,exactVideoFormat=,video3DFormat=,videoWidth=0,videoHeight=0,overallBitRate=0,durationInSecs=0,stacking=0,stackingMarker=,audioStreams=[],subtitles=[],mediaInfo=<null>,miSnapshot=<null>,file=C:\Videos\new\Others (2001).mp4,isISO=false,propertyChangeSupport=javax.swing.event.SwingPropertyChangeSupport@30ad3212]
2016-07-20 02:52:28,692 DEBUG [tmmpool-update-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:683 - | parsing video file Others (2001).mp4
2016-07-20 02:52:28,692 INFO  [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:842 - removing orphaned movies/files...
2016-07-20 02:52:28,692 INFO  [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:905 - getting Mediainfo...
2016-07-20 02:52:28,708 DEBUG [tmmpool-mediainfo-thread-1] o.t.core.entities.MediaFile:1371 - start MediaInfo for C:\Videos\new\Others (2001).mp4
2016-07-20 02:52:28,770 DEBUG [tmmpool-mediainfo-thread-1] o.t.core.entities.MediaFile:1371 - start MediaInfo for C:\Videos\new\Revenant (2005).mp4
2016-07-20 02:52:28,817 DEBUG [tmmpool-mediainfo-thread-1] o.t.core.entities.MediaFile:1371 - start MediaInfo for C:\Videos\new\Godfather (1972).mp4
2016-07-20 02:52:28,849 INFO  [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:213 - Done updating datasource :) - took 00:00:00.221
2016-07-20 02:52:28,849 DEBUG [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:215 - FilesFound 4
2016-07-20 02:52:28,849 DEBUG [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:216 - moviesFound 3
2016-07-20 02:52:28,849 DEBUG [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:217 - PreDir 0
2016-07-20 02:52:28,849 DEBUG [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:218 - PostDir 0
2016-07-20 02:52:28,849 DEBUG [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:219 - VisFile 0
2016-07-20 02:52:28,849 DEBUG [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:220 - PreDir2 0
2016-07-20 02:52:28,849 DEBUG [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:221 - PostDir2 0
2016-07-20 02:52:28,849 DEBUG [tmmpool-main-task-thread-1] o.t.c.m.tasks.MovieUpdateDatasourceTask2:222 - VisFile2 0
2016-07-20 02:52:39,136 INFO  [tmmpool-scrape-thread-2] o.tinymediamanager.core.movie.MovieList:562 - =====================================================
2016-07-20 02:52:39,136 INFO  [tmmpool-scrape-thread-1] o.tinymediamanager.core.movie.MovieList:562 - =====================================================
2016-07-20 02:52:39,136 INFO  [tmmpool-scrape-thread-3] o.tinymediamanager.core.movie.MovieList:562 - =====================================================
2016-07-20 02:52:39,136 INFO  [tmmpool-scrape-thread-2] o.tinymediamanager.core.movie.MovieList:563 - Searching with scraper: imdb, 1.5
2016-07-20 02:52:39,136 INFO  [tmmpool-scrape-thread-1] o.tinymediamanager.core.movie.MovieList:563 - Searching with scraper: imdb, 1.5
2016-07-20 02:52:39,136 INFO  [tmmpool-scrape-thread-3] o.tinymediamanager.core.movie.MovieList:563 - Searching with scraper: imdb, 1.5
2016-07-20 02:52:39,136 INFO  [tmmpool-scrape-thread-2] o.tinymediamanager.core.movie.MovieList:564 - MediaSearchOptions[type=MOVIE,query=Others,year=2001,imdbId=,tmdbId=0,language=en,country=United States]
2016-07-20 02:52:39,136 INFO  [tmmpool-scrape-thread-1] o.tinymediamanager.core.movie.MovieList:564 - MediaSearchOptions[type=MOVIE,query=Godfather,year=1972,imdbId=,tmdbId=0,language=en,country=United States]
2016-07-20 02:52:39,136 INFO  [tmmpool-scrape-thread-3] o.tinymediamanager.core.movie.MovieList:564 - MediaSearchOptions[type=MOVIE,query=Revenant,year=2005,imdbId=,tmdbId=0,language=en,country=United States]
2016-07-20 02:52:39,136 INFO  [tmmpool-scrape-thread-2] o.tinymediamanager.core.movie.MovieList:565 - =====================================================
2016-07-20 02:52:39,136 INFO  [tmmpool-scrape-thread-1] o.tinymediamanager.core.movie.MovieList:565 - =====================================================
2016-07-20 02:52:39,136 INFO  [tmmpool-scrape-thread-3] o.tinymediamanager.core.movie.MovieList:565 - =====================================================
2016-07-20 02:52:39,136 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMetadataProvider:108 - search() MediaSearchOptions[type=MOVIE,query=Others,year=2001,imdbId=,tmdbId=0,language=en,country=United States]
2016-07-20 02:52:39,136 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMetadataProvider:108 - search() MediaSearchOptions[type=MOVIE,query=Godfather,year=1972,imdbId=,tmdbId=0,language=en,country=United States]
2016-07-20 02:52:39,136 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMetadataProvider:108 - search() MediaSearchOptions[type=MOVIE,query=Revenant,year=2005,imdbId=,tmdbId=0,language=en,country=United States]
2016-07-20 02:52:39,136 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:138 - ========= BEGIN IMDB Scraper Search for: http://www.imdb.com/find?q=Godfather&s=tt
2016-07-20 02:52:39,136 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:138 - ========= BEGIN IMDB Scraper Search for: http://www.imdb.com/find?q=Revenant&s=tt
2016-07-20 02:52:39,136 DEBUG [tmmpool-scrape-thread-1] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/find?q=Godfather&s=tt
2016-07-20 02:52:39,152 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:138 - ========= BEGIN IMDB Scraper Search for: http://www.imdb.com/find?q=Others&s=tt
2016-07-20 02:52:39,152 DEBUG [tmmpool-scrape-thread-2] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/find?q=Others&s=tt
2016-07-20 02:52:39,152 DEBUG [tmmpool-scrape-thread-3] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/find?q=Revenant&s=tt
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Others]=[1.0]
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Others]=[1.0]
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Others]=[1.0]
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Band of Brothers]=[0.625]
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Others]=[0.8333333]
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Brothers Grimsby]=[0.5]
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Mother's Day]=[0.5714286]
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][How I Met Your Mother]=[0.44444445]
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Revenant]=[0.2857143]
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other Woman]=[0.53333336]
2016-07-20 02:52:39,965 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Lives of Others]=[0.5882353]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Sleeping with Other People]=[0.33333334]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other Guys]=[0.5714286]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other Side of the Door]=[0.4]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Other People]=[0.5714286]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Love & Other Drugs]=[0.47058824]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Four Brothers]=[0.6666667]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other Wife]=[0.5714286]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Brothers]=[0.8333333]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Step Brothers]=[0.6666667]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][xXx: The Return of Xander Cage]=[0.26086956]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Not Another Teen Movie]=[0.4]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Another Period]=[0.5]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Blues Brothers]=[0.5555556]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other]=[0.72727275]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Fantastic Beasts and Where to Find Them]=[0.19354838]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other]=[0.72727275]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Big Brother]=[0.61538464]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Brothers Grimm]=[0.5555556]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Other Space]=[0.61538464]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other Boleyn Girl]=[0.42105263]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Others]=[0.8333333]
2016-07-20 02:52:39,980 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Fathers & Daughters]=[0.4]
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][O Brother, Where Art Thou?]=[0.3478261]
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][I'm Not Here]=[0.5]
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other Wife]=[0.5714286]
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Mothers and Daughters]=[0.47619048]
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][Inherent Vice]=[0.26666668]
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other Kingdom]=[0.47058824]
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Others][The Other Sister]=[0.5]
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:39,996 INFO  [tmmpool-scrape-thread-2] o.t.core.movie.tasks.MovieScrapeTask:239 - using treshold from settings of 0.99
2016-07-20 02:52:39,996 INFO  [tmmpool-scrape-thread-2] o.t.core.movie.tasks.MovieScrapeTask:185 - =====================================================
2016-07-20 02:52:39,996 INFO  [tmmpool-scrape-thread-2] o.t.core.movie.tasks.MovieScrapeTask:186 - Scraper metadata with scraper: imdb, 1.5
2016-07-20 02:52:39,996 INFO  [tmmpool-scrape-thread-2] o.t.core.movie.tasks.MovieScrapeTask:188 - MediaScrapeOptions[result=MediaSearchResult[providerId=imdb,url=<null>,title=Others,year=2008,originalTitle=<null>,id=<null>,score=0.99,imdbId=tt1084757,type=MOVIE,posterUrl=http://ia.media-imdb.com/images/M/MV5BMTYwNjYwMjAwOV5BMl5BanBnXkFtZTgwMTQ3MTM3MDE@._V1_UX200_AL_.jpg],ids={},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Large: ~1920x1080px,posterSize=Big: ~500x750px]
2016-07-20 02:52:39,996 INFO  [tmmpool-scrape-thread-2] o.t.core.movie.tasks.MovieScrapeTask:189 - =====================================================
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMetadataProvider:89 - getMetadata() MediaScrapeOptions[result=MediaSearchResult[providerId=imdb,url=<null>,title=Others,year=2008,originalTitle=<null>,id=<null>,score=0.99,imdbId=tt1084757,type=MOVIE,posterUrl=http://ia.media-imdb.com/images/M/MV5BMTYwNjYwMjAwOV5BMl5BanBnXkFtZTgwMTQ3MTM3MDE@._V1_UX200_AL_.jpg],ids={},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Large: ~1920x1080px,posterSize=Big: ~500x750px]
2016-07-20 02:52:39,996 DEBUG [tmmpool-scrape-thread-2] o.t.scraper.imdb.ImdbMovieParser:112 - IMDB: getMetadata(imdbId): tt1084757
2016-07-20 02:52:39,996 DEBUG [pool-2-thread-1] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/title/tt1084757/combined
2016-07-20 02:52:39,996 DEBUG [pool-2-thread-2] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/title/tt1084757/plotsummary
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather]=[0.8888889]
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Varalaaru]=[0.0]
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Godfather]=[1.0]
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Blood Father]=[0.7058824]
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather: Part II]=[0.72727275]
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather: Part III]=[0.6956522]
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][3 Godfathers]=[0.8888889]
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather]=[0.8888889]
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][F. Godfather]=[0.9411765]
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather II]=[0.84210527]
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Godfather]=[1.0]
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Godfather]=[1.0]
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Tokyo Godfathers]=[0.7619048]
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Grandfathered]=[0.6]
2016-07-20 02:52:40,090 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Last Godfather]=[0.7619048]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Three Godfathers]=[0.7619048]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfathers]=[0.84210527]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather]=[0.8888889]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Disco Godfather]=[0.8]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Good Father]=[0.7777778]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather Jr.]=[0.84210527]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][GODFather]=[1.0]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather]=[0.8888889]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Godfather]=[1.0]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Godfather]=[1.0]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Godfather]=[1.0]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Godfather]=[1.0]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather]=[0.8888889]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather]=[0.8888889]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather]=[0.8888889]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Texas Godfather]=[0.8]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather: Mob Wars]=[0.6956522]
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,105 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Black Godfather]=[0.72727275]
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather: A Novel for Television]=[0.47058824]
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather Legacy]=[0.6956522]
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Bonanno: A Godfather's Story]=[0.55172414]
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][Father and God Father]=[0.6363636]
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Three Godfathers]=[0.6956522]
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather Trilogy: 1901-1980]=[0.5]
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Godfather][The Godfather Squad]=[0.72727275]
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,121 INFO  [tmmpool-scrape-thread-1] o.t.core.movie.tasks.MovieScrapeTask:239 - using treshold from settings of 0.99
2016-07-20 02:52:40,121 INFO  [tmmpool-scrape-thread-1] o.t.core.movie.tasks.MovieScrapeTask:185 - =====================================================
2016-07-20 02:52:40,121 INFO  [tmmpool-scrape-thread-1] o.t.core.movie.tasks.MovieScrapeTask:186 - Scraper metadata with scraper: imdb, 1.5
2016-07-20 02:52:40,121 INFO  [tmmpool-scrape-thread-1] o.t.core.movie.tasks.MovieScrapeTask:188 - MediaScrapeOptions[result=MediaSearchResult[providerId=imdb,url=<null>,title=Godfather,year=2016,originalTitle=<null>,id=<null>,score=0.99,imdbId=tt5543318,type=MOVIE,posterUrl=http://ia.media-imdb.com/images/M/MV5BYmFhZDA5MTgtMzFlNS00NjAxLThkYjctN2JjMDY1YjY4NzM1XkEyXkFqcGdeQXVyMjI2NjIxNzA@._V1_UY200_AL_.jpg],ids={},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Large: ~1920x1080px,posterSize=Big: ~500x750px]
2016-07-20 02:52:40,121 INFO  [tmmpool-scrape-thread-1] o.t.core.movie.tasks.MovieScrapeTask:189 - =====================================================
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMetadataProvider:89 - getMetadata() MediaScrapeOptions[result=MediaSearchResult[providerId=imdb,url=<null>,title=Godfather,year=2016,originalTitle=<null>,id=<null>,score=0.99,imdbId=tt5543318,type=MOVIE,posterUrl=http://ia.media-imdb.com/images/M/MV5BYmFhZDA5MTgtMzFlNS00NjAxLThkYjctN2JjMDY1YjY4NzM1XkEyXkFqcGdeQXVyMjI2NjIxNzA@._V1_UY200_AL_.jpg],ids={},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Large: ~1920x1080px,posterSize=Big: ~500x750px]
2016-07-20 02:52:40,121 DEBUG [tmmpool-scrape-thread-1] o.t.scraper.imdb.ImdbMovieParser:112 - IMDB: getMetadata(imdbId): tt5543318
2016-07-20 02:52:40,121 DEBUG [pool-2-thread-4] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/title/tt5543318/combined
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Modern Vampires]=[0.10526316]
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][An American Ghost Story]=[0.08695652]
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Alien: Covenant]=[0.5555556]
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Covenant]=[0.625]
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenants]=[0.93333334]
2016-07-20 02:52:40,215 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenants]=[0.8235294]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Last Revenants]=[0.7]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Un revenant]=[0.93333334]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenants]=[0.93333334]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenant]=[1.0]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][Revenante]=[0.93333334]
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,230 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.util.MetadataUtil:53 - Similarity Score: [Revenant][The Revenant]=[0.875]
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:316 - no poster - downgrading score by 0.01
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:320 - parsed year does not match search result year - downgrading score by 0.01
2016-07-20 02:52:40,246 INFO  [tmmpool-scrape-thread-3] o.t.core.movie.tasks.MovieScrapeTask:239 - using treshold from settings of 0.99
2016-07-20 02:52:40,246 INFO  [tmmpool-scrape-thread-3] o.t.core.movie.tasks.MovieScrapeTask:185 - =====================================================
2016-07-20 02:52:40,246 INFO  [tmmpool-scrape-thread-3] o.t.core.movie.tasks.MovieScrapeTask:186 - Scraper metadata with scraper: imdb, 1.5
2016-07-20 02:52:40,246 INFO  [tmmpool-scrape-thread-3] o.t.core.movie.tasks.MovieScrapeTask:188 - MediaScrapeOptions[result=MediaSearchResult[providerId=imdb,url=<null>,title=Revenant,year=2014,originalTitle=<null>,id=<null>,score=0.99,imdbId=tt3801066,type=MOVIE,posterUrl=http://ia.media-imdb.com/images/M/MV5BMzExZDZjYWQtZTdlOS00M2E2LTk4ODUtNDFjYjY0M2Q4Yjk4XkEyXkFqcGdeQXVyMzY2NjYyODI@._V1_UX200_AL_.jpg],ids={},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Large: ~1920x1080px,posterSize=Big: ~500x750px]
2016-07-20 02:52:40,246 INFO  [tmmpool-scrape-thread-3] o.t.core.movie.tasks.MovieScrapeTask:189 - =====================================================
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMetadataProvider:89 - getMetadata() MediaScrapeOptions[result=MediaSearchResult[providerId=imdb,url=<null>,title=Revenant,year=2014,originalTitle=<null>,id=<null>,score=0.99,imdbId=tt3801066,type=MOVIE,posterUrl=http://ia.media-imdb.com/images/M/MV5BMzExZDZjYWQtZTdlOS00M2E2LTk4ODUtNDFjYjY0M2Q4Yjk4XkEyXkFqcGdeQXVyMzY2NjYyODI@._V1_UX200_AL_.jpg],ids={},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Large: ~1920x1080px,posterSize=Big: ~500x750px]
2016-07-20 02:52:40,246 DEBUG [tmmpool-scrape-thread-3] o.t.scraper.imdb.ImdbMovieParser:112 - IMDB: getMetadata(imdbId): tt3801066
2016-07-20 02:52:40,590 DEBUG [pool-2-thread-2] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/title/tt5543318/plotsummary
2016-07-20 02:52:41,184 DEBUG [pool-2-thread-2] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/title/tt3801066/combined
2016-07-20 02:52:41,199 DEBUG [pool-2-thread-1] o.t.s.tmdb.TmdbMovieMetadataProvider:232 - getMetadata() MediaScrapeOptions[result=<null>,ids={imdb=tt5543318},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Medium: ~1280x720px,posterSize=Medium: ~342x513px]
2016-07-20 02:52:41,199 DEBUG [pool-2-thread-3] o.t.s.tmdb.TmdbMovieMetadataProvider:232 - getMetadata() MediaScrapeOptions[result=<null>,ids={imdb=tt1084757},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Medium: ~1280x720px,posterSize=Medium: ~342x513px]
2016-07-20 02:52:41,199 DEBUG [pool-2-thread-3] o.t.s.tmdb.TmdbMovieMetadataProvider:269 - TMDB: getMetadata: tmdbId = 0; imdbId = tt1084757
2016-07-20 02:52:41,199 DEBUG [pool-2-thread-1] o.t.s.tmdb.TmdbMovieMetadataProvider:269 - TMDB: getMetadata: tmdbId = 0; imdbId = tt5543318
2016-07-20 02:52:41,277 DEBUG [pool-2-thread-4] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/title/tt3801066/plotsummary
2016-07-20 02:52:41,427 WARN  [pool-2-thread-3] o.t.s.tmdb.TmdbMovieMetadataProvider:303 - no result found
2016-07-20 02:52:41,427 DEBUG [pool-2-thread-3] o.t.s.tmdb.TmdbMovieMetadataProvider:232 - getMetadata() MediaScrapeOptions[result=<null>,ids={imdb=tt3801066},type=MOVIE,artworkType=ALL,language=en,country=United States,fanartSize=Medium: ~1280x720px,posterSize=Medium: ~342x513px]
2016-07-20 02:52:41,427 DEBUG [pool-2-thread-3] o.t.s.tmdb.TmdbMovieMetadataProvider:269 - TMDB: getMetadata: tmdbId = 0; imdbId = tt3801066
2016-07-20 02:52:41,646 WARN  [pool-2-thread-1] o.t.s.tmdb.TmdbMovieMetadataProvider:303 - no result found
2016-07-20 02:52:41,646 DEBUG [pool-2-thread-1] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/title/tt5543318/releaseinfo
2016-07-20 02:52:41,849 WARN  [pool-2-thread-3] o.t.s.tmdb.TmdbMovieMetadataProvider:303 - no result found
2016-07-20 02:52:41,912 DEBUG [pool-2-thread-3] org.tinymediamanager.scraper.http.Url:232 - getting http://www.imdb.com/title/tt3801066/releaseinfo
2016-07-20 02:52:42,474 INFO  [tmmpool-main-task-thread-2] o.t.core.movie.tasks.MovieScrapeTask:117 - Done scraping movies)
#5
yes, IMDB's search is crap! Big Grin

it also searches (and provides) translated content and Sorry, Ari has an original title of Godfather (http://www.imdb.com/title/tt5543318/combined) which has a search score (Levensthein difference) from a perfectly 1.0 (whereas The Godfather has a score of 0.889)

you probably also have the filter for only movie search deactivated because you get a episode title as result

dunno what we can tweak here without getting more false positives
tinyMediaManager - THE media manager of your choice - available for Windows, macOS and Linux
Help us translate tinyMediaManager at Weblate | Translations at 66%
Found a bug or want to submit a feature request? Contact us at GitLab
#6
Why not use the same logic as the TMDb's which works much better?
If it already uses the same logic and simply IMDb has much more movies, then first search TMDb to get the correct ID and then scrape IMDb data with that ID.

One thing I noticed is TMDb now misidentifies "Revenant (2015)" as "Un revenant (1946)". It used to identify the movie correctly before, so it must be the result of the tweak (flexible year search) of the new version.
To correct this case and the IMDb's issue, I'd suggest it, while detecting, downgrade by 0.5, not just 0.01, for movies with more than one year differences. Probably that tweak could handle most of wrong cases ("Sorry, Ari" would then only have 0.5).
#7
Automatic scrape can always lead to false positives, especially with IMDB.
Better always scrape manually - since you're doing this only once Wink

IMDB has a very picky search.
Be sure to always ACTIVATE "filterUnwantedCategories" - then we search only for movies, and you won't find "Sorry, Ari" (which is a TV episode)

Furthermore, you cannot search with any other ID beside the imdbID

I guess, we just need to take the year more into account, when compairing searchresults...
tinyMediaManager - THE media manager of your choice :)
Wanna help translate TMM ?
Image
#8
No, I was just suggesting an internal search algorithm for IMDb scraper. I noticed that once a movie was correctly scraped by TMDb, then rescraping it with IMDb works with almost no problem (if it's not TMDb ID, then it must be the known full name and year to search with). So my suggestion is if the user instructs to auto-scrape with IMDb, then first search TMDb internally and then search IMDb using the known full name and year for more correct results.

Yes, manual scraping works much safer and I use that when I have only a few new movies to scrape. But there are times you have to resort to auto-scraping like when you have hundreds of or thousands of movies to scrape. Unfortunately the current IMDb auto-search requires more work (for verifying and correcting the results) than manual search.
#9
What exactly are these two options for IMDb scraper meant to do?

Image

I thought it was for scraping movie set info (scrapeCollectionInfo) from TMDb (useTmdb), but I'm not sure after testing with four combinations of those settings.

- If you tick the former, I don't see any differences between ticking/unticking the latter. But whether to scrape movie set info can be handled by tick/unticking Movie Set field in scraper window. Then why is this needed? If you untick the former, you can't scrape movie set info even if you have "Movie Set" field ticked. Again why duplicate settings?

- If you tick the latter, it scrapes Plot/Outline/Tagline info from TMDb rather than IMDb (I need to rescrape my entire collection because of this). Is that intended or a bug?

Whatever they may mean, I'd appreciate if you put tootip to them just like the first option or add some descriptions about them to the wiki.
#10
This is how I am using TMM's IMDb scraper now.

First, scrape forced best match with TMDb scraper only for title (this is to collect IMDb ID for each movie).
Then, scrape forced best match with IMDb scraper for all tags (it finds the right movie using IMDb ID).
Finally, check every movies was scraped correctly.

This is very fast and works without issues in most cases.
#11
(2016-07-24, 08:28)tars Wrote: What exactly are these two options for IMDb scraper meant to do?

- scrapeCollectionInfo
IMDB has no MovieSet information - solely scrape that from TMDB

- useTMDB
scrape Title, OriginalTitle, Plot, Tagline & MovieSet with TMDB

You are right, the MovieSet is kinda redundand...
We might need to provide some hint to this checkbox...
tinyMediaManager - THE media manager of your choice :)
Wanna help translate TMM ?
Image
#12
The former is only redundant but the latter "use TMBb" option is misleading.
If that option is ticked, "scrape metadata for selected movies" command with IMDb scraper actually scrapes TMDb for the fields you listed.
Probably many people may not know that as it's not obvious from the command window where you can tick/untick every field.

Logout Mark Read Team Forum Stats Members Help
Movie Detection Problems: IMDb & TMDb scraper0