XMBC Scraper - Does it work? (1 Viewer)

RoChess

Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Try out the new version 0.4.1.1 - turns out the scraper doesn't work with the details link at the end of the nfo file.

    And I could have fixed that, but since nobody cared to verify if my XBMC Scraper v1.0.2 contributions worked on a larger collection then my single test file, I can not work on any other fixes.

    Clahti hasn't responded for 5 weeks now, nobody is answering the SVN issue plea (#772 incase you wonder), nor did anybody reply in your App forum thread. You would think there is at least 1 person who uses the App that could verify if language and writer fields work correctly on a large collection.
     

    jmcentire

    Portal Pro
    November 7, 2008
    85
    136
    Home Country
    United States of America United States of America
    I would have suggested changing the scraper to work with it, but after rereading the xbmc format page it turns out the details url doesn't really help that much when all the information is already in the nfo.

    I assumed those people that wanted all this for their sort of multi seat setup would have gotten back to you. I wish I could help you out, but I don't actually use the nfo part of my app(i originally created it just to do the images).
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    I would have suggested changing the scraper to work with it, but after rereading the xbmc format page it turns out the details url doesn't really help that much when all the information is already in the nfo.

    I assumed those people that wanted all this for their sort of multi seat setup would have gotten back to you. I wish I could help you out, but I don't actually use the nfo part of my app(i originally created it just to do the images).

    Yeah, they just don't realize that they are doing a disservice to others who will never see this functionality be included in the official plugin, and eventually themselves. Ohh well :(
     

    harry3000

    New Member
    February 25, 2010
    2
    0
    bear with me as i'm only just getting into setting up mediaportal/moving pictures,
    i've just tried adding a handful of my movies, which have xbmc compatible nfo's, i've set the xbmc scraper to be the first in the list in setting... but after adding the videos it just, sits there thinking about something for quite a while.
    eventually the movies get added, but it's clearly going off t'internet and grabbing the info, rather than from the nfo.
    tried it with the scraper posted earlier in this thread.
    i'd post the debug log but it's 10 chuffing mb!

    re adding <writer> tags, dont think what you've done would be compatible with xbmc, they tend to use " / " as a seperator for multiple entries, eg:
    <genre>Comedy / Fantasy / Romance</genre>
    or
    <certification>USA:pG / UK:pG / Sweden:7 / Spain:T / South Korea:15 / Singapore:pG / Norway:10 / New Zealand:pG / Netherlands:AL / Ireland:15 / Iceland:L / Germany:6 / Finland:K-10 / Canada:pG / Canada:G / Australia:pG / Argentina:Atp</certification>

    actaully, looking closer at the nfo, isn't <credits> the same as writers?
    <credits>WGA / Danny Rubin / Harold Ramis</credits>
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    bear with me as i'm only just getting into setting up mediaportal/moving pictures,
    i've just tried adding a handful of my movies, which have xbmc compatible nfo's, i've set the xbmc scraper to be the first in the list in setting... but after adding the videos it just, sits there thinking about something for quite a while.
    eventually the movies get added, but it's clearly going off t'internet and grabbing the info, rather than from the nfo.
    tried it with the scraper posted earlier in this thread.
    i'd post the debug log but it's 10 chuffing mb!

    re adding <writer> tags, dont think what you've done would be compatible with xbmc, they tend to use " / " as a seperator for multiple entries, eg:
    <genre>Comedy / Fantasy / Romance</genre>
    or
    <certification>USA:pG / UK:pG / Sweden:7 / Spain:T / South Korea:15 / Singapore:pG / Norway:10 / New Zealand:pG / Netherlands:AL / Ireland:15 / Iceland:L / Germany:6 / Finland:K-10 / Canada:pG / Canada:G / Australia:pG / Argentina:Atp</certification>

    actaully, looking closer at the nfo, isn't <credits> the same as writers?
    <credits>WGA / Danny Rubin / Harold Ramis</credits>

    Big shortcoming on the official XBMC NFO format guide then @ Import - Export Library - XBMC

    I duplicated the <actor> node, because I envisioned that if XBMC were to pick it up, they would add in full support, including elements on screenplay/novel/etc, comparable to the <role> element for actors. Guess I need to communicate with jimcentire then to see about reworking everything. The credits node does seem to be the one, though they messed up with the WGA entry on yours.

    How did you obtain that info?
     

    harry3000

    New Member
    February 25, 2010
    2
    0
    Big shortcoming on the official XBMC NFO format guide then @ Import - Export Library - XBMC

    I duplicated the <actor> node, because I envisioned that if XBMC were to pick it up, they would add in full support, including elements on screenplay/novel/etc, comparable to the <role> element for actors. Guess I need to communicate with jimcentire then to see about reworking everything. The credits node does seem to be the one, though they messed up with the WGA entry on yours.

    How did you obtain that info?

    I used a third party tool (Ember Media Manager) to create the .nfo (and poster/fanart) - a "better" example might be: <?xml version="1.0" encoding=" - Xbmc_nfo_groundhogDay - EYiSwZJ3 - Pastebin.com which came out of xbmc directly

    in-case it helps anyone else - the scraper wasn't working because the nfo's Ember had created weren't playing nice, as soon as i overwrote them with one's out of xbmc (export the library from settings/videos/) it worked perfectly.
    Now to see how it gets on with my full 1000 movie collection!
     

    drealit

    Portal Pro
    March 15, 2008
    190
    17
    Hey Rochess, I noticed another issue regarding using the XBMC scraper as your primary source.

    With my setup I have the XBMC scraper as default (primary) and it works fine and dandy when there's an nfo file to pull from. However, if a new movie is added to my movie share, moving pictures will find it using the IMDB scraper (my secondary scraper) but it will not auto approve it because of the Advanced Options setting that specifically says only Auto Approve when a match is made with your primary scraper. So logically I turned off this setting... now when a new movie not already in the database is added, it will find it just fine with IMDB. HOOOWEVER, if I'm importing something that I already have a presetup nfo for... it will default to IMDB still and completely skip over the XBMC scraper.

    Any ideas on how to get around this because I would like to leave XBMC on as my primary scraper even though all my films have been imported.
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Hey Rochess, I noticed another issue regarding using the XBMC scraper as your primary source.

    With my setup I have the XBMC scraper as default (primary) and it works fine and dandy when there's an nfo file to pull from. However, if a new movie is added to my movie share, moving pictures will find it using the IMDB scraper (my secondary scraper) but it will not auto approve it because of the Advanced Options setting that specifically says only Auto Approve when a match is made with your primary scraper. So logically I turned off this setting... now when a new movie not already in the database is added, it will find it just fine with IMDB. HOOOWEVER, if I'm importing something that I already have a presetup nfo for... it will default to IMDB still and completely skip over the XBMC scraper.

    Any ideas on how to get around this because I would like to leave XBMC on as my primary scraper even though all my films have been imported.

    I'll see if I can speed up my own collection verification, because I have still not used the XBMC NFO creator application on my entire collection (only a small test one). Reason being is that I got quite a few movies that got auto-approved with the wrong match (before I smartened up to use [year] in title and/or NFO files). So I have to manually verify them :(

    Until then, I can not recreate your scenario, which makes it impossible for me to find a solution.

    I could however look at your debug files to see if the problem is in the scraper itself. But you need to run MediaPortal in debug mode, and turn MovingPictures scraper debug mode on (little green bug icon shows). And you need to recreate the problem in as few steps as possible. The import process runs multi-threaded by default, and it is a nightmare to sort out the log file then. So just (re)import a single movie that you have an XBMC NFO file for, so that I can see why the IMDb scraper takes auto-approval priority.
     

    drealit

    Portal Pro
    March 15, 2008
    190
    17
    Ok what I have done here was completely removed a movie from my database then unignored it and closed out of MovingPictures so it starts fresh.
    1. You're going to see me add the movie via the default method which is with XBMC.
    2. Then I'm going to set the 'AutoApprove only for Primary Scraper' to False so that it can handle and auto approve files that are not already in my share with an nfo file.
    3. I'm then going to send the file back to the importer so that it gets reimported.
    4. You should see it pull from IMDB even though there's a perfectly good nfo file sitting there.

    Keep in mind that my XBMC scraper (1.0.2) has been set as my primary scraper this entire time.

    I submitted it to the bug tracker.
    http://code.google.com/p/moving-pictures/issues/detail?id=793
     

    Attachments

    • XBMCvsIMDB-scraper.zip
      30.7 KB

    BlueBomber

    Portal Member
    February 1, 2010
    30
    0
    Home Country
    United States of America United States of America
    Hey Guys.

    Having trouble importing my .nfo files. I have disabled all scrapers except for the XBMC (Local) 1.0.2.

    All of my movies are ripped and in their own individual folder (which is named after the movie title), with VIDEO_TS and AUDIO_TS directories within them. All of my .nfo files are named movie.nfo, and are in the same directory as the VIDEO_TS and AUDIO_TS folders, along with the backdrop.jpg, folder.jpg, and a hyperlink to the corresponding IMDB detail page named details.url.

    Am I supposed to place the .nfo file within the VIDEO_TS directory?

    I'll try and post a log when I get home, unless anyone can think of what I am doing wrong.

    Thanks!

    EDIT:
    Here is the MovingPicture log from my last attempted import:
    04-Mar-2010 14:27:37 Debug [ DatabaseManager]: UPDATING: DBSetting: Automatically Aquire MediaInfo Details From Movies = "False"
    04-Mar-2010 14:27:41 Info [ MovieImporter]: Shutting Down Media Scanner Threads...
    04-Mar-2010 14:27:42 Info [ MovieImporter]: Shutting Down Path Scanner Thread...
    04-Mar-2010 14:27:42 Info [ MovieImporter]: Stopped MovieImporter
    04-Mar-2010 14:27:42 Info [ MovieImporter]: Started MovieImporter
    04-Mar-2010 14:27:42 Info [ MovieImporter]: Initiating full scan on watch folders.
    04-Mar-2010 14:27:42 Info [ MovieImporter]: Started watching '\\WHS\Movies' (Network) - Path is now being monitored for changes.
    04-Mar-2010 14:27:42 Debug [ DBImportPath]: Scanning: \\WHS\Movies
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: Futurama - Bender's Big Score.avi
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: Futurama - Bender's Game.avi
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: Futurama - The Beast With A Billion Backs.avi
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:43 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: Prison Break - The Final Break.avi
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:44 Debug [ DBImportPath]: New File: VIDEO_TS.IFO
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\(500) Days of Summer\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='7eeed57a8348902f'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\50 First Dates\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='4baf2aaecab15042'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\9\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='fa1928fca85aff69'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\A Charlie Brown Christmas\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='10dd427cff04b21a'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Aladdin\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='283c7cd419403550'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Army of Darkness\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='132acac1ad434ef2'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Atlantis - The Lost Empire\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='bc3dce48eae4d6bb'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Australia\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='7661e5e66c358e7c'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Away We Go\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='be7c1a5df1707c02'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Battle Royale\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='44c8e86aa865e925'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Brother Bear\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='26377f8239b986fa'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Bruno\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='35d625392f45935f'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Caddy Shack\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='f42301aedb1a270e'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Cheaper By The Dozen\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='13e6332306c040bb'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Christmas Vacation\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='bd0d03f4cc9387cc'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\City of God\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='8bc3d9ba777d3a96'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Clerks 2\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='bc0a56e20b7168'
    04-Mar-2010 14:27:45 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Clerks\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='3922c91a4cbe1dbf'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Coraline\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='2ac3804968da5b09'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Die Hard 2 - Die Harder\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='d522efb470790d7e'
    04-Mar-2010 14:27:46 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\9\movie.nfo
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Die Hard 3 - Die Hard With A Vengeance\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='dd51ae4e364c1be0'
    04-Mar-2010 14:27:46 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\(500) Days of Summer\movie.nfo
    04-Mar-2010 14:27:46 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\50 First Dates\movie.nfo
    04-Mar-2010 14:27:46 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Aladdin\movie.nfo
    04-Mar-2010 14:27:46 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\A Charlie Brown Christmas\movie.nfo
    04-Mar-2010 14:27:46 Debug [ NfoBuilder]: ImdbID Found: tt0343660
    04-Mar-2010 14:27:46 Debug [ NfoBuilder]: ImdbID Found: tt0472033
    04-Mar-2010 14:27:46 Debug [ NfoBuilder]: ImdbID Found: tt1022603
    04-Mar-2010 14:27:46 Debug [ NfoBuilder]: ImdbID Found: tt0103639
    04-Mar-2010 14:27:46 Debug [ NfoBuilder]: ImdbID Found: tt0059026
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Die Hard 4 - Live Free Or Die Hard\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='1615004c49015ce'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Die Hard\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='b67e2cca6751808'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\District 9\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='62ba3c57d1944d03'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Dr. Seuss' How The Grinch Stole Christmas\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='598c35d8438ad211'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Earth\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='bf7a9b7a7caa499f'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Elf\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='5db0b892edbc626a'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Enter The Dragon\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='1b1bc7f3500acdd0'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\FernGully - The Last Rainforest\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='78982e4beecaf374'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Final Fantasy VII - Advent Children\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='3eacef5a298c9454'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Forgetting Sarah Marshall\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='b8e3f369f26fe40f'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Frosty Returns\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='36efda37bb2109f8'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Frosty The Snowman\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='eb73ef7cb6f9ccc9'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Funny People\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='35299d9e83e0b4d7'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Futurama - Bender's Big Score\Futurama - Bender's Big Score.avi', Format='File', Hash='cc9eb3874b8e966f'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Futurama - Bender's Game\Futurama - Bender's Game.avi', Format='File', Hash='11eaa492193632c1'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Futurama - The Beast With A Billion Backs\Futurama - The Beast With A Billion Backs.avi', Format='File', Hash='36483c1589de1812'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\G.I. Joe - The Rise of Cobra\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='5674f25ba87a822d'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Ghosts of Girlfriends Past\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='39107ce20af90512'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Good Will Hunting\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='7b784b536a0841ad'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Gran Torino\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='a922804298212ca6'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Grumpier Old Men\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='2299fcc8d626a1f3'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Grumpy Old Men\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='9cd1881ca520cdbb'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Harry Potter - I - The Sorcerer's Stone\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='341517bd10b0ed61'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Harry Potter - II - The Chamber of Secrets\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='20f53d2340b34a10'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Harry Potter - III - The Prisoner of Azkaban\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='e9aa63ed90d4d58'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Harry Potter - IV - The Goblet of Fire\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='994ae04c868c8eae'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Harry Potter - V - The Order of The Phoenix\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='2ae6698cac489ef'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Hercules\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='d037a2762794c26d'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Home On The Range\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='3fcd86c1d1ed8669'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Hook\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='34870f95663a95b8'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Horton Hears A Who\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='1736bf5c774a113f'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Hot Rod\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='7e07f84b2cfa4e3c'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\How The Grinch Stole Christmas\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='f23469c5c470a6fc'
    04-Mar-2010 14:27:46 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\I Love You, Beth Cooper\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='e1bee70dd63fca08'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\I Love You, Man\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='6165519de6faf405'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Ice Age 3 - Dawn of The Dinosaurs\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='e029c0e8e89f6f89'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Indiana Jones - I - Raiders of The Lost Ark\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='316c3f2bde1b482d'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Indiana Jones - II - The Temple of Doom\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='2b05dcaa683c1562'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Indiana Jones - III - The Last Crusade\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='80c964666c31848d'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Indiana Jones - IV - The Kingdom of The Crystal Skull\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='94443a254fe10cac'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Inglorious Basterds\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='963f0f55bce9a353'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Interstella 55555\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='c93bca4542adb475'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\It's A Wonderful Life\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='2ecca37ad6f2671e'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\It's Christmastime Again, Charlie Brown\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='238d7e8c4634a7eb'
    04-Mar-2010 14:27:47 Debug [ ImdbBuilder]: Lookup Imdbid=tt1022603: Failed.
    04-Mar-2010 14:27:47 Debug [ DataProviderManager]: SEARCH: Title='(500) Days of Summer', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:47 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\(500) Days of Summer", Folder= "(500) Days of Summer", File= "VIDEO_TS.IFO", Keywords= "500 Days Summer", Title= "(500) Days of Summer", Year= 0, DiscId= "7eeed57a8348902f", MovieHash= "", ImdbId= "tt1022603"
    04-Mar-2010 14:27:47 Info [ MovieImporter]: No exact match for (500) Days of Summer
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Juno\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='d6e6194a035a71bc'
    04-Mar-2010 14:27:47 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Army of Darkness\movie.nfo
    04-Mar-2010 14:27:47 Debug [ NfoBuilder]: ImdbID Found: tt0106308
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Jurassic Park II - The Lost World\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='c2b3e7da8e78237d'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Jurassic Park III\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='e62425103562465d'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Jurassic Park\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='e970e13e03112736'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Kill Bill Vol 1\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='7f3c37a5ec80f24'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Kill Bill Vol 2\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='b5743f342cd976e2'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Knocked Up\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='5ee4f9695187f64'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Labyrinth\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='2b9170d9cc213b1d'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Land of The Lost\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='60eafb72ffe10c75'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Legally Blonde\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='11d0251f02b594c'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Letters From Iwo Jima\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='254d6b90fe17d907'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Mean Girls\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='122348f6f454ec3c'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Milk\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='c2ff3cb1d6df14a1'
    04-Mar-2010 14:27:47 Debug [ ImdbBuilder]: Lookup Imdbid=tt0472033: Title='9', Year=2009
    04-Mar-2010 14:27:47 Debug [ DataProviderManager]: SEARCH: Title='9', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:47 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\9", Folder= "9", File= "VIDEO_TS.IFO", Keywords= "9", Title= "9", Year= 2009, DiscId= "fa1928fca85aff69", MovieHash= "", ImdbId= "tt0472033"
    04-Mar-2010 14:27:47 Info [ MovieImporter]: No exact match for 9
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Miracle On 34th Street\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='f33ab292f00015ba'
    04-Mar-2010 14:27:47 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Atlantis - The Lost Empire\movie.nfo
    04-Mar-2010 14:27:47 Debug [ NfoBuilder]: ImdbID Found: tt0230011
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Mona Lisa Smile\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='7db1c5809e121b99'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Monsters Vs. Aliens\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='86d056bb7815860a'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Monsters, Inc\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='fa9bd1f970c74f43'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Nick And Nora's Infinite Playlist\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='62604f5909034ae4'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Night At The Museum 2 - Battle of The Smithsonian\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='ea5db8539ff76df'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Oliver & Company\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='eae10bed97d57943'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Ong-Bak - The Thai Warrior\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='bd082833e6b9077c'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Ong-Bak 2 - The Beginning\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='6456614259974c86'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Prison Break - The Final Break\Prison Break - The Final Break.avi', Format='File', Hash='1622b555d471cb1e'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Pulp Fiction\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='154e5c435e58e69d'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Rain Man\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='75df526028aa9cae'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Reservoir Dogs\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='c3c9fc9bd1e0fb8a'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Robin Hood\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='5803d9d566f90950'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Rudolph The Red-Nosed Reindeer\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='f83a8c8d9cb4ec01'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Sahara\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='5bad744a56c24989'
    04-Mar-2010 14:27:47 Debug [ ImdbBuilder]: Lookup Imdbid=tt0343660: Title='50 First Dates', Year=2004
    04-Mar-2010 14:27:47 Debug [ DataProviderManager]: SEARCH: Title='50 First Dates', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:47 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\50 First Dates", Folder= "50 First Dates", File= "VIDEO_TS.IFO", Keywords= "50 First Dates", Title= "50 First Dates", Year= 2004, DiscId= "4baf2aaecab15042", MovieHash= "", ImdbId= "tt0343660"
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Seven Pounds\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='d545b3ca3a21ec'
    04-Mar-2010 14:27:47 Info [ MovieImporter]: No exact match for 50 First Dates
    04-Mar-2010 14:27:47 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Australia\movie.nfo
    04-Mar-2010 14:27:47 Debug [ NfoBuilder]: No ImdbID Found.
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Sleeping Beauty\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='c81fac86665d7117'
    04-Mar-2010 14:27:47 Debug [ DataProviderManager]: SEARCH: Title='Australia', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:47 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Australia", Folder= "Australia", File= "VIDEO_TS.IFO", Keywords= "Australia", Title= "Australia", Year= 0, DiscId= "7661e5e66c358e7c", MovieHash= "", ImdbId= ""
    04-Mar-2010 14:27:47 Info [ MovieImporter]: No exact match for Australia
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Snatch\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='4dd909776fc9aa0a'
    04-Mar-2010 14:27:47 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Away We Go\movie.nfo
    04-Mar-2010 14:27:47 Debug [ NfoBuilder]: ImdbID Found: tt1176740
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Snow White And The Seven Dwarfs\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='4a8b78bc6d9ddb61'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Star Trek\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='8cb6920e14651d0'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Star Wars Episode I - The Phantom Menace\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='1e0a8761ac818112'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Star Wars Episode II - Attack of The Clones\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='d4a1e1b7b7a2d077'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Star Wars Episode III - Revenge of The Sith\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='2e88a7a23001c577'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Star Wars Episode IV - A New Hope\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='d9ba5ac420bbc279'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Star Wars Episode V - The Empire Strikes Back\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='a45e69f333550600'
    04-Mar-2010 14:27:47 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Star Wars Episode VI - Return of The Jedi\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='c6eed70edfde3832'
    04-Mar-2010 14:27:48 Debug [ ImdbBuilder]: Lookup Imdbid=tt0103639: Title='Aladdin', Year=1992
    04-Mar-2010 14:27:48 Debug [ DataProviderManager]: SEARCH: Title='Aladdin', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:48 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Aladdin", Folder= "Aladdin", File= "VIDEO_TS.IFO", Keywords= "Aladdin", Title= "Aladdin", Year= 1992, DiscId= "283c7cd419403550", MovieHash= "", ImdbId= "tt0103639"
    04-Mar-2010 14:27:48 Info [ MovieImporter]: No exact match for Aladdin
    04-Mar-2010 14:27:48 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Battle Royale\movie.nfo
    04-Mar-2010 14:27:48 Debug [ NfoBuilder]: ImdbID Found: tt0266308
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Superbad\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='4fcd89145bda4413'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Sweet Home Alabama\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='85dd511e16e23604'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Tarzan\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='15aa127cf5cacc2e'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Terminator 2 - Judgement Day\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='6218b23049e8c02b'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Terminator 3 - Rise of The Machines\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='6a1705a10f394506'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Terminator 4 - Salvation\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='236d480f6a9857d'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Terminator\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='a4902c791e6065e7'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Adventures of Ichabod And Mr. Toad\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='9b38b162df8e0d37'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Bourne Identity\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='b4a559ed16884674'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Brothers Grimm\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='45f729c79bf94c71'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Godfather Part II [Disc 1]\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='9466e8bcfe216b6'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Godfather Part II [Disc 2]\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='451246b3b6dbfb68'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Godfather Part III\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='e7da0fc893e9be3b'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Godfather\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='69e9dc835740601b'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Great Mouse Detective\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='760a7a7800048088'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Green Mile\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='9d89318b5d890bf6'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Hot Chick\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='a5dd88bbacff4481'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Invention of Lying\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='da8ef27b83effde4'
    04-Mar-2010 14:27:48 Debug [ ImdbBuilder]: Lookup Imdbid=tt0106308: Title='Army of Darkness', Year=1992
    04-Mar-2010 14:27:48 Debug [ DataProviderManager]: SEARCH: Title='Army of Darkness', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:48 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Army of Darkness", Folder= "Army of Darkness", File= "VIDEO_TS.IFO", Keywords= "Army Darkness", Title= "Army of Darkness", Year= 1992, DiscId= "132acac1ad434ef2", MovieHash= "", ImdbId= "tt0106308"
    04-Mar-2010 14:27:48 Info [ MovieImporter]: No exact match for Army of Darkness
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Jungle Book\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='7e1ce25dcdbc02b'
    04-Mar-2010 14:27:48 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Brother Bear\movie.nfo
    04-Mar-2010 14:27:48 Debug [ NfoBuilder]: ImdbID Found: tt0328880
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Last Samurai\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='c694c6a2b2603611'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Lion King\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='66cd5dfcdf728971'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Little Mermaid\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='339245181227c62'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Many Adventures of Winnie The Pooh\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='9ef3db11d096425f'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The NeverEnding Story\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='7af181906ef7817d'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Nightmare Before Christmas\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='e131ae7301b8854a'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Rescuers Down Under\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='5fc59961064d7632'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Rescuers\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='3b74f210e3615cf4'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Rock\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='6ed0f63e4c360e4f'
    04-Mar-2010 14:27:48 Debug [ ImdbBuilder]: Lookup Imdbid=tt0059026: Title='A Charlie Brown Christmas', Year=1965
    04-Mar-2010 14:27:48 Debug [ DataProviderManager]: SEARCH: Title='A Charlie Brown Christmas', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:48 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\A Charlie Brown Christmas", Folder= "A Charlie Brown Christmas", File= "VIDEO_TS.IFO", Keywords= "Charlie Brown Christmas", Title= "A Charlie Brown Christmas", Year= 1965, DiscId= "10dd427cff04b21a", MovieHash= "", ImdbId= "tt0059026"
    04-Mar-2010 14:27:48 Info [ MovieImporter]: No exact match for A Charlie Brown Christmas
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Shawshank Redemption\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='24e4fa06dfcf6a34'
    04-Mar-2010 14:27:48 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Bruno\movie.nfo
    04-Mar-2010 14:27:48 Debug [ NfoBuilder]: ImdbID Found: tt0889583
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Taking of Pelham 123\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='e3c90664b188430c'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Talented Mr. Ripley\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='7b6174e3f7ccd74b'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\The Ugly Truth\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='c0fcc39e8bc7cfda'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Tommy Boy\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='df3ab65b95b62360'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Tuck Everlasting\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='bfeae2da0267efe8'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Twilight\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='1e355e20a986fb48'
    04-Mar-2010 14:27:48 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Two Weeks Notice\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='93c353d4705d249e'
    04-Mar-2010 14:27:49 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Underworld 2 - Evolution\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='ebdef3c502664902'
    04-Mar-2010 14:27:49 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Underworld 3 - Rise of The Lycans\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='781c528fbbe08236'
    04-Mar-2010 14:27:49 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\Underworld\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='f7df195a82609790'
    04-Mar-2010 14:27:49 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\UP\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='a393b0f564de506c'
    04-Mar-2010 14:27:49 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\WALL-E\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='c30ae5be7f56ff65'
    04-Mar-2010 14:27:49 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\When Harry Met Sally\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='b98532864d0edb03'
    04-Mar-2010 14:27:49 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\White Christmas\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='10c3ccc40c326402'
    04-Mar-2010 14:27:49 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\White Oleander\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='d66449f720a690aa'
    04-Mar-2010 14:27:49 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\X-Men 2\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='f4c217440ffd7408'
    04-Mar-2010 14:27:49 Debug [VideoFormatExtension]: Identifier: Path='\\WHS\Movies\X-Men\VIDEO_TS\VIDEO_TS.IFO', Format='DVD', Hash='60850ad0453d9aa4'
    04-Mar-2010 14:27:49 Info [ FileSyncProcess]: File maintenance started in the background.
    04-Mar-2010 14:27:49 Info [DatabaseMaintenanceM]: Checking for invalid file entries in the database.
    04-Mar-2010 14:27:49 Info [DatabaseMaintenanceM]: Removed 0 file entries.
    04-Mar-2010 14:27:49 Info [ FileSyncProcess]: File maintenance finished. (0 seconds)
    04-Mar-2010 14:27:49 Debug [ ImdbBuilder]: Lookup Imdbid=tt1176740: Title='Away We Go', Year=2009
    04-Mar-2010 14:27:49 Debug [ DataProviderManager]: SEARCH: Title='Away We Go', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:49 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Away We Go", Folder= "Away We Go", File= "VIDEO_TS.IFO", Keywords= "Away We Go", Title= "Away We Go", Year= 2009, DiscId= "be7c1a5df1707c02", MovieHash= "", ImdbId= "tt1176740"
    04-Mar-2010 14:27:49 Info [ MovieImporter]: No exact match for Away We Go
    04-Mar-2010 14:27:49 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Caddy Shack\movie.nfo
    04-Mar-2010 14:27:49 Debug [ NfoBuilder]: ImdbID Found: tt0080487
    04-Mar-2010 14:27:49 Debug [ ImdbBuilder]: Lookup Imdbid=tt0230011: Title='Atlantis: The Lost Empire', Year=2001
    04-Mar-2010 14:27:49 Debug [ DataProviderManager]: SEARCH: Title='Atlantis: The Lost Empire', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:49 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Atlantis - The Lost Empire", Folder= "Atlantis - The Lost Empire", File= "VIDEO_TS.IFO", Keywords= "Atlantis Lost Empire", Title= "Atlantis: The Lost Empire", Year= 2001, DiscId= "bc3dce48eae4d6bb", MovieHash= "", ImdbId= "tt0230011"
    04-Mar-2010 14:27:49 Info [ MovieImporter]: No exact match for Atlantis - The Lost Empire
    04-Mar-2010 14:27:49 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Cheaper By The Dozen\movie.nfo
    04-Mar-2010 14:27:49 Debug [ NfoBuilder]: ImdbID Found: tt0349205
    04-Mar-2010 14:27:50 Debug [ ImdbBuilder]: Lookup Imdbid=tt0328880: Title='Brother Bear', Year=2003
    04-Mar-2010 14:27:50 Debug [ DataProviderManager]: SEARCH: Title='Brother Bear', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:50 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Brother Bear", Folder= "Brother Bear", File= "VIDEO_TS.IFO", Keywords= "Brother Bear", Title= "Brother Bear", Year= 2003, DiscId= "26377f8239b986fa", MovieHash= "", ImdbId= "tt0328880"
    04-Mar-2010 14:27:50 Info [ MovieImporter]: No exact match for Brother Bear
    04-Mar-2010 14:27:50 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Christmas Vacation\movie.nfo
    04-Mar-2010 14:27:50 Debug [ NfoBuilder]: ImdbID Found: tt0097958
    04-Mar-2010 14:27:50 Debug [ ImdbBuilder]: Lookup Imdbid=tt0889583: Title='Brüno', Year=2009
    04-Mar-2010 14:27:50 Debug [ DataProviderManager]: SEARCH: Title='Brüno', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:50 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Bruno", Folder= "Bruno", File= "VIDEO_TS.IFO", Keywords= "Brüno", Title= "Brüno", Year= 2009, DiscId= "35d625392f45935f", MovieHash= "", ImdbId= "tt0889583"
    04-Mar-2010 14:27:50 Info [ MovieImporter]: No exact match for Bruno
    04-Mar-2010 14:27:50 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\City of God\movie.nfo
    04-Mar-2010 14:27:50 Debug [ NfoBuilder]: ImdbID Found: tt0317248
    04-Mar-2010 14:27:51 Debug [ ImdbBuilder]: Lookup Imdbid=tt0266308: Title='Batoru rowaiaru', Year=2000
    04-Mar-2010 14:27:51 Debug [ DataProviderManager]: SEARCH: Title='Batoru rowaiaru', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:51 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Battle Royale", Folder= "Battle Royale", File= "VIDEO_TS.IFO", Keywords= "Batoru rowaiaru", Title= "Batoru rowaiaru", Year= 2000, DiscId= "44c8e86aa865e925", MovieHash= "", ImdbId= "tt0266308"
    04-Mar-2010 14:27:51 Info [ MovieImporter]: No exact match for Battle Royale
    04-Mar-2010 14:27:51 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Clerks 2\movie.nfo
    04-Mar-2010 14:27:51 Debug [ NfoBuilder]: ImdbID Found: tt0424345
    04-Mar-2010 14:27:51 Debug [ ImdbBuilder]: Lookup Imdbid=tt0349205: Title='Cheaper by the Dozen', Year=2003
    04-Mar-2010 14:27:51 Debug [ DataProviderManager]: SEARCH: Title='Cheaper by the Dozen', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:51 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Cheaper By The Dozen", Folder= "Cheaper By The Dozen", File= "VIDEO_TS.IFO", Keywords= "Cheaper by Dozen", Title= "Cheaper by the Dozen", Year= 2003, DiscId= "13e6332306c040bb", MovieHash= "", ImdbId= "tt0349205"
    04-Mar-2010 14:27:51 Info [ MovieImporter]: No exact match for Cheaper By The Dozen
    04-Mar-2010 14:27:51 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Clerks\movie.nfo
    04-Mar-2010 14:27:51 Debug [ NfoBuilder]: ImdbID Found: tt0109445
    04-Mar-2010 14:27:51 Debug [ ImdbBuilder]: Lookup Imdbid=tt0097958: Title='Christmas Vacation', Year=1989
    04-Mar-2010 14:27:51 Debug [ DataProviderManager]: SEARCH: Title='Christmas Vacation', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:51 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Christmas Vacation", Folder= "Christmas Vacation", File= "VIDEO_TS.IFO", Keywords= "Christmas Vacation", Title= "Christmas Vacation", Year= 1989, DiscId= "bd0d03f4cc9387cc", MovieHash= "", ImdbId= "tt0097958"
    04-Mar-2010 14:27:51 Info [ MovieImporter]: No exact match for Christmas Vacation
    04-Mar-2010 14:27:51 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Coraline\movie.nfo
    04-Mar-2010 14:27:51 Debug [ NfoBuilder]: ImdbID Found: tt0327597
    04-Mar-2010 14:27:52 Debug [ ImdbBuilder]: Lookup Imdbid=tt0080487: Title='Caddyshack', Year=1980
    04-Mar-2010 14:27:52 Debug [ DataProviderManager]: SEARCH: Title='Caddyshack', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:52 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Caddy Shack", Folder= "Caddy Shack", File= "VIDEO_TS.IFO", Keywords= "Caddyshack", Title= "Caddyshack", Year= 1980, DiscId= "f42301aedb1a270e", MovieHash= "", ImdbId= "tt0080487"
    04-Mar-2010 14:27:52 Info [ MovieImporter]: No exact match for Caddy Shack
    04-Mar-2010 14:27:52 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Die Hard 2 - Die Harder\movie.nfo
    04-Mar-2010 14:27:52 Debug [ NfoBuilder]: ImdbID Found: tt0099423
    04-Mar-2010 14:27:52 Debug [ ImdbBuilder]: Lookup Imdbid=tt0317248: Title='Cidade de Deus', Year=2002
    04-Mar-2010 14:27:52 Debug [ DataProviderManager]: SEARCH: Title='Cidade de Deus', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:52 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\City of God", Folder= "City of God", File= "VIDEO_TS.IFO", Keywords= "Cidade Deus", Title= "Cidade de Deus", Year= 2002, DiscId= "8bc3d9ba777d3a96", MovieHash= "", ImdbId= "tt0317248"
    04-Mar-2010 14:27:52 Info [ MovieImporter]: No exact match for City of God
    04-Mar-2010 14:27:52 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Die Hard 3 - Die Hard With A Vengeance\movie.nfo
    04-Mar-2010 14:27:52 Debug [ NfoBuilder]: ImdbID Found: tt0112864
    04-Mar-2010 14:27:52 Debug [ ImdbBuilder]: Lookup Imdbid=tt0424345: Title='Clerks II', Year=2006
    04-Mar-2010 14:27:52 Debug [ DataProviderManager]: SEARCH: Title='Clerks II', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:52 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Clerks 2", Folder= "Clerks 2", File= "VIDEO_TS.IFO", Keywords= "Clerks II", Title= "Clerks II", Year= 2006, DiscId= "bc0a56e20b7168", MovieHash= "", ImdbId= "tt0424345"
    04-Mar-2010 14:27:52 Info [ MovieImporter]: No exact match for Clerks 2
    04-Mar-2010 14:27:52 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Die Hard 4 - Live Free Or Die Hard\movie.nfo
    04-Mar-2010 14:27:52 Debug [ NfoBuilder]: ImdbID Found: tt0337978
    04-Mar-2010 14:27:53 Debug [ ImdbBuilder]: Lookup Imdbid=tt0109445: Title='Clerks.', Year=1994
    04-Mar-2010 14:27:53 Debug [ DataProviderManager]: SEARCH: Title='Clerks.', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:53 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Clerks", Folder= "Clerks", File= "VIDEO_TS.IFO", Keywords= "Clerks", Title= "Clerks.", Year= 1994, DiscId= "3922c91a4cbe1dbf", MovieHash= "", ImdbId= "tt0109445"
    04-Mar-2010 14:27:53 Info [ MovieImporter]: No exact match for Clerks
    04-Mar-2010 14:27:53 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Die Hard\movie.nfo
    04-Mar-2010 14:27:53 Debug [ NfoBuilder]: ImdbID Found: tt0095016
    04-Mar-2010 14:27:53 Debug [ ImdbBuilder]: Lookup Imdbid=tt0327597: Title='Coraline', Year=2009
    04-Mar-2010 14:27:53 Debug [ DataProviderManager]: SEARCH: Title='Coraline', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:53 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Coraline", Folder= "Coraline", File= "VIDEO_TS.IFO", Keywords= "Coraline", Title= "Coraline", Year= 2009, DiscId= "2ac3804968da5b09", MovieHash= "", ImdbId= "tt0327597"
    04-Mar-2010 14:27:53 Info [ MovieImporter]: No exact match for Coraline
    04-Mar-2010 14:27:53 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\District 9\movie.nfo
    04-Mar-2010 14:27:53 Debug [ NfoBuilder]: ImdbID Found: tt1136608
    04-Mar-2010 14:27:54 Debug [ ImdbBuilder]: Lookup Imdbid=tt0099423: Title='Die Hard 2', Year=1990
    04-Mar-2010 14:27:54 Debug [ DataProviderManager]: SEARCH: Title='Die Hard 2', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:54 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Die Hard 2 - Die Harder", Folder= "Die Hard 2 - Die Harder", File= "VIDEO_TS.IFO", Keywords= "Hard 2", Title= "Die Hard 2", Year= 1990, DiscId= "d522efb470790d7e", MovieHash= "", ImdbId= "tt0099423"
    04-Mar-2010 14:27:54 Info [ MovieImporter]: No exact match for Die Hard 2 - Die Harder
    04-Mar-2010 14:27:54 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Dr. Seuss' How The Grinch Stole Christmas\movie.nfo
    04-Mar-2010 14:27:54 Debug [ NfoBuilder]: ImdbID Found: tt0060345
    04-Mar-2010 14:27:54 Debug [ ImdbBuilder]: Lookup Imdbid=tt0337978: Title='Live Free or Die Hard', Year=2007
    04-Mar-2010 14:27:54 Debug [ DataProviderManager]: SEARCH: Title='Live Free or Die Hard', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:54 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Die Hard 4 - Live Free Or Die Hard", Folder= "Die Hard 4 - Live Free Or Die Hard", File= "VIDEO_TS.IFO", Keywords= "Live Free Hard", Title= "Live Free or Die Hard", Year= 2007, DiscId= "1615004c49015ce", MovieHash= "", ImdbId= "tt0337978"
    04-Mar-2010 14:27:54 Info [ MovieImporter]: No exact match for Die Hard 4 - Live Free Or Die Hard
    04-Mar-2010 14:27:54 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Earth\movie.nfo
    04-Mar-2010 14:27:54 Debug [ NfoBuilder]: ImdbID Found: tt0393597
    04-Mar-2010 14:27:54 Debug [ ImdbBuilder]: Lookup Imdbid=tt0095016: Title='Die Hard', Year=1988
    04-Mar-2010 14:27:54 Debug [ DataProviderManager]: SEARCH: Title='Die Hard', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:54 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Die Hard", Folder= "Die Hard", File= "VIDEO_TS.IFO", Keywords= "Hard", Title= "Die Hard", Year= 1988, DiscId= "b67e2cca6751808", MovieHash= "", ImdbId= "tt0095016"
    04-Mar-2010 14:27:54 Info [ MovieImporter]: No exact match for Die Hard
    04-Mar-2010 14:27:54 Debug [ ImdbBuilder]: Lookup Imdbid=tt0112864: Title='Die Hard: With a Vengeance', Year=1995
    04-Mar-2010 14:27:54 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Elf\movie.nfo
    04-Mar-2010 14:27:54 Debug [ DataProviderManager]: SEARCH: Title='Die Hard: With a Vengeance', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:54 Debug [ NfoBuilder]: ImdbID Found: tt0319343
    04-Mar-2010 14:27:54 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Die Hard 3 - Die Hard With A Vengeance", Folder= "Die Hard 3 - Die Hard With A Vengeance", File= "VIDEO_TS.IFO", Keywords= "Hard With Vengeance", Title= "Die Hard: With a Vengeance", Year= 1995, DiscId= "dd51ae4e364c1be0", MovieHash= "", ImdbId= "tt0112864"
    04-Mar-2010 14:27:54 Info [ MovieImporter]: No exact match for Die Hard 3 - Die Hard With A Vengeance
    04-Mar-2010 14:27:54 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Enter The Dragon\movie.nfo
    04-Mar-2010 14:27:54 Debug [ NfoBuilder]: ImdbID Found: tt0070034
    04-Mar-2010 14:27:55 Debug [ ImdbBuilder]: Lookup Imdbid=tt0319343: Title='Elf', Year=2003
    04-Mar-2010 14:27:55 Debug [ DataProviderManager]: SEARCH: Title='Elf', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:55 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Elf", Folder= "Elf", File= "VIDEO_TS.IFO", Keywords= "Elf", Title= "Elf", Year= 2003, DiscId= "5db0b892edbc626a", MovieHash= "", ImdbId= "tt0319343"
    04-Mar-2010 14:27:55 Info [ MovieImporter]: No exact match for Elf
    04-Mar-2010 14:27:55 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\FernGully - The Last Rainforest\movie.nfo
    04-Mar-2010 14:27:56 Debug [ NfoBuilder]: ImdbID Found: tt0104254
    04-Mar-2010 14:27:56 Debug [ ImdbBuilder]: Lookup Imdbid=tt1136608: Title='District 9', Year=2009
    04-Mar-2010 14:27:56 Debug [ DataProviderManager]: SEARCH: Title='District 9', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:56 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\District 9", Folder= "District 9", File= "VIDEO_TS.IFO", Keywords= "District 9", Title= "District 9", Year= 2009, DiscId= "62ba3c57d1944d03", MovieHash= "", ImdbId= "tt1136608"
    04-Mar-2010 14:27:56 Info [ MovieImporter]: No exact match for District 9
    04-Mar-2010 14:27:56 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Final Fantasy VII - Advent Children\movie.nfo
    04-Mar-2010 14:27:56 Debug [ NfoBuilder]: ImdbID Found: tt0385700
    04-Mar-2010 14:27:56 Debug [ ImdbBuilder]: Lookup Imdbid=tt0070034: Title='Enter the Dragon', Year=1973
    04-Mar-2010 14:27:56 Debug [ DataProviderManager]: SEARCH: Title='Enter the Dragon', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:56 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Enter The Dragon", Folder= "Enter The Dragon", File= "VIDEO_TS.IFO", Keywords= "Enter Dragon", Title= "Enter the Dragon", Year= 1973, DiscId= "1b1bc7f3500acdd0", MovieHash= "", ImdbId= "tt0070034"
    04-Mar-2010 14:27:56 Info [ MovieImporter]: No exact match for Enter The Dragon
    04-Mar-2010 14:27:56 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Forgetting Sarah Marshall\movie.nfo
    04-Mar-2010 14:27:56 Debug [ NfoBuilder]: ImdbID Found: tt0800039
    04-Mar-2010 14:27:57 Debug [ ImdbBuilder]: Lookup Imdbid=tt0385700: Title='Final Fantasy VII: Advent Children', Year=2005
    04-Mar-2010 14:27:57 Debug [ DataProviderManager]: SEARCH: Title='Final Fantasy VII: Advent Children', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:57 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Final Fantasy VII - Advent Children", Folder= "Final Fantasy VII - Advent Children", File= "VIDEO_TS.IFO", Keywords= "Final Fantasy VII Advent Children", Title= "Final Fantasy VII: Advent Children", Year= 2005, DiscId= "3eacef5a298c9454", MovieHash= "", ImdbId= "tt0385700"
    04-Mar-2010 14:27:57 Info [ MovieImporter]: No exact match for Final Fantasy VII - Advent Children
    04-Mar-2010 14:27:57 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Frosty Returns\movie.nfo
    04-Mar-2010 14:27:57 Debug [ NfoBuilder]: ImdbID Found: tt0106973
    04-Mar-2010 14:27:57 Debug [ ImdbBuilder]: Lookup Imdbid=tt0104254: Title='FernGully: The Last Rainforest', Year=1992
    04-Mar-2010 14:27:57 Debug [ DataProviderManager]: SEARCH: Title='FernGully: The Last Rainforest', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:57 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\FernGully - The Last Rainforest", Folder= "FernGully - The Last Rainforest", File= "VIDEO_TS.IFO", Keywords= "FernGully Last Rainforest", Title= "FernGully: The Last Rainforest", Year= 1992, DiscId= "78982e4beecaf374", MovieHash= "", ImdbId= "tt0104254"
    04-Mar-2010 14:27:57 Info [ MovieImporter]: No exact match for FernGully - The Last Rainforest
    04-Mar-2010 14:27:57 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Frosty The Snowman\movie.nfo
    04-Mar-2010 14:27:57 Debug [ NfoBuilder]: ImdbID Found: tt0064349
    04-Mar-2010 14:27:58 Debug [ ImdbBuilder]: Lookup Imdbid=tt0106973: Title='Frosty Returns', Year=1992
    04-Mar-2010 14:27:58 Debug [ DataProviderManager]: SEARCH: Title='Frosty Returns', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:58 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Frosty Returns", Folder= "Frosty Returns", File= "VIDEO_TS.IFO", Keywords= "Frosty Returns", Title= "Frosty Returns", Year= 1992, DiscId= "36efda37bb2109f8", MovieHash= "", ImdbId= "tt0106973"
    04-Mar-2010 14:27:58 Info [ MovieImporter]: No exact match for Frosty Returns
    04-Mar-2010 14:27:58 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Funny People\movie.nfo
    04-Mar-2010 14:27:58 Debug [ NfoBuilder]: ImdbID Found: tt1201167
    04-Mar-2010 14:27:58 Debug [ ImdbBuilder]: Lookup Imdbid=tt0064349: Title='Frosty the Snowman', Year=1969
    04-Mar-2010 14:27:58 Debug [ DataProviderManager]: SEARCH: Title='Frosty the Snowman', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:58 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Frosty The Snowman", Folder= "Frosty The Snowman", File= "VIDEO_TS.IFO", Keywords= "Frosty Snowman", Title= "Frosty the Snowman", Year= 1969, DiscId= "eb73ef7cb6f9ccc9", MovieHash= "", ImdbId= "tt0064349"
    04-Mar-2010 14:27:58 Info [ MovieImporter]: No exact match for Frosty The Snowman
    04-Mar-2010 14:27:58 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Futurama - Bender's Big Score\movie.nfo
    04-Mar-2010 14:27:58 Debug [ NfoBuilder]: ImdbID Found: tt0471711
    04-Mar-2010 14:27:58 Debug [ ImdbBuilder]: Lookup Imdbid=tt1201167: Title='Funny People', Year=2009
    04-Mar-2010 14:27:58 Debug [ DataProviderManager]: SEARCH: Title='Funny People', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:58 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Funny People", Folder= "Funny People", File= "VIDEO_TS.IFO", Keywords= "Funny People", Title= "Funny People", Year= 2009, DiscId= "35299d9e83e0b4d7", MovieHash= "", ImdbId= "tt1201167"
    04-Mar-2010 14:27:58 Info [ MovieImporter]: No exact match for Funny People
    04-Mar-2010 14:27:58 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Futurama - Bender's Game\movie.nfo
    04-Mar-2010 14:27:58 Debug [ NfoBuilder]: ImdbID Found: tt1054486
    04-Mar-2010 14:27:59 Debug [ ImdbBuilder]: Lookup Imdbid=tt0471711: Title='Futurama: Bender's Big Score', Year=2007
    04-Mar-2010 14:27:59 Debug [ DataProviderManager]: SEARCH: Title='Futurama: Bender's Big Score', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:59 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Futurama - Bender's Big Score", Folder= "Futurama - Bender's Big Score", File= "Futurama - Bender's Big Score.avi", Keywords= "Futurama Bender s Big Score", Title= "Futurama: Bender's Big Score", Year= 2007, DiscId= "", MovieHash= "cc9eb3874b8e966f", ImdbId= "tt0471711"
    04-Mar-2010 14:27:59 Info [ MovieImporter]: No exact match for Futurama - Bender's Big Score.avi
    04-Mar-2010 14:27:59 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Futurama - The Beast With A Billion Backs\movie.nfo
    04-Mar-2010 14:27:59 Debug [ NfoBuilder]: ImdbID Found: tt1054485
    04-Mar-2010 14:27:59 Debug [ ImdbBuilder]: Lookup Imdbid=tt1054486: Title='Futurama: Bender's Game', Year=2008
    04-Mar-2010 14:27:59 Debug [ DataProviderManager]: SEARCH: Title='Futurama: Bender's Game', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:59 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Futurama - Bender's Game", Folder= "Futurama - Bender's Game", File= "Futurama - Bender's Game.avi", Keywords= "Futurama Bender s Game", Title= "Futurama: Bender's Game", Year= 2008, DiscId= "", MovieHash= "11eaa492193632c1", ImdbId= "tt1054486"
    04-Mar-2010 14:27:59 Info [ MovieImporter]: No exact match for Futurama - Bender's Game.avi
    04-Mar-2010 14:27:59 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\G.I. Joe - The Rise of Cobra\movie.nfo
    04-Mar-2010 14:27:59 Debug [ NfoBuilder]: ImdbID Found: tt1046173
    04-Mar-2010 14:27:59 Debug [ ImdbBuilder]: Lookup Imdbid=tt1054485: Title='Futurama: The Beast with a Billion Backs', Year=2008
    04-Mar-2010 14:27:59 Debug [ DataProviderManager]: SEARCH: Title='Futurama: The Beast with a Billion Backs', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:27:59 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Futurama - The Beast With A Billion Backs", Folder= "Futurama - The Beast With A Billion Backs", File= "Futurama - The Beast With A Billion Backs.avi", Keywords= "Futurama Beast with Billion Backs", Title= "Futurama: The Beast with a Billion Backs", Year= 2008, DiscId= "", MovieHash= "36483c1589de1812", ImdbId= "tt1054485"
    04-Mar-2010 14:27:59 Info [ MovieImporter]: No exact match for Futurama - The Beast With A Billion Backs.avi
    04-Mar-2010 14:27:59 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Ghosts of Girlfriends Past\movie.nfo
    04-Mar-2010 14:27:59 Debug [ NfoBuilder]: ImdbID Found: tt0821640
    04-Mar-2010 14:28:00 Debug [ ImdbBuilder]: Lookup Imdbid=tt1046173: Title='G.I. Joe: The Rise of Cobra', Year=2009
    04-Mar-2010 14:28:00 Debug [ DataProviderManager]: SEARCH: Title='G.I. Joe: The Rise of Cobra', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:00 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\G.I. Joe - The Rise of Cobra", Folder= "G.I. Joe - The Rise of Cobra", File= "VIDEO_TS.IFO", Keywords= "G I Joe Rise Cobra", Title= "G.I. Joe: The Rise of Cobra", Year= 2009, DiscId= "5674f25ba87a822d", MovieHash= "", ImdbId= "tt1046173"
    04-Mar-2010 14:28:00 Info [ MovieImporter]: No exact match for G.I. Joe - The Rise of Cobra
    04-Mar-2010 14:28:00 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Good Will Hunting\movie.nfo
    04-Mar-2010 14:28:00 Debug [ NfoBuilder]: ImdbID Found: tt0119217
    04-Mar-2010 14:28:00 Debug [ ImdbBuilder]: Lookup Imdbid=tt0821640: Title='Ghosts of Girlfriends Past', Year=2009
    04-Mar-2010 14:28:00 Debug [ DataProviderManager]: SEARCH: Title='Ghosts of Girlfriends Past', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:00 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Ghosts of Girlfriends Past", Folder= "Ghosts of Girlfriends Past", File= "VIDEO_TS.IFO", Keywords= "Ghosts Girlfriends Past", Title= "Ghosts of Girlfriends Past", Year= 2009, DiscId= "39107ce20af90512", MovieHash= "", ImdbId= "tt0821640"
    04-Mar-2010 14:28:00 Info [ MovieImporter]: No exact match for Ghosts of Girlfriends Past
    04-Mar-2010 14:28:00 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Gran Torino\movie.nfo
    04-Mar-2010 14:28:00 Debug [ NfoBuilder]: ImdbID Found: tt1205489
    04-Mar-2010 14:28:01 Debug [ ImdbBuilder]: Lookup Imdbid=tt0119217: Title='Good Will Hunting', Year=1997
    04-Mar-2010 14:28:01 Debug [ DataProviderManager]: SEARCH: Title='Good Will Hunting', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:01 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Good Will Hunting", Folder= "Good Will Hunting", File= "VIDEO_TS.IFO", Keywords= "Good Will Hunting", Title= "Good Will Hunting", Year= 1997, DiscId= "7b784b536a0841ad", MovieHash= "", ImdbId= "tt0119217"
    04-Mar-2010 14:28:01 Info [ MovieImporter]: No exact match for Good Will Hunting
    04-Mar-2010 14:28:01 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Grumpier Old Men\movie.nfo
    04-Mar-2010 14:28:01 Debug [ NfoBuilder]: ImdbID Found: tt0113228
    04-Mar-2010 14:28:01 Debug [ ImdbBuilder]: Lookup Imdbid=tt1205489: Title='Gran Torino', Year=2008
    04-Mar-2010 14:28:01 Debug [ DataProviderManager]: SEARCH: Title='Gran Torino', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:01 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Gran Torino", Folder= "Gran Torino", File= "VIDEO_TS.IFO", Keywords= "Gran Torino", Title= "Gran Torino", Year= 2008, DiscId= "a922804298212ca6", MovieHash= "", ImdbId= "tt1205489"
    04-Mar-2010 14:28:01 Info [ MovieImporter]: No exact match for Gran Torino
    04-Mar-2010 14:28:01 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Grumpy Old Men\movie.nfo
    04-Mar-2010 14:28:01 Debug [ NfoBuilder]: ImdbID Found: tt0107050
    04-Mar-2010 14:28:01 Debug [ ImdbBuilder]: Lookup Imdbid=tt0113228: Title='Grumpier Old Men', Year=1995
    04-Mar-2010 14:28:01 Debug [ DataProviderManager]: SEARCH: Title='Grumpier Old Men', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:01 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Grumpier Old Men", Folder= "Grumpier Old Men", File= "VIDEO_TS.IFO", Keywords= "Grumpier Old Men", Title= "Grumpier Old Men", Year= 1995, DiscId= "2299fcc8d626a1f3", MovieHash= "", ImdbId= "tt0113228"
    04-Mar-2010 14:28:01 Info [ MovieImporter]: No exact match for Grumpier Old Men
    04-Mar-2010 14:28:01 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Harry Potter - I - The Sorcerer's Stone\movie.nfo
    04-Mar-2010 14:28:01 Debug [ NfoBuilder]: ImdbID Found: tt0241527
    04-Mar-2010 14:28:02 Debug [ ImdbBuilder]: Lookup Imdbid=tt0107050: Title='Grumpy Old Men', Year=1993
    04-Mar-2010 14:28:02 Debug [ DataProviderManager]: SEARCH: Title='Grumpy Old Men', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:02 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Grumpy Old Men", Folder= "Grumpy Old Men", File= "VIDEO_TS.IFO", Keywords= "Grumpy Old Men", Title= "Grumpy Old Men", Year= 1993, DiscId= "9cd1881ca520cdbb", MovieHash= "", ImdbId= "tt0107050"
    04-Mar-2010 14:28:02 Info [ MovieImporter]: No exact match for Grumpy Old Men
    04-Mar-2010 14:28:02 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Harry Potter - II - The Chamber of Secrets\movie.nfo
    04-Mar-2010 14:28:02 Debug [ NfoBuilder]: ImdbID Found: tt0295297
    04-Mar-2010 14:28:02 Debug [ ImdbBuilder]: Lookup Imdbid=tt0241527: Title='Harry Potter and the Sorcerer's Stone', Year=2001
    04-Mar-2010 14:28:02 Debug [ DataProviderManager]: SEARCH: Title='Harry Potter and the Sorcerer's Stone', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:02 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Harry Potter - I - The Sorcerer's Stone", Folder= "Harry Potter - I - The Sorcerer's Stone", File= "VIDEO_TS.IFO", Keywords= "Harry Potter Sorcerer s Stone", Title= "Harry Potter and the Sorcerer's Stone", Year= 2001, DiscId= "341517bd10b0ed61", MovieHash= "", ImdbId= "tt0241527"
    04-Mar-2010 14:28:02 Info [ MovieImporter]: No exact match for Harry Potter - I - The Sorcerer's Stone
    04-Mar-2010 14:28:02 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Harry Potter - III - The Prisoner of Azkaban\movie.nfo
    04-Mar-2010 14:28:02 Debug [ NfoBuilder]: ImdbID Found: tt0304141
    04-Mar-2010 14:28:02 Debug [ ImdbBuilder]: Lookup Imdbid=tt0295297: Title='Harry Potter and the Chamber of Secrets', Year=2002
    04-Mar-2010 14:28:02 Debug [ DataProviderManager]: SEARCH: Title='Harry Potter and the Chamber of Secrets', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:02 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Harry Potter - II - The Chamber of Secrets", Folder= "Harry Potter - II - The Chamber of Secrets", File= "VIDEO_TS.IFO", Keywords= "Harry Potter Chamber Secrets", Title= "Harry Potter and the Chamber of Secrets", Year= 2002, DiscId= "20f53d2340b34a10", MovieHash= "", ImdbId= "tt0295297"
    04-Mar-2010 14:28:02 Info [ MovieImporter]: No exact match for Harry Potter - II - The Chamber of Secrets
    04-Mar-2010 14:28:02 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Harry Potter - IV - The Goblet of Fire\movie.nfo
    04-Mar-2010 14:28:02 Debug [ NfoBuilder]: ImdbID Found: tt0330373
    04-Mar-2010 14:28:03 Debug [ ImdbBuilder]: Lookup Imdbid=tt0304141: Title='Harry Potter and the Prisoner of Azkaban', Year=2004
    04-Mar-2010 14:28:03 Debug [ DataProviderManager]: SEARCH: Title='Harry Potter and the Prisoner of Azkaban', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:03 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Harry Potter - III - The Prisoner of Azkaban", Folder= "Harry Potter - III - The Prisoner of Azkaban", File= "VIDEO_TS.IFO", Keywords= "Harry Potter Prisoner Azkaban", Title= "Harry Potter and the Prisoner of Azkaban", Year= 2004, DiscId= "e9aa63ed90d4d58", MovieHash= "", ImdbId= "tt0304141"
    04-Mar-2010 14:28:03 Info [ MovieImporter]: No exact match for Harry Potter - III - The Prisoner of Azkaban
    04-Mar-2010 14:28:03 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Harry Potter - V - The Order of The Phoenix\movie.nfo
    04-Mar-2010 14:28:03 Debug [ NfoBuilder]: ImdbID Found: tt0373889
    04-Mar-2010 14:28:03 Debug [ ImdbBuilder]: Lookup Imdbid=tt0330373: Title='Harry Potter and the Goblet of Fire', Year=2005
    04-Mar-2010 14:28:03 Debug [ DataProviderManager]: SEARCH: Title='Harry Potter and the Goblet of Fire', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:03 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Harry Potter - IV - The Goblet of Fire", Folder= "Harry Potter - IV - The Goblet of Fire", File= "VIDEO_TS.IFO", Keywords= "Harry Potter Goblet Fire", Title= "Harry Potter and the Goblet of Fire", Year= 2005, DiscId= "994ae04c868c8eae", MovieHash= "", ImdbId= "tt0330373"
    04-Mar-2010 14:28:03 Info [ MovieImporter]: No exact match for Harry Potter - IV - The Goblet of Fire
    04-Mar-2010 14:28:03 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Hercules\movie.nfo
    04-Mar-2010 14:28:03 Debug [ NfoBuilder]: ImdbID Found: tt0119282
    04-Mar-2010 14:28:04 Debug [ ImdbBuilder]: Lookup Imdbid=tt0119282: Title='Hercules', Year=1997
    04-Mar-2010 14:28:04 Debug [ DataProviderManager]: SEARCH: Title='Hercules', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:04 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Hercules", Folder= "Hercules", File= "VIDEO_TS.IFO", Keywords= "Hercules", Title= "Hercules", Year= 1997, DiscId= "d037a2762794c26d", MovieHash= "", ImdbId= "tt0119282"
    04-Mar-2010 14:28:04 Info [ MovieImporter]: No exact match for Hercules
    04-Mar-2010 14:28:04 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Home On The Range\movie.nfo
    04-Mar-2010 14:28:04 Debug [ NfoBuilder]: ImdbID Found: tt0299172
    04-Mar-2010 14:28:05 Debug [ ImdbBuilder]: Lookup Imdbid=tt0299172: Title='Home on the Range', Year=2004
    04-Mar-2010 14:28:05 Debug [ DataProviderManager]: SEARCH: Title='Home on the Range', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:05 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Home On The Range", Folder= "Home On The Range", File= "VIDEO_TS.IFO", Keywords= "Home on Range", Title= "Home on the Range", Year= 2004, DiscId= "3fcd86c1d1ed8669", MovieHash= "", ImdbId= "tt0299172"
    04-Mar-2010 14:28:05 Info [ MovieImporter]: No exact match for Home On The Range
    04-Mar-2010 14:28:05 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Hook\movie.nfo
    04-Mar-2010 14:28:05 Debug [ NfoBuilder]: ImdbID Found: tt0102057
    04-Mar-2010 14:28:05 Debug [ ImdbBuilder]: Lookup Imdbid=tt0102057: Title='Hook', Year=1991
    04-Mar-2010 14:28:05 Debug [ DataProviderManager]: SEARCH: Title='Hook', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:05 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Hook", Folder= "Hook", File= "VIDEO_TS.IFO", Keywords= "Hook", Title= "Hook", Year= 1991, DiscId= "34870f95663a95b8", MovieHash= "", ImdbId= "tt0102057"
    04-Mar-2010 14:28:05 Info [ MovieImporter]: No exact match for Hook
    04-Mar-2010 14:28:05 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Horton Hears A Who\movie.nfo
    04-Mar-2010 14:28:05 Debug [ NfoBuilder]: ImdbID Found: tt0451079
    04-Mar-2010 14:28:06 Debug [ ImdbBuilder]: Lookup Imdbid=tt0451079: Title='Horton Hears a Who!', Year=2008
    04-Mar-2010 14:28:06 Debug [ DataProviderManager]: SEARCH: Title='Horton Hears a Who!', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:06 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Horton Hears A Who", Folder= "Horton Hears A Who", File= "VIDEO_TS.IFO", Keywords= "Horton Hears Who", Title= "Horton Hears a Who!", Year= 2008, DiscId= "1736bf5c774a113f", MovieHash= "", ImdbId= "tt0451079"
    04-Mar-2010 14:28:06 Info [ MovieImporter]: No exact match for Horton Hears A Who
    04-Mar-2010 14:28:06 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Hot Rod\movie.nfo
    04-Mar-2010 14:28:06 Debug [ NfoBuilder]: ImdbID Found: tt0787475
    04-Mar-2010 14:28:07 Debug [ ImdbBuilder]: Lookup Imdbid=tt0787475: Title='Hot Rod', Year=2007
    04-Mar-2010 14:28:07 Debug [ DataProviderManager]: SEARCH: Title='Hot Rod', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:07 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Hot Rod", Folder= "Hot Rod", File= "VIDEO_TS.IFO", Keywords= "Hot Rod", Title= "Hot Rod", Year= 2007, DiscId= "7e07f84b2cfa4e3c", MovieHash= "", ImdbId= "tt0787475"
    04-Mar-2010 14:28:07 Info [ MovieImporter]: No exact match for Hot Rod
    04-Mar-2010 14:28:07 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\How The Grinch Stole Christmas\movie.nfo
    04-Mar-2010 14:28:07 Debug [ NfoBuilder]: ImdbID Found: tt0170016
    04-Mar-2010 14:28:08 Debug [ ImdbBuilder]: Lookup Imdbid=tt0170016: Title='How the Grinch Stole Christmas', Year=2000
    04-Mar-2010 14:28:08 Debug [ DataProviderManager]: SEARCH: Title='How the Grinch Stole Christmas', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:08 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\How The Grinch Stole Christmas", Folder= "How The Grinch Stole Christmas", File= "VIDEO_TS.IFO", Keywords= "How Grinch Stole Christmas", Title= "How the Grinch Stole Christmas", Year= 2000, DiscId= "f23469c5c470a6fc", MovieHash= "", ImdbId= "tt0170016"
    04-Mar-2010 14:28:08 Info [ MovieImporter]: No exact match for How The Grinch Stole Christmas
    04-Mar-2010 14:28:08 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\I Love You, Beth Cooper\movie.nfo
    04-Mar-2010 14:28:08 Debug [ NfoBuilder]: ImdbID Found: tt1032815
    04-Mar-2010 14:28:08 Warn [ WebGrabber]: Connection failed: Reached retry limit of 3. URL=http://www.imdb.com/title/tt0060345
    04-Mar-2010 14:28:08 Debug [ DataProviderManager]: SEARCH: Title='Dr Seuss' How The Grinch Stole Christmas', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:08 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Dr. Seuss' How The Grinch Stole Christmas", Folder= "Dr. Seuss' How The Grinch Stole Christmas", File= "VIDEO_TS.IFO", Keywords= "Dr Seuss How Grinch Stole Christmas", Title= "Dr Seuss' How The Grinch Stole Christmas", Year= 0, DiscId= "598c35d8438ad211", MovieHash= "", ImdbId= "tt0060345"
    04-Mar-2010 14:28:08 Info [ MovieImporter]: No exact match for Dr. Seuss' How The Grinch Stole Christmas
    04-Mar-2010 14:28:08 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\I Love You, Man\movie.nfo
    04-Mar-2010 14:28:08 Debug [ NfoBuilder]: ImdbID Found: tt1155056
    04-Mar-2010 14:28:08 Warn [ WebGrabber]: Connection failed: Reached retry limit of 3. URL=http://www.imdb.com/title/tt0393597
    04-Mar-2010 14:28:08 Debug [ DataProviderManager]: SEARCH: Title='Earth', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:08 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Earth", Folder= "Earth", File= "VIDEO_TS.IFO", Keywords= "Earth", Title= "Earth", Year= 0, DiscId= "bf7a9b7a7caa499f", MovieHash= "", ImdbId= "tt0393597"
    04-Mar-2010 14:28:08 Info [ MovieImporter]: No exact match for Earth
    04-Mar-2010 14:28:08 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Ice Age 3 - Dawn of The Dinosaurs\movie.nfo
    04-Mar-2010 14:28:08 Debug [ NfoBuilder]: ImdbID Found: tt1080016
    04-Mar-2010 14:28:09 Debug [ ImdbBuilder]: Lookup Imdbid=tt1032815: Title='I Love You, Beth Cooper', Year=2009
    04-Mar-2010 14:28:09 Debug [ DataProviderManager]: SEARCH: Title='I Love You, Beth Cooper', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:09 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\I Love You, Beth Cooper", Folder= "I Love You, Beth Cooper", File= "VIDEO_TS.IFO", Keywords= "I Love You Beth Cooper", Title= "I Love You, Beth Cooper", Year= 2009, DiscId= "e1bee70dd63fca08", MovieHash= "", ImdbId= "tt1032815"
    04-Mar-2010 14:28:09 Info [ MovieImporter]: No exact match for I Love You, Beth Cooper
    04-Mar-2010 14:28:09 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Indiana Jones - I - Raiders of The Lost Ark\movie.nfo
    04-Mar-2010 14:28:09 Debug [ NfoBuilder]: ImdbID Found: tt0082971
    04-Mar-2010 14:28:09 Debug [ ImdbBuilder]: Lookup Imdbid=tt0082971: Title='Raiders of the Lost Ark', Year=1981
    04-Mar-2010 14:28:09 Debug [ DataProviderManager]: SEARCH: Title='Raiders of the Lost Ark', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:09 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Indiana Jones - I - Raiders of The Lost Ark", Folder= "Indiana Jones - I - Raiders of The Lost Ark", File= "VIDEO_TS.IFO", Keywords= "Raiders Lost Ark", Title= "Raiders of the Lost Ark", Year= 1981, DiscId= "316c3f2bde1b482d", MovieHash= "", ImdbId= "tt0082971"
    04-Mar-2010 14:28:09 Info [ MovieImporter]: No exact match for Indiana Jones - I - Raiders of The Lost Ark
    04-Mar-2010 14:28:09 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Indiana Jones - II - The Temple of Doom\movie.nfo
    04-Mar-2010 14:28:09 Debug [ NfoBuilder]: ImdbID Found: tt0087469
    04-Mar-2010 14:28:09 Debug [ ImdbBuilder]: Lookup Imdbid=tt1080016: Title='Ice Age: Dawn of the Dinosaurs', Year=2009
    04-Mar-2010 14:28:09 Debug [ DataProviderManager]: SEARCH: Title='Ice Age: Dawn of the Dinosaurs', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:09 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Ice Age 3 - Dawn of The Dinosaurs", Folder= "Ice Age 3 - Dawn of The Dinosaurs", File= "VIDEO_TS.IFO", Keywords= "Ice Age Dawn Dinosaurs", Title= "Ice Age: Dawn of the Dinosaurs", Year= 2009, DiscId= "e029c0e8e89f6f89", MovieHash= "", ImdbId= "tt1080016"
    04-Mar-2010 14:28:09 Info [ MovieImporter]: No exact match for Ice Age 3 - Dawn of The Dinosaurs
    04-Mar-2010 14:28:09 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Indiana Jones - III - The Last Crusade\movie.nfo
    04-Mar-2010 14:28:09 Debug [ NfoBuilder]: ImdbID Found: tt0097576
    04-Mar-2010 14:28:10 Warn [ WebGrabber]: Connection failed: Reached retry limit of 3. URL=http://www.imdb.com/title/tt0800039
    04-Mar-2010 14:28:10 Debug [ DataProviderManager]: SEARCH: Title='Forgetting Sarah Marshall', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:10 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Forgetting Sarah Marshall", Folder= "Forgetting Sarah Marshall", File= "VIDEO_TS.IFO", Keywords= "Forgetting Sarah Marshall", Title= "Forgetting Sarah Marshall", Year= 0, DiscId= "b8e3f369f26fe40f", MovieHash= "", ImdbId= "tt0800039"
    04-Mar-2010 14:28:10 Info [ MovieImporter]: No exact match for Forgetting Sarah Marshall
    04-Mar-2010 14:28:10 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Indiana Jones - IV - The Kingdom of The Crystal Skull\movie.nfo
    04-Mar-2010 14:28:10 Debug [ NfoBuilder]: ImdbID Found: tt0367882
    04-Mar-2010 14:28:10 Debug [ ImdbBuilder]: Lookup Imdbid=tt0087469: Title='Indiana Jones and the Temple of Doom', Year=1984
    04-Mar-2010 14:28:10 Debug [ DataProviderManager]: SEARCH: Title='Indiana Jones and the Temple of Doom', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:10 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Indiana Jones - II - The Temple of Doom", Folder= "Indiana Jones - II - The Temple of Doom", File= "VIDEO_TS.IFO", Keywords= "Indiana Jones Temple Doom", Title= "Indiana Jones and the Temple of Doom", Year= 1984, DiscId= "2b05dcaa683c1562", MovieHash= "", ImdbId= "tt0087469"
    04-Mar-2010 14:28:10 Info [ MovieImporter]: No exact match for Indiana Jones - II - The Temple of Doom
    04-Mar-2010 14:28:10 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Inglorious Basterds\movie.nfo
    04-Mar-2010 14:28:10 Debug [ NfoBuilder]: ImdbID Found: tt0361748
    04-Mar-2010 14:28:11 Debug [ ImdbBuilder]: Lookup Imdbid=tt0367882: Title='Indiana Jones and the Kingdom of the Crystal Skull', Year=2008
    04-Mar-2010 14:28:11 Debug [ DataProviderManager]: SEARCH: Title='Indiana Jones and the Kingdom of the Crystal Skull', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:11 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Indiana Jones - IV - The Kingdom of The Crystal Skull", Folder= "Indiana Jones - IV - The Kingdom of The Crystal Skull", File= "VIDEO_TS.IFO", Keywords= "Indiana Jones Kingdom Crystal Skull", Title= "Indiana Jones and the Kingdom of the Crystal Skull", Year= 2008, DiscId= "94443a254fe10cac", MovieHash= "", ImdbId= "tt0367882"
    04-Mar-2010 14:28:11 Info [ MovieImporter]: No exact match for Indiana Jones - IV - The Kingdom of The Crystal Skull
    04-Mar-2010 14:28:11 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Interstella 55555\movie.nfo
    04-Mar-2010 14:28:11 Debug [ NfoBuilder]: ImdbID Found: tt0368667
    04-Mar-2010 14:28:11 Debug [ ImdbBuilder]: Lookup Imdbid=tt0361748: Title='Inglourious Basterds', Year=2009
    04-Mar-2010 14:28:11 Debug [ DataProviderManager]: SEARCH: Title='Inglourious Basterds', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:11 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Inglorious Basterds", Folder= "Inglorious Basterds", File= "VIDEO_TS.IFO", Keywords= "Inglourious Basterds", Title= "Inglourious Basterds", Year= 2009, DiscId= "963f0f55bce9a353", MovieHash= "", ImdbId= "tt0361748"
    04-Mar-2010 14:28:11 Info [ MovieImporter]: No exact match for Inglorious Basterds
    04-Mar-2010 14:28:11 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\It's A Wonderful Life\movie.nfo
    04-Mar-2010 14:28:11 Debug [ NfoBuilder]: ImdbID Found: tt0038650
    04-Mar-2010 14:28:12 Debug [ ImdbBuilder]: Lookup Imdbid=tt0038650: Title='It's a Wonderful Life', Year=1946
    04-Mar-2010 14:28:12 Debug [ DataProviderManager]: SEARCH: Title='It's a Wonderful Life', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:12 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\It's A Wonderful Life", Folder= "It's A Wonderful Life", File= "VIDEO_TS.IFO", Keywords= "It s Wonderful Life", Title= "It's a Wonderful Life", Year= 1946, DiscId= "2ecca37ad6f2671e", MovieHash= "", ImdbId= "tt0038650"
    04-Mar-2010 14:28:12 Info [ MovieImporter]: No exact match for It's A Wonderful Life
    04-Mar-2010 14:28:12 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\It's Christmastime Again, Charlie Brown\movie.nfo
    04-Mar-2010 14:28:12 Debug [ NfoBuilder]: ImdbID Found: tt0104534
    04-Mar-2010 14:28:16 Warn [ WebGrabber]: Connection failed: Reached retry limit of 3. URL=http://www.imdb.com/title/tt0373889
    04-Mar-2010 14:28:16 Debug [ DataProviderManager]: SEARCH: Title='Harry Potter - V - The Order of The Phoenix', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:16 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Harry Potter - V - The Order of The Phoenix", Folder= "Harry Potter - V - The Order of The Phoenix", File= "VIDEO_TS.IFO", Keywords= "Harry Potter V Order Phoenix", Title= "Harry Potter - V - The Order of The Phoenix", Year= 0, DiscId= "2ae6698cac489ef", MovieHash= "", ImdbId= "tt0373889"
    04-Mar-2010 14:28:16 Info [ MovieImporter]: No exact match for Harry Potter - V - The Order of The Phoenix
    04-Mar-2010 14:28:16 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Juno\movie.nfo
    04-Mar-2010 14:28:16 Debug [ NfoBuilder]: ImdbID Found: tt0467406
    04-Mar-2010 14:28:17 Debug [ ImdbBuilder]: Lookup Imdbid=tt0467406: Title='Juno', Year=2007
    04-Mar-2010 14:28:17 Debug [ DataProviderManager]: SEARCH: Title='Juno', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:17 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Juno", Folder= "Juno", File= "VIDEO_TS.IFO", Keywords= "Juno", Title= "Juno", Year= 2007, DiscId= "d6e6194a035a71bc", MovieHash= "", ImdbId= "tt0467406"
    04-Mar-2010 14:28:17 Info [ MovieImporter]: No exact match for Juno
    04-Mar-2010 14:28:17 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Jurassic Park II - The Lost World\movie.nfo
    04-Mar-2010 14:28:17 Debug [ NfoBuilder]: ImdbID Found: tt0119567
    04-Mar-2010 14:28:18 Debug [ ImdbBuilder]: Lookup Imdbid=tt0119567: Title='The Lost World: Jurassic Park', Year=1997
    04-Mar-2010 14:28:18 Debug [ DataProviderManager]: SEARCH: Title='The Lost World: Jurassic Park', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:18 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Jurassic Park II - The Lost World", Folder= "Jurassic Park II - The Lost World", File= "VIDEO_TS.IFO", Keywords= "Lost World Jurassic Park", Title= "The Lost World: Jurassic Park", Year= 1997, DiscId= "c2b3e7da8e78237d", MovieHash= "", ImdbId= "tt0119567"
    04-Mar-2010 14:28:18 Info [ MovieImporter]: No exact match for Jurassic Park II - The Lost World
    04-Mar-2010 14:28:18 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Jurassic Park III\movie.nfo
    04-Mar-2010 14:28:18 Debug [ NfoBuilder]: ImdbID Found: tt0163025
    04-Mar-2010 14:28:19 Debug [ ImdbBuilder]: Lookup Imdbid=tt0163025: Title='Jurassic Park III', Year=2001
    04-Mar-2010 14:28:19 Debug [ DataProviderManager]: SEARCH: Title='Jurassic Park III', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:19 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Jurassic Park III", Folder= "Jurassic Park III", File= "VIDEO_TS.IFO", Keywords= "Jurassic Park III", Title= "Jurassic Park III", Year= 2001, DiscId= "e62425103562465d", MovieHash= "", ImdbId= "tt0163025"
    04-Mar-2010 14:28:19 Info [ MovieImporter]: No exact match for Jurassic Park III
    04-Mar-2010 14:28:19 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Jurassic Park\movie.nfo
    04-Mar-2010 14:28:19 Debug [ NfoBuilder]: ImdbID Found: tt0107290
    04-Mar-2010 14:28:19 Debug [ ImdbBuilder]: Lookup Imdbid=tt0107290: Title='Jurassic Park', Year=1993
    04-Mar-2010 14:28:19 Debug [ DataProviderManager]: SEARCH: Title='Jurassic Park', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:19 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Jurassic Park", Folder= "Jurassic Park", File= "VIDEO_TS.IFO", Keywords= "Jurassic Park", Title= "Jurassic Park", Year= 1993, DiscId= "e970e13e03112736", MovieHash= "", ImdbId= "tt0107290"
    04-Mar-2010 14:28:19 Info [ MovieImporter]: No exact match for Jurassic Park
    04-Mar-2010 14:28:19 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Kill Bill Vol 1\movie.nfo
    04-Mar-2010 14:28:19 Debug [ NfoBuilder]: ImdbID Found: tt0266697
    04-Mar-2010 14:28:20 Debug [ ImdbBuilder]: Lookup Imdbid=tt0266697: Title='Kill Bill: Vol. 1', Year=2003
    04-Mar-2010 14:28:20 Debug [ DataProviderManager]: SEARCH: Title='Kill Bill: Vol. 1', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:20 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Kill Bill Vol 1", Folder= "Kill Bill Vol 1", File= "VIDEO_TS.IFO", Keywords= "Kill Bill Vol 1", Title= "Kill Bill: Vol. 1", Year= 2003, DiscId= "7f3c37a5ec80f24", MovieHash= "", ImdbId= "tt0266697"
    04-Mar-2010 14:28:20 Info [ MovieImporter]: No exact match for Kill Bill Vol 1
    04-Mar-2010 14:28:20 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Kill Bill Vol 2\movie.nfo
    04-Mar-2010 14:28:20 Debug [ NfoBuilder]: ImdbID Found: tt0378194
    04-Mar-2010 14:28:21 Debug [ ImdbBuilder]: Lookup Imdbid=tt0378194: Title='Kill Bill: Vol. 2', Year=2004
    04-Mar-2010 14:28:21 Debug [ DataProviderManager]: SEARCH: Title='Kill Bill: Vol. 2', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:21 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Kill Bill Vol 2", Folder= "Kill Bill Vol 2", File= "VIDEO_TS.IFO", Keywords= "Kill Bill Vol 2", Title= "Kill Bill: Vol. 2", Year= 2004, DiscId= "b5743f342cd976e2", MovieHash= "", ImdbId= "tt0378194"
    04-Mar-2010 14:28:21 Info [ MovieImporter]: No exact match for Kill Bill Vol 2
    04-Mar-2010 14:28:21 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Knocked Up\movie.nfo
    04-Mar-2010 14:28:21 Debug [ NfoBuilder]: ImdbID Found: tt0478311
    04-Mar-2010 14:28:21 Warn [ WebGrabber]: Connection failed: Reached retry limit of 3. URL=http://www.imdb.com/title/tt1155056
    04-Mar-2010 14:28:21 Debug [ DataProviderManager]: SEARCH: Title='I Love You, Man', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:21 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\I Love You, Man", Folder= "I Love You, Man", File= "VIDEO_TS.IFO", Keywords= "I Love You Man", Title= "I Love You, Man", Year= 0, DiscId= "6165519de6faf405", MovieHash= "", ImdbId= "tt1155056"
    04-Mar-2010 14:28:21 Info [ MovieImporter]: No exact match for I Love You, Man
    04-Mar-2010 14:28:21 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Labyrinth\movie.nfo
    04-Mar-2010 14:28:21 Debug [ NfoBuilder]: ImdbID Found: tt0091369
    04-Mar-2010 14:28:22 Debug [ ImdbBuilder]: Lookup Imdbid=tt0091369: Title='Labyrinth', Year=1986
    04-Mar-2010 14:28:22 Debug [ DataProviderManager]: SEARCH: Title='Labyrinth', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:22 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Labyrinth", Folder= "Labyrinth", File= "VIDEO_TS.IFO", Keywords= "Labyrinth", Title= "Labyrinth", Year= 1986, DiscId= "2b9170d9cc213b1d", MovieHash= "", ImdbId= "tt0091369"
    04-Mar-2010 14:28:22 Info [ MovieImporter]: No exact match for Labyrinth
    04-Mar-2010 14:28:22 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Land of The Lost\movie.nfo
    04-Mar-2010 14:28:22 Debug [ NfoBuilder]: ImdbID Found: tt0457400
    04-Mar-2010 14:28:22 Debug [ ImdbBuilder]: Lookup Imdbid=tt0478311: Title='Knocked Up', Year=2007
    04-Mar-2010 14:28:22 Debug [ DataProviderManager]: SEARCH: Title='Knocked Up', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:22 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Knocked Up", Folder= "Knocked Up", File= "VIDEO_TS.IFO", Keywords= "Knocked Up", Title= "Knocked Up", Year= 2007, DiscId= "5ee4f9695187f64", MovieHash= "", ImdbId= "tt0478311"
    04-Mar-2010 14:28:22 Info [ MovieImporter]: No exact match for Knocked Up
    04-Mar-2010 14:28:22 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Legally Blonde\movie.nfo
    04-Mar-2010 14:28:22 Debug [ NfoBuilder]: ImdbID Found: tt0250494
    04-Mar-2010 14:28:23 Warn [ WebGrabber]: Connection failed: Reached retry limit of 3. URL=http://www.imdb.com/title/tt0097576
    04-Mar-2010 14:28:23 Debug [ DataProviderManager]: SEARCH: Title='Indiana Jones - III - The Last Crusade', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:23 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Indiana Jones - III - The Last Crusade", Folder= "Indiana Jones - III - The Last Crusade", File= "VIDEO_TS.IFO", Keywords= "Indiana Jones III Last Crusade", Title= "Indiana Jones - III - The Last Crusade", Year= 0, DiscId= "80c964666c31848d", MovieHash= "", ImdbId= "tt0097576"
    04-Mar-2010 14:28:23 Info [ MovieImporter]: No exact match for Indiana Jones - III - The Last Crusade
    04-Mar-2010 14:28:23 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Letters From Iwo Jima\movie.nfo
    04-Mar-2010 14:28:23 Debug [ NfoBuilder]: ImdbID Found: tt0498380
    04-Mar-2010 14:28:23 Debug [ ImdbBuilder]: Lookup Imdbid=tt0457400: Title='Land of the Lost', Year=2009
    04-Mar-2010 14:28:23 Debug [ DataProviderManager]: SEARCH: Title='Land of the Lost', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:23 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Land of The Lost", Folder= "Land of The Lost", File= "VIDEO_TS.IFO", Keywords= "Land Lost", Title= "Land of the Lost", Year= 2009, DiscId= "60eafb72ffe10c75", MovieHash= "", ImdbId= "tt0457400"
    04-Mar-2010 14:28:23 Info [ MovieImporter]: No exact match for Land of The Lost
    04-Mar-2010 14:28:23 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Mean Girls\movie.nfo
    04-Mar-2010 14:28:23 Debug [ NfoBuilder]: ImdbID Found: tt0377092
    04-Mar-2010 14:28:23 Debug [ ImdbBuilder]: Lookup Imdbid=tt0250494: Title='Legally Blonde', Year=2001
    04-Mar-2010 14:28:23 Debug [ DataProviderManager]: SEARCH: Title='Legally Blonde', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:23 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Legally Blonde", Folder= "Legally Blonde", File= "VIDEO_TS.IFO", Keywords= "Legally Blonde", Title= "Legally Blonde", Year= 2001, DiscId= "11d0251f02b594c", MovieHash= "", ImdbId= "tt0250494"
    04-Mar-2010 14:28:23 Info [ MovieImporter]: No exact match for Legally Blonde
    04-Mar-2010 14:28:23 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Milk\movie.nfo
    04-Mar-2010 14:28:23 Debug [ NfoBuilder]: ImdbID Found: tt1013753
    04-Mar-2010 14:28:23 Debug [ ImdbBuilder]: Lookup Imdbid=tt0377092: Title='Mean Girls', Year=2004
    04-Mar-2010 14:28:23 Debug [ DataProviderManager]: SEARCH: Title='Mean Girls', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:23 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Mean Girls", Folder= "Mean Girls", File= "VIDEO_TS.IFO", Keywords= "Mean Girls", Title= "Mean Girls", Year= 2004, DiscId= "122348f6f454ec3c", MovieHash= "", ImdbId= "tt0377092"
    04-Mar-2010 14:28:23 Info [ MovieImporter]: No exact match for Mean Girls
    04-Mar-2010 14:28:23 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Miracle On 34th Street\movie.nfo
    04-Mar-2010 14:28:23 Debug [ NfoBuilder]: ImdbID Found: tt0039628
    04-Mar-2010 14:28:24 Debug [ ImdbBuilder]: Lookup Imdbid=tt0498380: Title='Letters from Iwo Jima', Year=2006
    04-Mar-2010 14:28:24 Debug [ DataProviderManager]: SEARCH: Title='Letters from Iwo Jima', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:24 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Letters From Iwo Jima", Folder= "Letters From Iwo Jima", File= "VIDEO_TS.IFO", Keywords= "Letters from Iwo Jima", Title= "Letters from Iwo Jima", Year= 2006, DiscId= "254d6b90fe17d907", MovieHash= "", ImdbId= "tt0498380"
    04-Mar-2010 14:28:24 Info [ MovieImporter]: No exact match for Letters From Iwo Jima
    04-Mar-2010 14:28:24 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Mona Lisa Smile\movie.nfo
    04-Mar-2010 14:28:24 Debug [ NfoBuilder]: ImdbID Found: tt0304415
    04-Mar-2010 14:28:24 Warn [ WebGrabber]: Connection failed: Reached retry limit of 3. URL=http://www.imdb.com/title/tt0368667
    04-Mar-2010 14:28:24 Debug [ DataProviderManager]: SEARCH: Title='Interstella 55555', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:24 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Interstella 55555", Folder= "Interstella 55555", File= "VIDEO_TS.IFO", Keywords= "Interstella 55555", Title= "Interstella 55555", Year= 0, DiscId= "c93bca4542adb475", MovieHash= "", ImdbId= "tt0368667"
    04-Mar-2010 14:28:24 Info [ MovieImporter]: No exact match for Interstella 55555
    04-Mar-2010 14:28:24 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Monsters Vs. Aliens\movie.nfo
    04-Mar-2010 14:28:24 Debug [ NfoBuilder]: ImdbID Found: tt0892782
    04-Mar-2010 14:28:24 Debug [ ImdbBuilder]: Lookup Imdbid=tt1013753: Title='Milk', Year=2008
    04-Mar-2010 14:28:24 Debug [ DataProviderManager]: SEARCH: Title='Milk', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:24 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Milk", Folder= "Milk", File= "VIDEO_TS.IFO", Keywords= "Milk", Title= "Milk", Year= 2008, DiscId= "c2ff3cb1d6df14a1", MovieHash= "", ImdbId= "tt1013753"
    04-Mar-2010 14:28:24 Info [ MovieImporter]: No exact match for Milk
    04-Mar-2010 14:28:24 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Monsters, Inc\movie.nfo
    04-Mar-2010 14:28:24 Debug [ NfoBuilder]: ImdbID Found: tt0198781
    04-Mar-2010 14:28:24 Debug [ ImdbBuilder]: Lookup Imdbid=tt0304415: Title='Mona Lisa Smile', Year=2003
    04-Mar-2010 14:28:24 Debug [ DataProviderManager]: SEARCH: Title='Mona Lisa Smile', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:24 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Mona Lisa Smile", Folder= "Mona Lisa Smile", File= "VIDEO_TS.IFO", Keywords= "Mona Lisa Smile", Title= "Mona Lisa Smile", Year= 2003, DiscId= "7db1c5809e121b99", MovieHash= "", ImdbId= "tt0304415"
    04-Mar-2010 14:28:24 Info [ MovieImporter]: No exact match for Mona Lisa Smile
    04-Mar-2010 14:28:24 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Nick And Nora's Infinite Playlist\movie.nfo
    04-Mar-2010 14:28:24 Debug [ NfoBuilder]: ImdbID Found: tt0981227
    04-Mar-2010 14:28:25 Warn [ WebGrabber]: Connection failed: Reached retry limit of 3. URL=http://www.imdb.com/title/tt0104534
    04-Mar-2010 14:28:25 Debug [ DataProviderManager]: SEARCH: Title='It's Christmastime Again, Charlie Brown', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:25 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\It's Christmastime Again, Charlie Brown", Folder= "It's Christmastime Again, Charlie Brown", File= "VIDEO_TS.IFO", Keywords= "It s Christmastime Again Charlie Brown", Title= "It's Christmastime Again, Charlie Brown", Year= 0, DiscId= "238d7e8c4634a7eb", MovieHash= "", ImdbId= "tt0104534"
    04-Mar-2010 14:28:25 Info [ MovieImporter]: No exact match for It's Christmastime Again, Charlie Brown
    04-Mar-2010 14:28:25 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Night At The Museum 2 - Battle of The Smithsonian\movie.nfo
    04-Mar-2010 14:28:25 Debug [ NfoBuilder]: ImdbID Found: tt1078912
    04-Mar-2010 14:28:25 Debug [ ImdbBuilder]: Lookup Imdbid=tt0039628: Title='Miracle on 34th Street', Year=1947
    04-Mar-2010 14:28:25 Debug [ DataProviderManager]: SEARCH: Title='Miracle on 34th Street', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:25 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Miracle On 34th Street", Folder= "Miracle On 34th Street", File= "VIDEO_TS.IFO", Keywords= "Miracle on 34th Street", Title= "Miracle on 34th Street", Year= 1947, DiscId= "f33ab292f00015ba", MovieHash= "", ImdbId= "tt0039628"
    04-Mar-2010 14:28:25 Info [ MovieImporter]: No exact match for Miracle On 34th Street
    04-Mar-2010 14:28:25 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Oliver & Company\movie.nfo
    04-Mar-2010 14:28:25 Debug [ NfoBuilder]: ImdbID Found: tt0095776
    04-Mar-2010 14:28:26 Debug [ ImdbBuilder]: Lookup Imdbid=tt0981227: Title='Nick and Norah's Infinite Playlist', Year=2008
    04-Mar-2010 14:28:26 Debug [ DataProviderManager]: SEARCH: Title='Nick and Norah's Infinite Playlist', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:26 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Nick And Nora's Infinite Playlist", Folder= "Nick And Nora's Infinite Playlist", File= "VIDEO_TS.IFO", Keywords= "Nick Norah s Infinite Playlist", Title= "Nick and Norah's Infinite Playlist", Year= 2008, DiscId= "62604f5909034ae4", MovieHash= "", ImdbId= "tt0981227"
    04-Mar-2010 14:28:26 Info [ MovieImporter]: No exact match for Nick And Nora's Infinite Playlist
    04-Mar-2010 14:28:26 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Ong-Bak - The Thai Warrior\movie.nfo
    04-Mar-2010 14:28:26 Debug [ NfoBuilder]: ImdbID Found: tt0368909
    04-Mar-2010 14:28:26 Debug [ ImdbBuilder]: Lookup Imdbid=tt0198781: Title='Monsters, Inc.', Year=2001
    04-Mar-2010 14:28:26 Debug [ DataProviderManager]: SEARCH: Title='Monsters, Inc.', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:26 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Monsters, Inc", Folder= "Monsters, Inc", File= "VIDEO_TS.IFO", Keywords= "Monsters Inc", Title= "Monsters, Inc.", Year= 2001, DiscId= "fa9bd1f970c74f43", MovieHash= "", ImdbId= "tt0198781"
    04-Mar-2010 14:28:26 Info [ MovieImporter]: No exact match for Monsters, Inc
    04-Mar-2010 14:28:26 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Ong-Bak 2 - The Beginning\movie.nfo
    04-Mar-2010 14:28:26 Debug [ NfoBuilder]: ImdbID Found: tt0785035
    04-Mar-2010 14:28:26 Debug [ ImdbBuilder]: Lookup Imdbid=tt0368909: Title='Ong-bak', Year=2003
    04-Mar-2010 14:28:26 Debug [ DataProviderManager]: SEARCH: Title='Ong-bak', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:26 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Ong-Bak - The Thai Warrior", Folder= "Ong-Bak - The Thai Warrior", File= "VIDEO_TS.IFO", Keywords= "Ong bak", Title= "Ong-bak", Year= 2003, DiscId= "bd082833e6b9077c", MovieHash= "", ImdbId= "tt0368909"
    04-Mar-2010 14:28:26 Info [ MovieImporter]: No exact match for Ong-Bak - The Thai Warrior
    04-Mar-2010 14:28:26 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Prison Break - The Final Break\movie.nfo
    04-Mar-2010 14:28:26 Debug [ NfoBuilder]: ImdbID Found: tt1131748
    04-Mar-2010 14:28:27 Debug [ ImdbBuilder]: Lookup Imdbid=tt1078912: Title='Night at the Museum: Battle of the Smithsonian', Year=2009
    04-Mar-2010 14:28:27 Debug [ DataProviderManager]: SEARCH: Title='Night at the Museum: Battle of the Smithsonian', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:27 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Night At The Museum 2 - Battle of The Smithsonian", Folder= "Night At The Museum 2 - Battle of The Smithsonian", File= "VIDEO_TS.IFO", Keywords= "Night at Museum Battle Smithsonian", Title= "Night at the Museum: Battle of the Smithsonian", Year= 2009, DiscId= "ea5db8539ff76df", MovieHash= "", ImdbId= "tt1078912"
    04-Mar-2010 14:28:27 Info [ MovieImporter]: No exact match for Night At The Museum 2 - Battle of The Smithsonian
    04-Mar-2010 14:28:27 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Pulp Fiction\movie.nfo
    04-Mar-2010 14:28:27 Debug [ NfoBuilder]: ImdbID Found: tt0110912
    04-Mar-2010 14:28:27 Debug [ ImdbBuilder]: Lookup Imdbid=tt0785035: Title='Ong bak 2', Year=2008
    04-Mar-2010 14:28:27 Debug [ DataProviderManager]: SEARCH: Title='Ong bak 2', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:27 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Ong-Bak 2 - The Beginning", Folder= "Ong-Bak 2 - The Beginning", File= "VIDEO_TS.IFO", Keywords= "Ong bak 2", Title= "Ong bak 2", Year= 2008, DiscId= "6456614259974c86", MovieHash= "", ImdbId= "tt0785035"
    04-Mar-2010 14:28:27 Info [ MovieImporter]: No exact match for Ong-Bak 2 - The Beginning
    04-Mar-2010 14:28:27 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Rain Man\movie.nfo
    04-Mar-2010 14:28:27 Debug [ NfoBuilder]: ImdbID Found: tt0095953
    04-Mar-2010 14:28:28 Debug [ ImdbBuilder]: Lookup Imdbid=tt0095776: Title='Oliver & Company', Year=1988
    04-Mar-2010 14:28:28 Debug [ DataProviderManager]: SEARCH: Title='Oliver & Company', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:28 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Oliver & Company", Folder= "Oliver & Company", File= "VIDEO_TS.IFO", Keywords= "Oliver Company", Title= "Oliver & Company", Year= 1988, DiscId= "eae10bed97d57943", MovieHash= "", ImdbId= "tt0095776"
    04-Mar-2010 14:28:28 Info [ MovieImporter]: No exact match for Oliver & Company
    04-Mar-2010 14:28:28 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Reservoir Dogs\movie.nfo
    04-Mar-2010 14:28:28 Debug [ NfoBuilder]: ImdbID Found: tt0105236
    04-Mar-2010 14:28:28 Debug [ ImdbBuilder]: Lookup Imdbid=tt1131748: Title='Prison Break: The Final Break', Year=2009
    04-Mar-2010 14:28:28 Debug [ DataProviderManager]: SEARCH: Title='Prison Break: The Final Break', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:28 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Prison Break - The Final Break", Folder= "Prison Break - The Final Break", File= "Prison Break - The Final Break.avi", Keywords= "Prison Break Final Break", Title= "Prison Break: The Final Break", Year= 2009, DiscId= "", MovieHash= "1622b555d471cb1e", ImdbId= "tt1131748"
    04-Mar-2010 14:28:28 Info [ MovieImporter]: No exact match for Prison Break - The Final Break.avi
    04-Mar-2010 14:28:28 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Robin Hood\movie.nfo
    04-Mar-2010 14:28:28 Debug [ NfoBuilder]: ImdbID Found: tt0070608
    04-Mar-2010 14:28:28 Debug [ ImdbBuilder]: Lookup Imdbid=tt0095953: Title='Rain Man', Year=1988
    04-Mar-2010 14:28:28 Debug [ DataProviderManager]: SEARCH: Title='Rain Man', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:28 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Rain Man", Folder= "Rain Man", File= "VIDEO_TS.IFO", Keywords= "Rain Man", Title= "Rain Man", Year= 1988, DiscId= "75df526028aa9cae", MovieHash= "", ImdbId= "tt0095953"
    04-Mar-2010 14:28:28 Info [ MovieImporter]: No exact match for Rain Man
    04-Mar-2010 14:28:29 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Rudolph The Red-Nosed Reindeer\movie.nfo
    04-Mar-2010 14:28:29 Debug [ NfoBuilder]: ImdbID Found: tt0058536
    04-Mar-2010 14:28:29 Debug [ ImdbBuilder]: Lookup Imdbid=tt0110912: Title='Pulp Fiction', Year=1994
    04-Mar-2010 14:28:29 Debug [ DataProviderManager]: SEARCH: Title='Pulp Fiction', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:29 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Pulp Fiction", Folder= "Pulp Fiction", File= "VIDEO_TS.IFO", Keywords= "Pulp Fiction", Title= "Pulp Fiction", Year= 1994, DiscId= "154e5c435e58e69d", MovieHash= "", ImdbId= "tt0110912"
    04-Mar-2010 14:28:29 Info [ MovieImporter]: No exact match for Pulp Fiction
    04-Mar-2010 14:28:29 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Sahara\movie.nfo
    04-Mar-2010 14:28:29 Debug [ NfoBuilder]: ImdbID Found: tt0318649
    04-Mar-2010 14:28:29 Debug [ ImdbBuilder]: Lookup Imdbid=tt0070608: Title='Robin Hood', Year=1973
    04-Mar-2010 14:28:29 Debug [ DataProviderManager]: SEARCH: Title='Robin Hood', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:29 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Robin Hood", Folder= "Robin Hood", File= "VIDEO_TS.IFO", Keywords= "Robin Hood", Title= "Robin Hood", Year= 1973, DiscId= "5803d9d566f90950", MovieHash= "", ImdbId= "tt0070608"
    04-Mar-2010 14:28:29 Info [ MovieImporter]: No exact match for Robin Hood
    04-Mar-2010 14:28:29 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Seven Pounds\movie.nfo
    04-Mar-2010 14:28:29 Debug [ NfoBuilder]: ImdbID Found: tt0814314
    04-Mar-2010 14:28:29 Debug [ ImdbBuilder]: Lookup Imdbid=tt0105236: Title='Reservoir Dogs', Year=1992
    04-Mar-2010 14:28:29 Debug [ DataProviderManager]: SEARCH: Title='Reservoir Dogs', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:29 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Reservoir Dogs", Folder= "Reservoir Dogs", File= "VIDEO_TS.IFO", Keywords= "Reservoir Dogs", Title= "Reservoir Dogs", Year= 1992, DiscId= "c3c9fc9bd1e0fb8a", MovieHash= "", ImdbId= "tt0105236"
    04-Mar-2010 14:28:29 Info [ MovieImporter]: No exact match for Reservoir Dogs
    04-Mar-2010 14:28:29 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Sleeping Beauty\movie.nfo
    04-Mar-2010 14:28:29 Debug [ NfoBuilder]: ImdbID Found: tt0053285
    04-Mar-2010 14:28:30 Debug [ ImdbBuilder]: Lookup Imdbid=tt0058536: Title='Rudolph, the Red-Nosed Reindeer', Year=1964
    04-Mar-2010 14:28:30 Debug [ DataProviderManager]: SEARCH: Title='Rudolph, the Red-Nosed Reindeer', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:30 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Rudolph The Red-Nosed Reindeer", Folder= "Rudolph The Red-Nosed Reindeer", File= "VIDEO_TS.IFO", Keywords= "Rudolph Red Nosed Reindeer", Title= "Rudolph, the Red-Nosed Reindeer", Year= 1964, DiscId= "f83a8c8d9cb4ec01", MovieHash= "", ImdbId= "tt0058536"
    04-Mar-2010 14:28:30 Info [ MovieImporter]: No exact match for Rudolph The Red-Nosed Reindeer
    04-Mar-2010 14:28:30 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Snatch\movie.nfo
    04-Mar-2010 14:28:30 Debug [ NfoBuilder]: ImdbID Found: tt0208092
    04-Mar-2010 14:28:30 Debug [ ImdbBuilder]: Lookup Imdbid=tt0318649: Title='Sahara', Year=2005
    04-Mar-2010 14:28:30 Debug [ DataProviderManager]: SEARCH: Title='Sahara', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:30 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Sahara", Folder= "Sahara", File= "VIDEO_TS.IFO", Keywords= "Sahara", Title= "Sahara", Year= 2005, DiscId= "5bad744a56c24989", MovieHash= "", ImdbId= "tt0318649"
    04-Mar-2010 14:28:30 Info [ MovieImporter]: No exact match for Sahara
    04-Mar-2010 14:28:30 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Snow White And The Seven Dwarfs\movie.nfo
    04-Mar-2010 14:28:31 Debug [ NfoBuilder]: ImdbID Found: tt0029583
    04-Mar-2010 14:28:31 Debug [ ImdbBuilder]: Lookup Imdbid=tt0814314: Title='Seven Pounds', Year=2008
    04-Mar-2010 14:28:31 Debug [ DataProviderManager]: SEARCH: Title='Seven Pounds', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:31 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Seven Pounds", Folder= "Seven Pounds", File= "VIDEO_TS.IFO", Keywords= "Seven Pounds", Title= "Seven Pounds", Year= 2008, DiscId= "d545b3ca3a21ec", MovieHash= "", ImdbId= "tt0814314"
    04-Mar-2010 14:28:31 Info [ MovieImporter]: No exact match for Seven Pounds
    04-Mar-2010 14:28:31 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Star Trek\movie.nfo
    04-Mar-2010 14:28:31 Debug [ NfoBuilder]: ImdbID Found: tt0796366
    04-Mar-2010 14:28:31 Debug [ ImdbBuilder]: Lookup Imdbid=tt0053285: Title='Sleeping Beauty', Year=1959
    04-Mar-2010 14:28:31 Debug [ DataProviderManager]: SEARCH: Title='Sleeping Beauty', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:31 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Sleeping Beauty", Folder= "Sleeping Beauty", File= "VIDEO_TS.IFO", Keywords= "Sleeping Beauty", Title= "Sleeping Beauty", Year= 1959, DiscId= "c81fac86665d7117", MovieHash= "", ImdbId= "tt0053285"
    04-Mar-2010 14:28:31 Info [ MovieImporter]: No exact match for Sleeping Beauty
    04-Mar-2010 14:28:31 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Star Wars Episode I - The Phantom Menace\movie.nfo
    04-Mar-2010 14:28:31 Debug [ NfoBuilder]: ImdbID Found: tt0120915
    04-Mar-2010 14:28:32 Debug [ ImdbBuilder]: Lookup Imdbid=tt0208092: Title='Snatch.', Year=2000
    04-Mar-2010 14:28:32 Debug [ DataProviderManager]: SEARCH: Title='Snatch.', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:32 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Snatch", Folder= "Snatch", File= "VIDEO_TS.IFO", Keywords= "Snatch", Title= "Snatch.", Year= 2000, DiscId= "4dd909776fc9aa0a", MovieHash= "", ImdbId= "tt0208092"
    04-Mar-2010 14:28:32 Info [ MovieImporter]: No exact match for Snatch
    04-Mar-2010 14:28:32 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Star Wars Episode II - Attack of The Clones\movie.nfo
    04-Mar-2010 14:28:32 Debug [ NfoBuilder]: ImdbID Found: tt0121765
    04-Mar-2010 14:28:32 Debug [ ImdbBuilder]: Lookup Imdbid=tt0029583: Title='Snow White and the Seven Dwarfs', Year=1937
    04-Mar-2010 14:28:32 Debug [ DataProviderManager]: SEARCH: Title='Snow White and the Seven Dwarfs', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:32 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Snow White And The Seven Dwarfs", Folder= "Snow White And The Seven Dwarfs", File= "VIDEO_TS.IFO", Keywords= "Snow White Seven Dwarfs", Title= "Snow White and the Seven Dwarfs", Year= 1937, DiscId= "4a8b78bc6d9ddb61", MovieHash= "", ImdbId= "tt0029583"
    04-Mar-2010 14:28:32 Info [ MovieImporter]: No exact match for Snow White And The Seven Dwarfs
    04-Mar-2010 14:28:32 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Star Wars Episode III - Revenge of The Sith\movie.nfo
    04-Mar-2010 14:28:32 Debug [ NfoBuilder]: ImdbID Found: tt0121766
    04-Mar-2010 14:28:32 Debug [ ImdbBuilder]: Lookup Imdbid=tt0796366: Title='Star Trek', Year=2009
    04-Mar-2010 14:28:32 Debug [ DataProviderManager]: SEARCH: Title='Star Trek', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:32 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Star Trek", Folder= "Star Trek", File= "VIDEO_TS.IFO", Keywords= "Star Trek", Title= "Star Trek", Year= 2009, DiscId= "8cb6920e14651d0", MovieHash= "", ImdbId= "tt0796366"
    04-Mar-2010 14:28:32 Info [ MovieImporter]: No exact match for Star Trek
    04-Mar-2010 14:28:32 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Star Wars Episode IV - A New Hope\movie.nfo
    04-Mar-2010 14:28:32 Debug [ NfoBuilder]: ImdbID Found: tt0076759
    04-Mar-2010 14:28:33 Debug [ ImdbBuilder]: Lookup Imdbid=tt0120915: Title='Star Wars: Episode I - The Phantom Menace', Year=1999
    04-Mar-2010 14:28:33 Debug [ DataProviderManager]: SEARCH: Title='Star Wars: Episode I - The Phantom Menace', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:33 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Star Wars Episode I - The Phantom Menace", Folder= "Star Wars Episode I - The Phantom Menace", File= "VIDEO_TS.IFO", Keywords= "Star Wars Episode I Phantom Menace", Title= "Star Wars: Episode I - The Phantom Menace", Year= 1999, DiscId= "1e0a8761ac818112", MovieHash= "", ImdbId= "tt0120915"
    04-Mar-2010 14:28:33 Info [ MovieImporter]: No exact match for Star Wars Episode I - The Phantom Menace
    04-Mar-2010 14:28:33 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Star Wars Episode V - The Empire Strikes Back\movie.nfo
    04-Mar-2010 14:28:33 Debug [ NfoBuilder]: ImdbID Found: tt0080684
    04-Mar-2010 14:28:34 Debug [ ImdbBuilder]: Lookup Imdbid=tt0121765: Title='Star Wars: Episode II - Attack of the Clones', Year=2002
    04-Mar-2010 14:28:34 Debug [ DataProviderManager]: SEARCH: Title='Star Wars: Episode II - Attack of the Clones', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:34 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Star Wars Episode II - Attack of The Clones", Folder= "Star Wars Episode II - Attack of The Clones", File= "VIDEO_TS.IFO", Keywords= "Star Wars Episode II Attack Clones", Title= "Star Wars: Episode II - Attack of the Clones", Year= 2002, DiscId= "d4a1e1b7b7a2d077", MovieHash= "", ImdbId= "tt0121765"
    04-Mar-2010 14:28:34 Info [ MovieImporter]: No exact match for Star Wars Episode II - Attack of The Clones
    04-Mar-2010 14:28:34 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Star Wars Episode VI - Return of The Jedi\movie.nfo
    04-Mar-2010 14:28:34 Debug [ NfoBuilder]: ImdbID Found: tt0086190
    04-Mar-2010 14:28:34 Debug [ ImdbBuilder]: Lookup Imdbid=tt0121766: Title='Star Wars: Episode III - Revenge of the Sith', Year=2005
    04-Mar-2010 14:28:34 Debug [ DataProviderManager]: SEARCH: Title='Star Wars: Episode III - Revenge of the Sith', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:34 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Star Wars Episode III - Revenge of The Sith", Folder= "Star Wars Episode III - Revenge of The Sith", File= "VIDEO_TS.IFO", Keywords= "Star Wars Episode III Revenge Sith", Title= "Star Wars: Episode III - Revenge of the Sith", Year= 2005, DiscId= "2e88a7a23001c577", MovieHash= "", ImdbId= "tt0121766"
    04-Mar-2010 14:28:34 Info [ MovieImporter]: No exact match for Star Wars Episode III - Revenge of The Sith
    04-Mar-2010 14:28:34 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Superbad\movie.nfo
    04-Mar-2010 14:28:34 Debug [ NfoBuilder]: ImdbID Found: tt0829482
    04-Mar-2010 14:28:35 Debug [ ImdbBuilder]: Lookup Imdbid=tt0080684: Title='Star Wars: Episode V - The Empire Strikes Back', Year=1980
    04-Mar-2010 14:28:35 Debug [ DataProviderManager]: SEARCH: Title='Star Wars: Episode V - The Empire Strikes Back', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:35 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Star Wars Episode V - The Empire Strikes Back", Folder= "Star Wars Episode V - The Empire Strikes Back", File= "VIDEO_TS.IFO", Keywords= "Star Wars Episode V Empire Strikes Back", Title= "Star Wars: Episode V - The Empire Strikes Back", Year= 1980, DiscId= "a45e69f333550600", MovieHash= "", ImdbId= "tt0080684"
    04-Mar-2010 14:28:35 Info [ MovieImporter]: No exact match for Star Wars Episode V - The Empire Strikes Back
    04-Mar-2010 14:28:35 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Sweet Home Alabama\movie.nfo
    04-Mar-2010 14:28:35 Debug [ NfoBuilder]: ImdbID Found: tt0256415
    04-Mar-2010 14:28:35 Debug [ ImdbBuilder]: Lookup Imdbid=tt0076759: Title='Star Wars', Year=1977
    04-Mar-2010 14:28:35 Debug [ DataProviderManager]: SEARCH: Title='Star Wars', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:35 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Star Wars Episode IV - A New Hope", Folder= "Star Wars Episode IV - A New Hope", File= "VIDEO_TS.IFO", Keywords= "Star Wars", Title= "Star Wars", Year= 1977, DiscId= "d9ba5ac420bbc279", MovieHash= "", ImdbId= "tt0076759"
    04-Mar-2010 14:28:35 Info [ MovieImporter]: No exact match for Star Wars Episode IV - A New Hope
    04-Mar-2010 14:28:35 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Tarzan\movie.nfo
    04-Mar-2010 14:28:35 Debug [ NfoBuilder]: ImdbID Found: tt0120855
    04-Mar-2010 14:28:35 Debug [ ImdbBuilder]: Lookup Imdbid=tt0086190: Title='Star Wars: Episode VI - Return of the Jedi', Year=1983
    04-Mar-2010 14:28:35 Debug [ DataProviderManager]: SEARCH: Title='Star Wars: Episode VI - Return of the Jedi', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:35 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Star Wars Episode VI - Return of The Jedi", Folder= "Star Wars Episode VI - Return of The Jedi", File= "VIDEO_TS.IFO", Keywords= "Star Wars Episode VI Return Jedi", Title= "Star Wars: Episode VI - Return of the Jedi", Year= 1983, DiscId= "c6eed70edfde3832", MovieHash= "", ImdbId= "tt0086190"
    04-Mar-2010 14:28:35 Info [ MovieImporter]: No exact match for Star Wars Episode VI - Return of The Jedi
    04-Mar-2010 14:28:35 Debug [ ImdbBuilder]: Lookup Imdbid=tt0829482: Title='Superbad', Year=2007
    04-Mar-2010 14:28:35 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Terminator 2 - Judgement Day\movie.nfo
    04-Mar-2010 14:28:35 Debug [ DataProviderManager]: SEARCH: Title='Superbad', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:35 Debug [ NfoBuilder]: ImdbID Found: tt0103064
    04-Mar-2010 14:28:35 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Superbad", Folder= "Superbad", File= "VIDEO_TS.IFO", Keywords= "Superbad", Title= "Superbad", Year= 2007, DiscId= "4fcd89145bda4413", MovieHash= "", ImdbId= "tt0829482"
    04-Mar-2010 14:28:35 Info [ MovieImporter]: No exact match for Superbad
    04-Mar-2010 14:28:35 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Terminator 3 - Rise of The Machines\movie.nfo
    04-Mar-2010 14:28:35 Debug [ NfoBuilder]: ImdbID Found: tt0181852
    04-Mar-2010 14:28:36 Debug [ ImdbBuilder]: Lookup Imdbid=tt0256415: Title='Sweet Home Alabama', Year=2002
    04-Mar-2010 14:28:36 Debug [ DataProviderManager]: SEARCH: Title='Sweet Home Alabama', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:36 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Sweet Home Alabama", Folder= "Sweet Home Alabama", File= "VIDEO_TS.IFO", Keywords= "Sweet Home Alabama", Title= "Sweet Home Alabama", Year= 2002, DiscId= "85dd511e16e23604", MovieHash= "", ImdbId= "tt0256415"
    04-Mar-2010 14:28:36 Info [ MovieImporter]: No exact match for Sweet Home Alabama
    04-Mar-2010 14:28:36 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Terminator 4 - Salvation\movie.nfo
    04-Mar-2010 14:28:36 Debug [ NfoBuilder]: ImdbID Found: tt0438488
    04-Mar-2010 14:28:36 Debug [ ImdbBuilder]: Lookup Imdbid=tt0120855: Title='Tarzan', Year=1999
    04-Mar-2010 14:28:36 Debug [ DataProviderManager]: SEARCH: Title='Tarzan', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:36 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Tarzan", Folder= "Tarzan", File= "VIDEO_TS.IFO", Keywords= "Tarzan", Title= "Tarzan", Year= 1999, DiscId= "15aa127cf5cacc2e", MovieHash= "", ImdbId= "tt0120855"
    04-Mar-2010 14:28:36 Info [ MovieImporter]: No exact match for Tarzan
    04-Mar-2010 14:28:36 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Terminator\movie.nfo
    04-Mar-2010 14:28:36 Debug [ NfoBuilder]: ImdbID Found: tt0088247
    04-Mar-2010 14:28:37 Debug [ ImdbBuilder]: Lookup Imdbid=tt0103064: Title='Terminator 2: Judgment Day', Year=1991
    04-Mar-2010 14:28:37 Debug [ DataProviderManager]: SEARCH: Title='Terminator 2: Judgment Day', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:37 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Terminator 2 - Judgement Day", Folder= "Terminator 2 - Judgement Day", File= "VIDEO_TS.IFO", Keywords= "Terminator 2 Judgment Day", Title= "Terminator 2: Judgment Day", Year= 1991, DiscId= "6218b23049e8c02b", MovieHash= "", ImdbId= "tt0103064"
    04-Mar-2010 14:28:37 Info [ MovieImporter]: No exact match for Terminator 2 - Judgement Day
    04-Mar-2010 14:28:37 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Adventures of Ichabod And Mr. Toad\movie.nfo
    04-Mar-2010 14:28:37 Debug [ NfoBuilder]: ImdbID Found: tt0041094
    04-Mar-2010 14:28:37 Debug [ ImdbBuilder]: Lookup Imdbid=tt0181852: Title='Terminator 3: Rise of the Machines', Year=2003
    04-Mar-2010 14:28:37 Debug [ DataProviderManager]: SEARCH: Title='Terminator 3: Rise of the Machines', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:37 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Terminator 3 - Rise of The Machines", Folder= "Terminator 3 - Rise of The Machines", File= "VIDEO_TS.IFO", Keywords= "Terminator 3 Rise Machines", Title= "Terminator 3: Rise of the Machines", Year= 2003, DiscId= "6a1705a10f394506", MovieHash= "", ImdbId= "tt0181852"
    04-Mar-2010 14:28:37 Info [ MovieImporter]: No exact match for Terminator 3 - Rise of The Machines
    04-Mar-2010 14:28:37 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Bourne Identity\movie.nfo
    04-Mar-2010 14:28:37 Debug [ NfoBuilder]: ImdbID Found: tt0258463
    04-Mar-2010 14:28:38 Debug [ ImdbBuilder]: Lookup Imdbid=tt0088247: Title='The Terminator', Year=1984
    04-Mar-2010 14:28:38 Debug [ DataProviderManager]: SEARCH: Title='The Terminator', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:38 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Terminator", Folder= "Terminator", File= "VIDEO_TS.IFO", Keywords= "Terminator", Title= "The Terminator", Year= 1984, DiscId= "a4902c791e6065e7", MovieHash= "", ImdbId= "tt0088247"
    04-Mar-2010 14:28:38 Info [ MovieImporter]: No exact match for Terminator
    04-Mar-2010 14:28:38 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Brothers Grimm\movie.nfo
    04-Mar-2010 14:28:38 Debug [ NfoBuilder]: ImdbID Found: tt0355295
    04-Mar-2010 14:28:38 Warn [ WebGrabber]: Connection failed: Reached retry limit of 3. URL=http://www.imdb.com/title/tt0892782
    04-Mar-2010 14:28:38 Debug [ DataProviderManager]: SEARCH: Title='Monsters Vs Aliens', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:38 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Monsters Vs. Aliens", Folder= "Monsters Vs. Aliens", File= "VIDEO_TS.IFO", Keywords= "Monsters Vs Aliens", Title= "Monsters Vs Aliens", Year= 0, DiscId= "86d056bb7815860a", MovieHash= "", ImdbId= "tt0892782"
    04-Mar-2010 14:28:38 Info [ MovieImporter]: No exact match for Monsters Vs. Aliens
    04-Mar-2010 14:28:38 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Godfather Part II [Disc 1]\movie.nfo
    04-Mar-2010 14:28:38 Debug [ NfoBuilder]: ImdbID Found: tt0071562
    04-Mar-2010 14:28:38 Debug [ ImdbBuilder]: Lookup Imdbid=tt0438488: Title='Terminator Salvation', Year=2009
    04-Mar-2010 14:28:38 Debug [ DataProviderManager]: SEARCH: Title='Terminator Salvation', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:38 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Terminator 4 - Salvation", Folder= "Terminator 4 - Salvation", File= "VIDEO_TS.IFO", Keywords= "Terminator Salvation", Title= "Terminator Salvation", Year= 2009, DiscId= "236d480f6a9857d", MovieHash= "", ImdbId= "tt0438488"
    04-Mar-2010 14:28:38 Info [ MovieImporter]: No exact match for Terminator 4 - Salvation
    04-Mar-2010 14:28:38 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Godfather Part II [Disc 2]\movie.nfo
    04-Mar-2010 14:28:38 Debug [ NfoBuilder]: ImdbID Found: tt0071562
    04-Mar-2010 14:28:39 Debug [ ImdbBuilder]: Lookup Imdbid=tt0355295: Title='The Brothers Grimm', Year=2005
    04-Mar-2010 14:28:39 Debug [ DataProviderManager]: SEARCH: Title='The Brothers Grimm', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:39 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Brothers Grimm", Folder= "The Brothers Grimm", File= "VIDEO_TS.IFO", Keywords= "Brothers Grimm", Title= "The Brothers Grimm", Year= 2005, DiscId= "45f729c79bf94c71", MovieHash= "", ImdbId= "tt0355295"
    04-Mar-2010 14:28:39 Info [ MovieImporter]: No exact match for The Brothers Grimm
    04-Mar-2010 14:28:39 Debug [ ImdbBuilder]: Lookup Imdbid=tt0041094: Title='The Adventures of Ichabod and Mr. Toad', Year=1949
    04-Mar-2010 14:28:39 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Godfather Part III\movie.nfo
    04-Mar-2010 14:28:39 Debug [ DataProviderManager]: SEARCH: Title='The Adventures of Ichabod and Mr. Toad', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:39 Debug [ NfoBuilder]: ImdbID Found: tt0099674
    04-Mar-2010 14:28:39 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Adventures of Ichabod And Mr. Toad", Folder= "The Adventures of Ichabod And Mr. Toad", File= "VIDEO_TS.IFO", Keywords= "Adventures Ichabod Mr Toad", Title= "The Adventures of Ichabod and Mr. Toad", Year= 1949, DiscId= "9b38b162df8e0d37", MovieHash= "", ImdbId= "tt0041094"
    04-Mar-2010 14:28:39 Info [ MovieImporter]: No exact match for The Adventures of Ichabod And Mr. Toad
    04-Mar-2010 14:28:39 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Godfather\movie.nfo
    04-Mar-2010 14:28:39 Debug [ NfoBuilder]: ImdbID Found: tt0068646
    04-Mar-2010 14:28:39 Debug [ ImdbBuilder]: Lookup Imdbid=tt0258463: Title='The Bourne Identity', Year=2002
    04-Mar-2010 14:28:39 Debug [ DataProviderManager]: SEARCH: Title='The Bourne Identity', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:39 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Bourne Identity", Folder= "The Bourne Identity", File= "VIDEO_TS.IFO", Keywords= "Bourne Identity", Title= "The Bourne Identity", Year= 2002, DiscId= "b4a559ed16884674", MovieHash= "", ImdbId= "tt0258463"
    04-Mar-2010 14:28:39 Info [ MovieImporter]: No exact match for The Bourne Identity
    04-Mar-2010 14:28:39 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Great Mouse Detective\movie.nfo
    04-Mar-2010 14:28:39 Debug [ NfoBuilder]: ImdbID Found: tt0091149
    04-Mar-2010 14:28:40 Debug [ ImdbBuilder]: Lookup Imdbid=tt0071562: Title='The Godfather: Part II', Year=1974
    04-Mar-2010 14:28:40 Debug [ DataProviderManager]: SEARCH: Title='The Godfather: Part II', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:40 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Godfather Part II [Disc 1]", Folder= "The Godfather Part II [Disc 1]", File= "VIDEO_TS.IFO", Keywords= "Godfather Part II", Title= "The Godfather: Part II", Year= 1974, DiscId= "9466e8bcfe216b6", MovieHash= "", ImdbId= "tt0071562"
    04-Mar-2010 14:28:40 Info [ MovieImporter]: No exact match for The Godfather Part II [Disc 1]
    04-Mar-2010 14:28:40 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Green Mile\movie.nfo
    04-Mar-2010 14:28:40 Debug [ NfoBuilder]: ImdbID Found: tt0120689
    04-Mar-2010 14:28:40 Debug [ ImdbBuilder]: Lookup Imdbid=tt0099674: Title='The Godfather: Part III', Year=1990
    04-Mar-2010 14:28:40 Debug [ DataProviderManager]: SEARCH: Title='The Godfather: Part III', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:40 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Godfather Part III", Folder= "The Godfather Part III", File= "VIDEO_TS.IFO", Keywords= "Godfather Part III", Title= "The Godfather: Part III", Year= 1990, DiscId= "e7da0fc893e9be3b", MovieHash= "", ImdbId= "tt0099674"
    04-Mar-2010 14:28:40 Info [ MovieImporter]: No exact match for The Godfather Part III
    04-Mar-2010 14:28:40 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Hot Chick\movie.nfo
    04-Mar-2010 14:28:40 Debug [ NfoBuilder]: ImdbID Found: tt0302640
    04-Mar-2010 14:28:40 Debug [ ImdbBuilder]: Lookup Imdbid=tt0071562: Title='The Godfather: Part II', Year=1974
    04-Mar-2010 14:28:40 Debug [ DataProviderManager]: SEARCH: Title='The Godfather: Part II', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:40 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Godfather Part II [Disc 2]", Folder= "The Godfather Part II [Disc 2]", File= "VIDEO_TS.IFO", Keywords= "Godfather Part II", Title= "The Godfather: Part II", Year= 1974, DiscId= "451246b3b6dbfb68", MovieHash= "", ImdbId= "tt0071562"
    04-Mar-2010 14:28:41 Info [ MovieImporter]: No exact match for The Godfather Part II [Disc 2]
    04-Mar-2010 14:28:41 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Invention of Lying\movie.nfo
    04-Mar-2010 14:28:41 Debug [ NfoBuilder]: ImdbID Found: tt1058017
    04-Mar-2010 14:28:41 Debug [ ImdbBuilder]: Lookup Imdbid=tt0091149: Title='The Great Mouse Detective', Year=1986
    04-Mar-2010 14:28:41 Debug [ DataProviderManager]: SEARCH: Title='The Great Mouse Detective', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:41 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Great Mouse Detective", Folder= "The Great Mouse Detective", File= "VIDEO_TS.IFO", Keywords= "Great Mouse Detective", Title= "The Great Mouse Detective", Year= 1986, DiscId= "760a7a7800048088", MovieHash= "", ImdbId= "tt0091149"
    04-Mar-2010 14:28:41 Info [ MovieImporter]: No exact match for The Great Mouse Detective
    04-Mar-2010 14:28:41 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Jungle Book\movie.nfo
    04-Mar-2010 14:28:41 Debug [ NfoBuilder]: ImdbID Found: tt0061852
    04-Mar-2010 14:28:41 Debug [ ImdbBuilder]: Lookup Imdbid=tt0068646: Title='The Godfather', Year=1972
    04-Mar-2010 14:28:41 Debug [ DataProviderManager]: SEARCH: Title='The Godfather', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:41 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Godfather", Folder= "The Godfather", File= "VIDEO_TS.IFO", Keywords= "Godfather", Title= "The Godfather", Year= 1972, DiscId= "69e9dc835740601b", MovieHash= "", ImdbId= "tt0068646"
    04-Mar-2010 14:28:41 Info [ MovieImporter]: No exact match for The Godfather
    04-Mar-2010 14:28:41 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Last Samurai\movie.nfo
    04-Mar-2010 14:28:41 Debug [ NfoBuilder]: ImdbID Found: tt0325710
    04-Mar-2010 14:28:42 Debug [ ImdbBuilder]: Lookup Imdbid=tt0302640: Title='The Hot Chick', Year=2002
    04-Mar-2010 14:28:42 Debug [ DataProviderManager]: SEARCH: Title='The Hot Chick', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:42 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Hot Chick", Folder= "The Hot Chick", File= "VIDEO_TS.IFO", Keywords= "Hot Chick", Title= "The Hot Chick", Year= 2002, DiscId= "a5dd88bbacff4481", MovieHash= "", ImdbId= "tt0302640"
    04-Mar-2010 14:28:42 Info [ MovieImporter]: No exact match for The Hot Chick
    04-Mar-2010 14:28:42 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Lion King\movie.nfo
    04-Mar-2010 14:28:42 Debug [ NfoBuilder]: ImdbID Found: tt0110357
    04-Mar-2010 14:28:42 Debug [ ImdbBuilder]: Lookup Imdbid=tt0120689: Title='The Green Mile', Year=1999
    04-Mar-2010 14:28:42 Debug [ DataProviderManager]: SEARCH: Title='The Green Mile', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:42 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Green Mile", Folder= "The Green Mile", File= "VIDEO_TS.IFO", Keywords= "Green Mile", Title= "The Green Mile", Year= 1999, DiscId= "9d89318b5d890bf6", MovieHash= "", ImdbId= "tt0120689"
    04-Mar-2010 14:28:42 Info [ MovieImporter]: No exact match for The Green Mile
    04-Mar-2010 14:28:42 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Little Mermaid\movie.nfo
    04-Mar-2010 14:28:42 Debug [ NfoBuilder]: ImdbID Found: tt0097757
    04-Mar-2010 14:28:43 Debug [ ImdbBuilder]: Lookup Imdbid=tt0097757: Title='The Little Mermaid', Year=1989
    04-Mar-2010 14:28:43 Debug [ DataProviderManager]: SEARCH: Title='The Little Mermaid', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:43 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Little Mermaid", Folder= "The Little Mermaid", File= "VIDEO_TS.IFO", Keywords= "Little Mermaid", Title= "The Little Mermaid", Year= 1989, DiscId= "339245181227c62", MovieHash= "", ImdbId= "tt0097757"
    04-Mar-2010 14:28:43 Info [ MovieImporter]: No exact match for The Little Mermaid
    04-Mar-2010 14:28:43 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Many Adventures of Winnie The Pooh\movie.nfo
    04-Mar-2010 14:28:43 Debug [ NfoBuilder]: ImdbID Found: tt0076363
    04-Mar-2010 14:28:44 Debug [ ImdbBuilder]: Lookup Imdbid=tt0325710: Title='The Last Samurai', Year=2003
    04-Mar-2010 14:28:44 Debug [ DataProviderManager]: SEARCH: Title='The Last Samurai', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:44 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Last Samurai", Folder= "The Last Samurai", File= "VIDEO_TS.IFO", Keywords= "Last Samurai", Title= "The Last Samurai", Year= 2003, DiscId= "c694c6a2b2603611", MovieHash= "", ImdbId= "tt0325710"
    04-Mar-2010 14:28:44 Info [ MovieImporter]: No exact match for The Last Samurai
    04-Mar-2010 14:28:44 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The NeverEnding Story\movie.nfo
    04-Mar-2010 14:28:44 Debug [ NfoBuilder]: ImdbID Found: tt0088323
    04-Mar-2010 14:28:45 Debug [ ImdbBuilder]: Lookup Imdbid=tt0088323: Title='Die unendliche Geschichte', Year=1984
    04-Mar-2010 14:28:45 Debug [ DataProviderManager]: SEARCH: Title='Die unendliche Geschichte', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:45 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The NeverEnding Story", Folder= "The NeverEnding Story", File= "VIDEO_TS.IFO", Keywords= "unendliche Geschichte", Title= "Die unendliche Geschichte", Year= 1984, DiscId= "7af181906ef7817d", MovieHash= "", ImdbId= "tt0088323"
    04-Mar-2010 14:28:45 Info [ MovieImporter]: No exact match for The NeverEnding Story
    04-Mar-2010 14:28:45 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Nightmare Before Christmas\movie.nfo
    04-Mar-2010 14:28:45 Debug [ NfoBuilder]: ImdbID Found: tt0107688
    04-Mar-2010 14:28:45 Debug [ ImdbBuilder]: Lookup Imdbid=tt0107688: Title='The Nightmare Before Christmas', Year=1993
    04-Mar-2010 14:28:45 Debug [ DataProviderManager]: SEARCH: Title='The Nightmare Before Christmas', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:45 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Nightmare Before Christmas", Folder= "The Nightmare Before Christmas", File= "VIDEO_TS.IFO", Keywords= "Nightmare Before Christmas", Title= "The Nightmare Before Christmas", Year= 1993, DiscId= "e131ae7301b8854a", MovieHash= "", ImdbId= "tt0107688"
    04-Mar-2010 14:28:45 Info [ MovieImporter]: No exact match for The Nightmare Before Christmas
    04-Mar-2010 14:28:45 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Rescuers Down Under\movie.nfo
    04-Mar-2010 14:28:45 Debug [ NfoBuilder]: ImdbID Found: tt0100477
    04-Mar-2010 14:28:46 Debug [ ImdbBuilder]: Lookup Imdbid=tt0100477: Title='The Rescuers Down Under', Year=1990
    04-Mar-2010 14:28:46 Debug [ DataProviderManager]: SEARCH: Title='The Rescuers Down Under', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:46 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Rescuers Down Under", Folder= "The Rescuers Down Under", File= "VIDEO_TS.IFO", Keywords= "Rescuers Down Under", Title= "The Rescuers Down Under", Year= 1990, DiscId= "5fc59961064d7632", MovieHash= "", ImdbId= "tt0100477"
    04-Mar-2010 14:28:46 Info [ MovieImporter]: No exact match for The Rescuers Down Under
    04-Mar-2010 14:28:46 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Rescuers\movie.nfo
    04-Mar-2010 14:28:46 Debug [ NfoBuilder]: ImdbID Found: tt0076618
    04-Mar-2010 14:28:47 Debug [ ImdbBuilder]: Lookup Imdbid=tt0076618: Title='The Rescuers', Year=1977
    04-Mar-2010 14:28:47 Debug [ DataProviderManager]: SEARCH: Title='The Rescuers', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:47 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Rescuers", Folder= "The Rescuers", File= "VIDEO_TS.IFO", Keywords= "Rescuers", Title= "The Rescuers", Year= 1977, DiscId= "3b74f210e3615cf4", MovieHash= "", ImdbId= "tt0076618"
    04-Mar-2010 14:28:47 Info [ MovieImporter]: No exact match for The Rescuers
    04-Mar-2010 14:28:47 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Rock\movie.nfo
    04-Mar-2010 14:28:47 Debug [ NfoBuilder]: ImdbID Found: tt0117500
    04-Mar-2010 14:28:48 Debug [ ImdbBuilder]: Lookup Imdbid=tt0117500: Title='The Rock', Year=1996
    04-Mar-2010 14:28:48 Debug [ DataProviderManager]: SEARCH: Title='The Rock', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:48 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Rock", Folder= "The Rock", File= "VIDEO_TS.IFO", Keywords= "Rock", Title= "The Rock", Year= 1996, DiscId= "6ed0f63e4c360e4f", MovieHash= "", ImdbId= "tt0117500"
    04-Mar-2010 14:28:48 Info [ MovieImporter]: No exact match for The Rock
    04-Mar-2010 14:28:48 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Shawshank Redemption\movie.nfo
    04-Mar-2010 14:28:48 Debug [ NfoBuilder]: ImdbID Found: tt0111161
    04-Mar-2010 14:28:49 Debug [ ImdbBuilder]: Lookup Imdbid=tt0111161: Title='The Shawshank Redemption', Year=1994
    04-Mar-2010 14:28:49 Debug [ DataProviderManager]: SEARCH: Title='The Shawshank Redemption', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:49 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Shawshank Redemption", Folder= "The Shawshank Redemption", File= "VIDEO_TS.IFO", Keywords= "Shawshank Redemption", Title= "The Shawshank Redemption", Year= 1994, DiscId= "24e4fa06dfcf6a34", MovieHash= "", ImdbId= "tt0111161"
    04-Mar-2010 14:28:49 Info [ MovieImporter]: No exact match for The Shawshank Redemption
    04-Mar-2010 14:28:49 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Taking of Pelham 123\movie.nfo
    04-Mar-2010 14:28:49 Debug [ NfoBuilder]: ImdbID Found: tt1111422
    04-Mar-2010 14:28:49 Debug [ ImdbBuilder]: Lookup Imdbid=tt1111422: Title='The Taking of Pelham 1 2 3', Year=2009
    04-Mar-2010 14:28:49 Debug [ DataProviderManager]: SEARCH: Title='The Taking of Pelham 1 2 3', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:49 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Taking of Pelham 123", Folder= "The Taking of Pelham 123", File= "VIDEO_TS.IFO", Keywords= "Taking Pelham 1 2 3", Title= "The Taking of Pelham 1 2 3", Year= 2009, DiscId= "e3c90664b188430c", MovieHash= "", ImdbId= "tt1111422"
    04-Mar-2010 14:28:49 Info [ MovieImporter]: No exact match for The Taking of Pelham 123
    04-Mar-2010 14:28:49 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Talented Mr. Ripley\movie.nfo
    04-Mar-2010 14:28:49 Debug [ NfoBuilder]: ImdbID Found: tt0134119
    04-Mar-2010 14:28:50 Debug [ ImdbBuilder]: Lookup Imdbid=tt0134119: Title='The Talented Mr. Ripley', Year=1999
    04-Mar-2010 14:28:50 Debug [ DataProviderManager]: SEARCH: Title='The Talented Mr. Ripley', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:50 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Talented Mr. Ripley", Folder= "The Talented Mr. Ripley", File= "VIDEO_TS.IFO", Keywords= "Talented Mr Ripley", Title= "The Talented Mr. Ripley", Year= 1999, DiscId= "7b6174e3f7ccd74b", MovieHash= "", ImdbId= "tt0134119"
    04-Mar-2010 14:28:50 Info [ MovieImporter]: No exact match for The Talented Mr. Ripley
    04-Mar-2010 14:28:50 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\The Ugly Truth\movie.nfo
    04-Mar-2010 14:28:50 Debug [ NfoBuilder]: ImdbID Found: tt1142988
    04-Mar-2010 14:28:51 Debug [ ImdbBuilder]: Lookup Imdbid=tt1142988: Title='The Ugly Truth', Year=2009
    04-Mar-2010 14:28:51 Debug [ DataProviderManager]: SEARCH: Title='The Ugly Truth', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:51 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Ugly Truth", Folder= "The Ugly Truth", File= "VIDEO_TS.IFO", Keywords= "Ugly Truth", Title= "The Ugly Truth", Year= 2009, DiscId= "c0fcc39e8bc7cfda", MovieHash= "", ImdbId= "tt1142988"
    04-Mar-2010 14:28:51 Info [ MovieImporter]: No exact match for The Ugly Truth
    04-Mar-2010 14:28:51 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Tommy Boy\movie.nfo
    04-Mar-2010 14:28:51 Debug [ NfoBuilder]: ImdbID Found: tt0114694
    04-Mar-2010 14:28:52 Debug [ ImdbBuilder]: Lookup Imdbid=tt0114694: Title='Tommy Boy', Year=1995
    04-Mar-2010 14:28:52 Debug [ DataProviderManager]: SEARCH: Title='Tommy Boy', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:52 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Tommy Boy", Folder= "Tommy Boy", File= "VIDEO_TS.IFO", Keywords= "Tommy Boy", Title= "Tommy Boy", Year= 1995, DiscId= "df3ab65b95b62360", MovieHash= "", ImdbId= "tt0114694"
    04-Mar-2010 14:28:52 Info [ MovieImporter]: No exact match for Tommy Boy
    04-Mar-2010 14:28:52 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Tuck Everlasting\movie.nfo
    04-Mar-2010 14:28:52 Debug [ NfoBuilder]: ImdbID Found: tt0283084
    04-Mar-2010 14:28:52 Debug [ ImdbBuilder]: Lookup Imdbid=tt0283084: Title='Tuck Everlasting', Year=2002
    04-Mar-2010 14:28:52 Debug [ DataProviderManager]: SEARCH: Title='Tuck Everlasting', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:52 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Tuck Everlasting", Folder= "Tuck Everlasting", File= "VIDEO_TS.IFO", Keywords= "Tuck Everlasting", Title= "Tuck Everlasting", Year= 2002, DiscId= "bfeae2da0267efe8", MovieHash= "", ImdbId= "tt0283084"
    04-Mar-2010 14:28:52 Info [ MovieImporter]: No exact match for Tuck Everlasting
    04-Mar-2010 14:28:52 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Twilight\movie.nfo
    04-Mar-2010 14:28:52 Debug [ NfoBuilder]: ImdbID Found: tt1099212
    04-Mar-2010 14:28:53 Debug [ ImdbBuilder]: Lookup Imdbid=tt1099212: Title='Twilight', Year=2008
    04-Mar-2010 14:28:53 Debug [ DataProviderManager]: SEARCH: Title='Twilight', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:53 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Twilight", Folder= "Twilight", File= "VIDEO_TS.IFO", Keywords= "Twilight", Title= "Twilight", Year= 2008, DiscId= "1e355e20a986fb48", MovieHash= "", ImdbId= "tt1099212"
    04-Mar-2010 14:28:53 Info [ MovieImporter]: No exact match for Twilight
    04-Mar-2010 14:28:53 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Two Weeks Notice\movie.nfo
    04-Mar-2010 14:28:53 Debug [ NfoBuilder]: ImdbID Found: tt0313737
    04-Mar-2010 14:28:54 Debug [ ImdbBuilder]: Lookup Imdbid=tt0313737: Title='Two Weeks Notice', Year=2002
    04-Mar-2010 14:28:54 Debug [ DataProviderManager]: SEARCH: Title='Two Weeks Notice', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:54 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Two Weeks Notice", Folder= "Two Weeks Notice", File= "VIDEO_TS.IFO", Keywords= "Two Weeks Notice", Title= "Two Weeks Notice", Year= 2002, DiscId= "93c353d4705d249e", MovieHash= "", ImdbId= "tt0313737"
    04-Mar-2010 14:28:54 Info [ MovieImporter]: No exact match for Two Weeks Notice
    04-Mar-2010 14:28:54 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Underworld 2 - Evolution\movie.nfo
    04-Mar-2010 14:28:54 Debug [ NfoBuilder]: ImdbID Found: tt0401855
    04-Mar-2010 14:28:55 Debug [ ImdbBuilder]: Lookup Imdbid=tt0401855: Title='Underworld: Evolution', Year=2006
    04-Mar-2010 14:28:55 Debug [ DataProviderManager]: SEARCH: Title='Underworld: Evolution', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:55 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Underworld 2 - Evolution", Folder= "Underworld 2 - Evolution", File= "VIDEO_TS.IFO", Keywords= "Underworld Evolution", Title= "Underworld: Evolution", Year= 2006, DiscId= "ebdef3c502664902", MovieHash= "", ImdbId= "tt0401855"
    04-Mar-2010 14:28:55 Info [ MovieImporter]: No exact match for Underworld 2 - Evolution
    04-Mar-2010 14:28:55 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Underworld 3 - Rise of The Lycans\movie.nfo
    04-Mar-2010 14:28:55 Debug [ NfoBuilder]: ImdbID Found: tt0834001
    04-Mar-2010 14:28:55 Warn [ WebGrabber]: Connection failed: Reached retry limit of 3. URL=http://www.imdb.com/title/tt0061852
    04-Mar-2010 14:28:55 Debug [ DataProviderManager]: SEARCH: Title='The Jungle Book', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:55 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Jungle Book", Folder= "The Jungle Book", File= "VIDEO_TS.IFO", Keywords= "Jungle Book", Title= "The Jungle Book", Year= 0, DiscId= "7e1ce25dcdbc02b", MovieHash= "", ImdbId= "tt0061852"
    04-Mar-2010 14:28:55 Info [ MovieImporter]: No exact match for The Jungle Book
    04-Mar-2010 14:28:55 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\Underworld\movie.nfo
    04-Mar-2010 14:28:55 Debug [ NfoBuilder]: ImdbID Found: tt0320691
    04-Mar-2010 14:28:55 Warn [ WebGrabber]: Connection failed: Reached retry limit of 3. URL=http://www.imdb.com/title/tt0110357
    04-Mar-2010 14:28:55 Debug [ DataProviderManager]: SEARCH: Title='The Lion King', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:55 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Lion King", Folder= "The Lion King", File= "VIDEO_TS.IFO", Keywords= "Lion King", Title= "The Lion King", Year= 0, DiscId= "66cd5dfcdf728971", MovieHash= "", ImdbId= "tt0110357"
    04-Mar-2010 14:28:55 Info [ MovieImporter]: No exact match for The Lion King
    04-Mar-2010 14:28:55 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\UP\movie.nfo
    04-Mar-2010 14:28:55 Debug [ NfoBuilder]: ImdbID Found: tt1049413
    04-Mar-2010 14:28:56 Debug [ ImdbBuilder]: Lookup Imdbid=tt0834001: Title='Underworld: Rise of the Lycans', Year=2009
    04-Mar-2010 14:28:56 Debug [ DataProviderManager]: SEARCH: Title='Underworld: Rise of the Lycans', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:56 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Underworld 3 - Rise of The Lycans", Folder= "Underworld 3 - Rise of The Lycans", File= "VIDEO_TS.IFO", Keywords= "Underworld Rise Lycans", Title= "Underworld: Rise of the Lycans", Year= 2009, DiscId= "781c528fbbe08236", MovieHash= "", ImdbId= "tt0834001"
    04-Mar-2010 14:28:56 Info [ MovieImporter]: No exact match for Underworld 3 - Rise of The Lycans
    04-Mar-2010 14:28:56 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\WALL-E\movie.nfo
    04-Mar-2010 14:28:56 Debug [ NfoBuilder]: ImdbID Found: tt0910970
    04-Mar-2010 14:28:56 Warn [ WebGrabber]: Connection failed: Reached retry limit of 3. URL=http://www.imdb.com/title/tt1058017
    04-Mar-2010 14:28:56 Debug [ DataProviderManager]: SEARCH: Title='The Invention of Lying', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:56 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Invention of Lying", Folder= "The Invention of Lying", File= "VIDEO_TS.IFO", Keywords= "Invention Lying", Title= "The Invention of Lying", Year= 0, DiscId= "da8ef27b83effde4", MovieHash= "", ImdbId= "tt1058017"
    04-Mar-2010 14:28:56 Info [ MovieImporter]: No exact match for The Invention of Lying
    04-Mar-2010 14:28:56 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\When Harry Met Sally\movie.nfo
    04-Mar-2010 14:28:56 Debug [ NfoBuilder]: ImdbID Found: tt0098635
    04-Mar-2010 14:28:56 Debug [ ImdbBuilder]: Lookup Imdbid=tt0320691: Title='Underworld', Year=2003
    04-Mar-2010 14:28:56 Debug [ DataProviderManager]: SEARCH: Title='Underworld', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:56 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\Underworld", Folder= "Underworld", File= "VIDEO_TS.IFO", Keywords= "Underworld", Title= "Underworld", Year= 2003, DiscId= "f7df195a82609790", MovieHash= "", ImdbId= "tt0320691"
    04-Mar-2010 14:28:56 Info [ MovieImporter]: No exact match for Underworld
    04-Mar-2010 14:28:56 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\White Christmas\movie.nfo
    04-Mar-2010 14:28:56 Debug [ NfoBuilder]: ImdbID Found: tt0047673
    04-Mar-2010 14:28:57 Warn [ WebGrabber]: Connection failed: Reached retry limit of 3. URL=http://www.imdb.com/title/tt0076363
    04-Mar-2010 14:28:57 Debug [ DataProviderManager]: SEARCH: Title='The Many Adventures of Winnie The Pooh', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:57 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\The Many Adventures of Winnie The Pooh", Folder= "The Many Adventures of Winnie The Pooh", File= "VIDEO_TS.IFO", Keywords= "Many Adventures Winnie Pooh", Title= "The Many Adventures of Winnie The Pooh", Year= 0, DiscId= "9ef3db11d096425f", MovieHash= "", ImdbId= "tt0076363"
    04-Mar-2010 14:28:57 Info [ MovieImporter]: No exact match for The Many Adventures of Winnie The Pooh
    04-Mar-2010 14:28:57 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\White Oleander\movie.nfo
    04-Mar-2010 14:28:57 Debug [ NfoBuilder]: ImdbID Found: tt0283139
    04-Mar-2010 14:28:57 Debug [ ImdbBuilder]: Lookup Imdbid=tt1049413: Title='Up', Year=2009
    04-Mar-2010 14:28:57 Debug [ DataProviderManager]: SEARCH: Title='Up', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:57 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\UP", Folder= "UP", File= "VIDEO_TS.IFO", Keywords= "Up", Title= "Up", Year= 2009, DiscId= "a393b0f564de506c", MovieHash= "", ImdbId= "tt1049413"
    04-Mar-2010 14:28:57 Info [ MovieImporter]: No exact match for UP
    04-Mar-2010 14:28:57 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\X-Men 2\movie.nfo
    04-Mar-2010 14:28:57 Debug [ NfoBuilder]: ImdbID Found: tt0290334
    04-Mar-2010 14:28:57 Debug [ ImdbBuilder]: Lookup Imdbid=tt0098635: Title='When Harry Met Sally...', Year=1989
    04-Mar-2010 14:28:57 Debug [ DataProviderManager]: SEARCH: Title='When Harry Met Sally...', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:57 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\When Harry Met Sally", Folder= "When Harry Met Sally", File= "VIDEO_TS.IFO", Keywords= "When Harry Met Sally", Title= "When Harry Met Sally...", Year= 1989, DiscId= "b98532864d0edb03", MovieHash= "", ImdbId= "tt0098635"
    04-Mar-2010 14:28:57 Info [ MovieImporter]: No exact match for When Harry Met Sally
    04-Mar-2010 14:28:57 Info [ NfoBuilder]: Parsing NFO file: \\WHS\Movies\X-Men\movie.nfo
    04-Mar-2010 14:28:57 Debug [ NfoBuilder]: ImdbID Found: tt0120903
    04-Mar-2010 14:28:57 Debug [ ImdbBuilder]: Lookup Imdbid=tt0910970: Title='WALL·E', Year=2008
    04-Mar-2010 14:28:57 Debug [ DataProviderManager]: SEARCH: Title='WALL·E', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:57 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\WALL-E", Folder= "WALL-E", File= "VIDEO_TS.IFO", Keywords= "WALL E", Title= "WALL·E", Year= 2008, DiscId= "c30ae5be7f56ff65", MovieHash= "", ImdbId= "tt0910970"
    04-Mar-2010 14:28:57 Info [ MovieImporter]: No exact match for WALL-E
    04-Mar-2010 14:28:58 Debug [ ImdbBuilder]: Lookup Imdbid=tt0047673: Title='White Christmas', Year=1954
    04-Mar-2010 14:28:58 Debug [ DataProviderManager]: SEARCH: Title='White Christmas', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:58 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\White Christmas", Folder= "White Christmas", File= "VIDEO_TS.IFO", Keywords= "White Christmas", Title= "White Christmas", Year= 1954, DiscId= "10c3ccc40c326402", MovieHash= "", ImdbId= "tt0047673"
    04-Mar-2010 14:28:58 Info [ MovieImporter]: No exact match for White Christmas
    04-Mar-2010 14:28:58 Debug [ ImdbBuilder]: Lookup Imdbid=tt0283139: Title='White Oleander', Year=2002
    04-Mar-2010 14:28:58 Debug [ DataProviderManager]: SEARCH: Title='White Oleander', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:58 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\White Oleander", Folder= "White Oleander", File= "VIDEO_TS.IFO", Keywords= "White Oleander", Title= "White Oleander", Year= 2002, DiscId= "d66449f720a690aa", MovieHash= "", ImdbId= "tt0283139"
    04-Mar-2010 14:28:58 Info [ MovieImporter]: No exact match for White Oleander
    04-Mar-2010 14:28:58 Debug [ ImdbBuilder]: Lookup Imdbid=tt0120903: Title='X-Men', Year=2000
    04-Mar-2010 14:28:58 Debug [ DataProviderManager]: SEARCH: Title='X-Men', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:58 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\X-Men", Folder= "X-Men", File= "VIDEO_TS.IFO", Keywords= "X Men", Title= "X-Men", Year= 2000, DiscId= "60850ad0453d9aa4", MovieHash= "", ImdbId= "tt0120903"
    04-Mar-2010 14:28:58 Info [ MovieImporter]: No exact match for X-Men
    04-Mar-2010 14:28:59 Debug [ ImdbBuilder]: Lookup Imdbid=tt0290334: Title='X2', Year=2003
    04-Mar-2010 14:28:59 Debug [ DataProviderManager]: SEARCH: Title='X2', Provider='XBMC (Local)', Version=1.0.2, Number of Results=0
    04-Mar-2010 14:28:59 Debug [ MovieImporter]: Built MediaSignature: Path= "\\WHS\Movies\X-Men 2", Folder= "X-Men 2", File= "VIDEO_TS.IFO", Keywords= "X2", Title= "X2", Year= 2003, DiscId= "f4c217440ffd7408", MovieHash= "", ImdbId= "tt0290334"
    04-Mar-2010 14:28:59 Info [ MovieImporter]: No exact match for X-Men 2

    I don't really understand the whole process of how the scraper works, but it appears as if it is still calling on IMDB to lookup names for my movies for some reason (or at least the IMDBid). Do I have a certain setting checked or unchecked...or does it do this by default?

    EDIT 2:
    I wonder if my .nfo files simply have the wrong syntax? They were created using an older version of the 'MP Artwork & Info Copier' program. Here is an example of one of the movie.nfo files created with the app for 'The Last Samurai':

    <movie>
    <title>The Last Samurai</title>
    <sorttitle>Last Samurai, The</sorttitle>
    <rating>0.0</rating>
    <year>2003</year>
    <plot>In the 1870s, Captain Nathan Algren, a cynical veteran of the American Civil war who will work for anyone, is hired by Americans who want lucrative contracts with the Emperor of Japan to train the peasant conscripts for the first standing imperial army in modern warfare using firearms. The imperial Omura cabinet's first priority is to repress a rebellion of traditionalist Samurai -hereditary warriors- who remain devoted to the sacred dynasty but reject the Westernizing policy and even refuse firearms. Yet when his ill-prepared superior force sets out too soon, their panic allows the sword-wielding samurai to crush them. Badly wounded Algren's courageous stand makes the samurai leader Katsumoto spare his life; once nursed to health he learns to know and respect the old Japanese way, and participates as advisor in Katsumoto's failed attempt to save the Bushido tradition, but Omura gets repressive laws enacted- he must now choose to honor his loyalty to one of the embittered sides when the conflict returns to the battlefield...</plot>
    <tagline> </tagline>
    <runtime>154</runtime>
    <mpaa>R</mpaa>
    <language> </language>
    <id>tt0325710</id>
    <genre>|Action|Adventure|Drama|History|War|</genre>
    <director>|Edward Zwick|</director>
    <actor>
    <name>Ken Watanabe</name>
    </actor>
    <actor>
    <name>Tom Cruise</name>
    </actor>
    <actor>
    <name>William Atherton</name>
    </actor>
    <actor>
    <name>Chad Lindberg</name>
    </actor>
    <actor>
    <name>Ray Godshall Sr.</name>
    </actor>
    <actor>
    <name>Billy Connolly</name>
    </actor>
    <actor>
    <name>Tony Goldwyn</name>
    </actor>
    <actor>
    <name>Masato Harada</name>
    </actor>
    <actor>
    <name>Masashi Odate</name>
    </actor>
    <actor>
    <name>John Koyama</name>
    </actor>
    <writer>
    <name> </name>
    </writer>
    </movie>
    http://www.imdb.com/title/tt0325710
    </movie>

    EDIT 3:
    OK.

    I think I may have found what is going wrong, although I'm not quite sure.

    Here is the change log for the MP Artwork/Info copier:

    ***NEW(v0.4.1.1)***
    Removed details address from nfo files to be compatible with XBMC scraper.
    (2-22-10 | 119)

    ***NEW(v0.4.1)***
    Added Language and Writers options for the NFO file.
    Fixed problem when detecting VIDEO_TS folders.
    (1-13-10 | 60)

    I believe that I was using 0.4.1, as that was around the time that I created all of the nfo files. It looks like in 0.4.1.1 there was a change to make it compatible with the XBMC scraper, which may be why it is currently not picking up any of my movie.nfo files.

    Too bad, as I don't believe I have the old database anymore to run the Copier off of and recreate the files :-/. That's what I get, though.

    Can anybody confirm this by looking at my example .nfo file above?

    EDIT 4:

    No Luck.

    I found my old database and ran the new version of the Artwork/Info copier against it to get updated XBMC nfo files. The XBMC scraper still fails to pick any of them up, so I'm back at square one.

    Here's an updated version of my Last Samurai movie.nfo file:

    <?xml version="1.0" encoding="UTF-8"?>
    <movie>
    <title>The Last Samurai</title>
    <sorttitle>last samurai the</sorttitle>
    <rating>7.8</rating>
    <year>2003</year>
    <plot>In the 1870s, Captain Nathan Algren, a cynical veteran of the American Civil war who will work for anyone, is hired by Americans who want lucrative contracts with the Emperor of Japan to train the peasant conscripts for the first standing imperial army in modern warfare using firearms. The imperial Omura cabinet's first priority is to repress a rebellion of traditionalist Samurai -hereditary warriors- who remain devoted to the sacred dynasty but reject the Westernizing policy and even refuse firearms. Yet when his ill-prepared superior force sets out too soon, their panic allows the sword-wielding samurai to crush them. Badly wounded Algren's courageous stand makes the samurai leader Katsumoto spare his life; once nursed to health he learns to know and respect the old Japanese way, and participates as advisor in Katsumoto's failed attempt to save the Bushido tradition, but Omura gets repressive laws enacted- he must now choose to honor his loyalty to one of the embittered sides when the conflict returns to the battlefield...</plot>
    <tagline>In the face of an enemy, in the Heart of One Man, Lies the Soul of a Warrior.</tagline>
    <runtime>154</runtime>
    <mpaa>R</mpaa>
    <language>English</language>
    <id>tt0325710</id>
    <genre>|Action|Adventure|Drama|History|War|</genre>
    <director>|Edward Zwick|</director>
    <actor>
    <name>Ken Watanabe</name>
    </actor>
    <actor>
    <name>Tom Cruise</name>
    </actor>
    <actor>
    <name>William Atherton</name>
    </actor>
    <actor>
    <name>Chad Lindberg</name>
    </actor>
    <actor>
    <name>Ray Godshall Sr.</name>
    </actor>
    <actor>
    <name>Billy Connolly</name>
    </actor>
    <actor>
    <name>Tony Goldwyn</name>
    </actor>
    <actor>
    <name>Masato Harada</name>
    </actor>
    <actor>
    <name>Masashi Odate</name>
    </actor>
    <actor>
    <name>John Koyama</name>
    </actor>
    <writer>
    <name>John Logan</name>
    </writer>
    <writer>
    <name>John Logan</name>
    </writer>
    </movie>

    Any help or suggestions would be appreciated!
     

    Users who are viewing this thread

    Top Bottom