When adding new movies to my set, MC stalls, as it keeps scraping for some movie information, never finishing.
In my network monitor I can see that it tries to download something (continually) as it keeps a
connection open and uses bandwidth, I don't know what though.
To have MC continue scraping other movies, I reset my network connection (so it times out on the open connection),
and then it continues nicely on retrieving the rest of the movie-info & goes on w/ another movie, where it stall again...
Using fiddler I noticed that it always stalls AFTER requesting the imdb trailers page.
So requests I see are in order:
Result Protocol Host URL
200 HTTP
www.google.co.uk /search?hl=en&q=%3CBEVERLY+HILLS+COP+1984%3E+site%3Aimdb.com&meta=
301 HTTP
www.imdb.com /title/tt0086960
200 HTTP
www.imdb.com /title/tt0086960/
200 HTTP
www.imdb.com /title/tt0086960/plotsummary
200 HTTP
www.imdb.com /title/tt0086960/fullcredits
200 HTTP
www.imdb.com /title/tt0086960/trailers
---
--- HERE IT STALLS, AND I HAVE TO RESET THE CONNECTION. IT THEN CONTINUES WITH:
---
200 HTTP
www.google.com /custom?hl=en&client=pub-6811780361519631&cof=FORID%3A1%3BGL%3A1%3BLBGC%3A000000%3BBGC%3A%23000000%3BT%3A%23cccccc%3BLC%3A%2333cc33%3BVLC%3A%2333ff33%3BGALT%3A%2333CC33%3BGFNT%3A%23ffffff%3BGIMP%3A%23ffffff%3B&domains=www.impawards.com&ie=ISO-8859-1&oe=ISO-8859-1&q=beverly+hills+cop+1984&sitesearch=www.impawards.com
200 HTTP
www.impawards.com /1984/beverly_hills_cop.html
200 HTTP
www.impawards.com /1984/posters/beverly_hills_cop.jpg
200 HTTP api.themoviedb.org /2.0/Movie.imdbLookup?imdb_id=tt0086960&api_key=3f026194412846e530a208cf8a39e9cb
200 HTTP images.themoviedb.org /backdrops/11978/Beverly_Hills_Cop_v2_1920x1080.jpg
This is fully reproducable by my, also after reboot(s), and happens with ever new scrape.
It didn't before
Disabling the 'include IMDB trailer URL in NFO' doesn't make a difference (only order of request differs,
it will then request trailers before fullcredits)
Note that the imdb trailers page does not give me anything back (i'm in the Netherlands, a not supported country, so just a "no trailers for you" message)