I may have found a bug when scraping with this, though it has only happened on one movie.
I have EmberMM set to use the UK title of movies. With this title Banlieue 13 (2004) - IMDb when the info is scraped it appears in the importer as District 13 (2006) when it should be 2004. I found that this is due to the difference in the <year> and <releasedate> tags in the nfo as the release date in the UK was 2006.
I changed the release date to 2004 and it then scraped correctly. Shouldn't the scraper being using <year> rather than getting the year from the <releasedate> tag.
I am seeing this issue also. Is there any chance of looking at a fix for this?
EDIT: fixed it, took all of 30 seconds to change the 2 references to "releasedate" in the xml to "year", and voila!