Strange problem with movingpictures mymovies.it scraper script (1 Viewer)

robyf

Retired Team Member
  • Premium Supporter
  • June 20, 2005
    1,076
    278
    52
    Bolzano
    Home Country
    Italy Italy
    Hi

    I'm one of the authors of the mymovies.it scraper script.

    I have a strange problem with the script since a week or two.

    When moving pictures tries to download the full cover of a movie (not all movies infact) it is not able to do it, it cycles with an error, downloading the same data more time into the same file. The file can grow indefinitely (I had a 4,5GByte file data downloaded).

    I've checked the script and the url it retrieves for the cover is the correct one, so I'm not sure what's happening here.

    I post logs, there is this error when the plugin is not able to retrieve the cover:

    Code:
    03-Jan-2012 18:57:43  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    03-Jan-2012 18:57:43  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    03-Jan-2012 18:57:43  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    03-Jan-2012 18:57:43  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    03-Jan-2012 18:57:44  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    03-Jan-2012 18:57:44  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume...

    Thanks to everyone who can help here...
     

    robyf

    Retired Team Member
  • Premium Supporter
  • June 20, 2005
    1,076
    278
    52
    Bolzano
    Home Country
    Italy Italy
    Forgot to say I'm not the only one with this problem. The script is not able to retrieve the covers and hangs downloading data. We are discussing the problem on the htpcitalia.it forum.

    If someone has hints...
     

    fforde

    Community Plugin Dev
    June 7, 2007
    2,667
    1,702
    42
    Texas
    Home Country
    United States of America United States of America
    Are there any specific movies that this always occurs with?
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    First off, I would scan your thumbs/movingpictures folder for small files, you seem to have some invalid files, most likely created when things did not go right. Scanning for small files usually is a quick way to find those and then mass-delete them.

    Then for finding the actual problem, you will find that the scraper-debug mode that MovingPictures has; gives you a lot more information when you have troubles such as the one you are experiencing now. Just remember to run a clean setup and only import a single movie.

    The log file is asynchone and when you are dealing with a lot of data (I get 1-2MB *PER* movie in my IMDb+ script for example) that is mixed in with other data, it becomes a mess trying to make sense of it easy.

    So be sure any MovingPictures background tasks are not running as well, such as the syncs I saw in this log file with Follw.it
     

    robyf

    Retired Team Member
  • Premium Supporter
  • June 20, 2005
    1,076
    278
    52
    Bolzano
    Home Country
    Italy Italy
    I made the tests with a fresh install, no other movies, no thumbs, no sync with follw.it. So I do not think I have invalid files. Every one who uses this script has this problem so I think it's not a problem of my specific installation. I was able to reproduce it on my production system and on my test system too.d

    I will activate debug mode to test more.

    Two movies that causes the problem are for instance Final Destination 5 and Il cavaliere oscuro (The Dark Knight).

    To reproduce it simply name a file for instance "Final Destionation 5.avi" and scan for it having mymovies.it script at first place in cover retrieval configuration.

    It will never end to retrieve the infos since it continues to download the full cover (that you can see in thumbs directory growing indefinitely).
     

    robyf

    Retired Team Member
  • Premium Supporter
  • June 20, 2005
    1,076
    278
    52
    Bolzano
    Home Country
    Italy Italy
    Tested with debug activate... this are the last lines of log:

    Code:
    06-Jan-2012 11:30:33 Debug [         ScraperNode]: Assigned variable: cover_url.count = 1 
    06-Jan-2012 11:30:34 Debug [         ScraperNode]: Assigned variable: cover_url[0][0] = http://pad.mymovies.it/filmclub/2010/09/090/locandinapg6.jpg 
    06-Jan-2012 11:30:35 Debug [         ScraperNode]: Assigned variable: cover_art[6].url = http://pad.mymovies.it/filmclub/2010/09/090/locandinapg6.jpg 
    06-Jan-2012 11:30:35 Debug [         ScraperNode]: Removed variable: poster_page[0] 
    06-Jan-2012 11:30:36 Debug [         ScraperNode]: Removed variable: poster_page 
    06-Jan-2012 11:30:37 Debug [         ScraperNode]: Removed variable: count 
    06-Jan-2012 11:30:37 Debug [         ScraperNode]: executing if: <if test="${poster_pages[0][0]}="><parse name="singlePoster" input="${details_page}" regex="${rx_oneCover}" /><if test="${singlePoster[0][0]}!="><set name="cover_art[0].url" value="http://www.mymovies.it/filmclub/${singlePoster[0][0]}" /></if></if> 
    06-Jan-2012 11:30:38 Debug [         ScraperNode]: if node left value: 0/     right value:  
    06-Jan-2012 11:30:38 Debug [         ScraperNode]: executing retrieve: <retrieve name="details_page" url="http://www.mymovies.it/dizionario/recensione.asp?id=${movie.site_id}" /> 
    06-Jan-2012 11:30:38 Debug [         ScraperNode]: Using Cached Version of URL: http://www.mymovies.it/dizionario/recensione.asp?id=62678 
    06-Jan-2012 11:30:38 Debug [         ScraperNode]: executing if: <if test="${cover_art[0].url}="><parse name="cover_url" input="${details_page}" regex="${rx_alternateCover}" /><if test="${cover_url[0][0]}!="><set name="cover_art[0].url" value="${cover_url[0][0]}" /></if></if> 
    06-Jan-2012 11:30:38 Debug [         ScraperNode]: if node left value: http://pad.mymovies.it/filmclub/2010/09/090/locandina.jpg     right value:  
    06-Jan-2012 11:30:38  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    06-Jan-2012 11:30:38  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    06-Jan-2012 11:30:39  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    06-Jan-2012 11:30:39  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    06-Jan-2012 11:30:39  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    06-Jan-2012 11:30:39  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    06-Jan-2012 11:30:39  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    06-Jan-2012 11:30:39  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    06-Jan-2012 11:30:39  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    06-Jan-2012 11:30:40  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    06-Jan-2012 11:30:40  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    06-Jan-2012 11:30:40  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    06-Jan-2012 11:30:40  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume...

    then it loops forever.

    The retrieved cover URL (http://pad.mymovies.it/filmclub/2010/09/090/locandina.jpg) is correct and if I download it with the browser I have no problems.

    When MP tries to download it I have this message that it looses connection.

    I wonder if mymovies has introduced some kind of protection based on user agent, for instance.

    Is it possible to set the user agent with which Moving Pictures downloads from internet?

    Thanks

    Edit: I've seen there's an advanced option to change it but since it uses mozilla I do not think it will make any difference, but I will try.

    Edi2: infact it did not made any difference... also tried to modify network timeouts without issues.
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    At this level of issues, I would recommend you setup Fiddler2 on the same system and analyze all of the actual HTTP traffic that is occuring between mymovies.it (pad.mymovies.it specifically) and the system running your scraper-script.

    You can set watchpoints to make the flood of info that Fiddler2 will generate easier and disable any other internet related programs to make it easier on yourself.

    At least then you will be able to debug for yourself if mymovies.it is blocking you based on user-agent, or if something else is going on.


    Or wait for fforde :)
     

    fforde

    Community Plugin Dev
    June 7, 2007
    2,667
    1,702
    42
    Texas
    Home Country
    United States of America United States of America
    For what it's worth it's probably a bug in Moving Pictures.
     

    PeppeBytes

    Portal Member
    April 22, 2008
    29
    5
    Rome
    Home Country
    Italy Italy
    hi to all,
    I have the same issue this my logs

    is possible a mymovies.it site problem?

    Code:
    12-Jan-2012 15:49:13 Debug [        DBImportPath]: Scanning: \\Freenas\HD_VIDEO_Novita 
    12-Jan-2012 15:49:13 Debug [        DBImportPath]: New File: Il Debito [2010.iTA.ENG.720p.Bluray.x264.BtH].mkv 
    12-Jan-2012 15:49:13 Debug [        DBImportPath]: New File: Cambio Vita [2011.iTA.ENG.720p.BluRay.x264.BtH].mkv 
    12-Jan-2012 15:49:13 Debug [        DBImportPath]: Scanning: I:\My Video\!Films 
    12-Jan-2012 15:49:13 Debug [        DBImportPath]: Drive='I:', Label='00000', Serial='4F29984', Format='NTFS' 
    12-Jan-2012 15:49:14 Debug [        DBImportPath]: Scanning: \\Freenas\HDVIDEO2 
    12-Jan-2012 15:49:14 Debug [        DBImportPath]: Scanning: \\Freenas\HDVIDEO 
    12-Jan-2012 15:49:15 Debug [        DBImportPath]: Scanning: \\Freenas\DIVX_MOVIE 
    12-Jan-2012 15:49:16 Debug [        DBImportPath]: Scanning: D:\HDVIDEO 
    12-Jan-2012 15:49:16 Debug [        DBImportPath]: Drive='D:', Label='1000GB_STOR', Serial='18D3D3CB', Format='NTFS' 
    12-Jan-2012 15:49:16 Debug [        DBImportPath]: Scanning: \\Freenas\CONCERTI 
    12-Jan-2012 15:49:17 Debug [VideoFormatExtension]: Identifier: Path='\\Freenas\HD_VIDEO_Novita\Cambio Vita [2011.iTA.ENG.720p.BluRay.x264.BtH].mkv', Format='File', Hash='92b1de628c0b4407'  
    12-Jan-2012 15:49:17 Debug [VideoFormatExtension]: Identifier: Path='\\Freenas\HD_VIDEO_Novita\Il Debito [2010.iTA.ENG.720p.Bluray.x264.BtH].mkv', Format='File', Hash='552fe9ea2306f1e6'  
    12-Jan-2012 15:49:17  Info [     FileSyncProcess]: File maintenance started in the background. 
    12-Jan-2012 15:49:17  Info [DatabaseMaintenanceM]: Checking for invalid file entries in the database. 
    12-Jan-2012 15:49:23 Debug [ DataProviderManager]: SEARCH: Title='Il Debito', Provider='mymovies.it', Version=1.0.9, Number of Results=1 
    12-Jan-2012 15:49:23 Debug [ DataProviderManager]: SEARCH: Title='Cambio Vita', Provider='mymovies.it', Version=1.0.9, Number of Results=1 
    12-Jan-2012 15:49:26 Debug [ DataProviderManager]: SEARCH: Title='Cambio Vita', Provider='imdb.com', Version=2.1.6, Number of Results=10 
    12-Jan-2012 15:49:26 Debug [ DataProviderManager]: SEARCH: Title='Cambio Vita', Provider='Ember Media Manager (Local)', Version=1.0.2, Number of Results=0 
    12-Jan-2012 15:49:26 Debug [ DataProviderManager]: SEARCH: Title='Cambio Vita', Provider='XBMC (Local)', Version=1.0.4, Number of Results=0 
    12-Jan-2012 15:49:26 Debug [ DataProviderManager]: SEARCH: Title='Cambio Vita', Provider='mymovies.xml (Local)', Version=0.9.1, Number of Results=0 
    12-Jan-2012 15:49:26 Debug [ DataProviderManager]: SEARCH: Title='Cambio Vita', Provider='MyVideos (Local)', Version=Internal, Number of Results=0 
    12-Jan-2012 15:49:27 Debug [ DataProviderManager]: SEARCH: Title='Cambio Vita', Provider='themoviedb.org', Version=Internal, Number of Results=1 
    12-Jan-2012 15:49:27 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'Cambio vita' RESULT: TitleScore=0, YearScore=0, ImdbMatch=False, AlternateTitleUsed=False, AlternateTitle='', AutoApprove=True 
    12-Jan-2012 15:49:27 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'The Change-Up' RESULT: TitleScore=0, YearScore=0, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Cambio vita', AutoApprove=True 
    12-Jan-2012 15:49:27 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'Click' RESULT: TitleScore=7, YearScore=5, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Zamenjava', AutoApprove=False 
    12-Jan-2012 15:49:27 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'Monster's Ball' RESULT: TitleScore=7, YearScore=10, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Zamenjava', AutoApprove=False 
    12-Jan-2012 15:49:27 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'Een maand later' RESULT: TitleScore=7, YearScore=24, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Zamenjava', AutoApprove=False 
    12-Jan-2012 15:49:27 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'Anywhere But Here' RESULT: TitleScore=4, YearScore=12, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Cambio de vida', AutoApprove=False 
    12-Jan-2012 15:49:27 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'Color Me Perfect' RESULT: TitleScore=4, YearScore=15, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Cambio de vida', AutoApprove=False 
    12-Jan-2012 15:49:27 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'Karol, un Papa rimasto uomo' RESULT: TitleScore=7, YearScore=5, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Zamenjava', AutoApprove=False 
    12-Jan-2012 15:49:27 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'Cambio de vida' RESULT: TitleScore=4, YearScore=10, ImdbMatch=False, AlternateTitleUsed=False, AlternateTitle='', AutoApprove=False 
    12-Jan-2012 15:49:27 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: '"Cambio de vida"' RESULT: TitleScore=4, YearScore=4, ImdbMatch=False, AlternateTitleUsed=False, AlternateTitle='', AutoApprove=False 
    12-Jan-2012 15:49:27 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: '"Cambio de Vida"' RESULT: TitleScore=4, YearScore=3, ImdbMatch=False, AlternateTitleUsed=False, AlternateTitle='', AutoApprove=False 
    12-Jan-2012 15:49:27 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'The Change-Up' RESULT: TitleScore=9, YearScore=0, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Change-Up', AutoApprove=False 
    12-Jan-2012 15:49:27 Debug [       MovieImporter]: Built MediaSignature: Path= "\\Freenas\HD_VIDEO_Novita", Folder= "HD_VIDEO_Novita", File= "Cambio Vita [2011.iTA.ENG.720p.BluRay.x264.BtH].mkv", Keywords= "Cambio Vita", Title= "Cambio Vita", Year= 2011, DiscId= "", MovieHash= "92b1de628c0b4407", ImdbId= "" 
    12-Jan-2012 15:49:27  Info [       MovieImporter]: Auto-approved Cambio Vita [2011.iTA.ENG.720p.BluRay.x264.BtH].mkv as "Cambio vita" (2011) 
    12-Jan-2012 15:49:27  Info [       MovieImporter]: Retrieving details for "Cambio vita" 
    12-Jan-2012 15:49:27 Debug [     DatabaseManager]: INSERTING: Cambio Vita [2011.iTA.ENG.720p.BluRay.x264.BtH].mkv 
    12-Jan-2012 15:49:31 Debug [ DataProviderManager]: SEARCH: Title='Il Debito', Provider='imdb.com', Version=2.1.6, Number of Results=10 
    12-Jan-2012 15:49:31 Debug [ DataProviderManager]: SEARCH: Title='Il Debito', Provider='Ember Media Manager (Local)', Version=1.0.2, Number of Results=0 
    12-Jan-2012 15:49:31 Debug [ DataProviderManager]: SEARCH: Title='Il Debito', Provider='XBMC (Local)', Version=1.0.4, Number of Results=0 
    12-Jan-2012 15:49:31 Debug [ DataProviderManager]: SEARCH: Title='Il Debito', Provider='mymovies.xml (Local)', Version=0.9.1, Number of Results=0 
    12-Jan-2012 15:49:31 Debug [ DataProviderManager]: SEARCH: Title='Il Debito', Provider='MyVideos (Local)', Version=Internal, Number of Results=0 
    12-Jan-2012 15:49:31 Debug [ DataProviderManager]: SEARCH: Title='Il Debito', Provider='themoviedb.org', Version=Internal, Number of Results=1 
    12-Jan-2012 15:49:31 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Il debito' RESULT: TitleScore=0, YearScore=0, ImdbMatch=False, AlternateTitleUsed=False, AlternateTitle='', AutoApprove=True 
    12-Jan-2012 15:49:31 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'The Debt' RESULT: TitleScore=0, YearScore=0, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Il debito', AutoApprove=True 
    12-Jan-2012 15:49:31 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Il debito coniugale' RESULT: TitleScore=0, YearScore=40, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Il debito', AutoApprove=False 
    12-Jan-2012 15:49:31 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'The Lady Pays Off' RESULT: TitleScore=0, YearScore=59, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Il debito', AutoApprove=False 
    12-Jan-2012 15:49:31 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Il debito dell'Imperatore' RESULT: TitleScore=0, YearScore=99, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Il debito', AutoApprove=False 
    12-Jan-2012 15:49:31 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Il debito del passato' RESULT: TitleScore=0, YearScore=96, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Il debito', AutoApprove=False 
    12-Jan-2012 15:49:31 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Il debito di Polidor' RESULT: TitleScore=0, YearScore=97, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Il debito', AutoApprove=False 
    12-Jan-2012 15:49:31 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Blood Work' RESULT: TitleScore=7, YearScore=8, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Blodspår', AutoApprove=False 
    12-Jan-2012 15:49:31 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Paid' RESULT: TitleScore=8, YearScore=80, ImdbMatch=False, AlternateTitleUsed=False, AlternateTitle='', AutoApprove=False 
    12-Jan-2012 15:49:31 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Debito di ossigeno' RESULT: TitleScore=8, YearScore=0, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Betalt', AutoApprove=False 
    12-Jan-2012 15:49:31 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Debito di sangue' RESULT: TitleScore=8, YearScore=95, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Betalt', AutoApprove=False 
    12-Jan-2012 15:49:31 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'The Debt' RESULT: TitleScore=5, YearScore=1, ImdbMatch=False, AlternateTitleUsed=False, AlternateTitle='', AutoApprove=False 
    12-Jan-2012 15:49:31 Debug [       MovieImporter]: Built MediaSignature: Path= "\\Freenas\HD_VIDEO_Novita", Folder= "HD_VIDEO_Novita", File= "Il Debito [2010.iTA.ENG.720p.Bluray.x264.BtH].mkv", Keywords= "Il Debito", Title= "Il Debito", Year= 2010, DiscId= "", MovieHash= "552fe9ea2306f1e6", ImdbId= "" 
    12-Jan-2012 15:49:31  Info [       MovieImporter]: Auto-approved Il Debito [2010.iTA.ENG.720p.Bluray.x264.BtH].mkv as "Il debito" (2010) 
    12-Jan-2012 15:49:31  Info [       MovieImporter]: Retrieving details for "Il debito" 
    12-Jan-2012 15:49:31 Debug [     DatabaseManager]: INSERTING: Il Debito [2010.iTA.ENG.720p.Bluray.x264.BtH].mkv 
    12-Jan-2012 15:49:32  Info [DatabaseMaintenanceM]: 0 file entries were marked for removal by the importer. 
    12-Jan-2012 15:49:32  Info [     FileSyncProcess]: File maintenance finished. (14,2 seconds) 
    12-Jan-2012 15:49:33 Debug [ DataProviderManager]: UPDATE: Title='Cambio vita', Provider='mymovies.it', Version=1.0.9, Result=SUCCESS 
    12-Jan-2012 15:49:41 Debug [ DataProviderManager]: UPDATE: Title='Il debito', Provider='mymovies.it', Version=1.0.9, Result=SUCCESS 
    12-Jan-2012 15:49:41 Debug [ DataProviderManager]: UPDATE: Title='Il debito', Provider='imdb.com', Version=2.1.6, Result=FAILED_NEED_ID 
    12-Jan-2012 15:49:41 Debug [ DataProviderManager]: UPDATE: Title='Il debito', Provider='Ember Media Manager (Local)', Version=1.0.2, Result=FAILED_NEED_ID 
    12-Jan-2012 15:49:48 Debug [ DataProviderManager]: UPDATE: Title='Cambio vita', Provider='imdb.com', Version=2.1.6, Result=SUCCESS 
    12-Jan-2012 15:49:48 Debug [ DataProviderManager]: UPDATE: Title='Cambio vita', Provider='Ember Media Manager (Local)', Version=1.0.2, Result=FAILED_NEED_ID 
    12-Jan-2012 15:50:01 Debug [         ScraperNode]: Using Cached Version of URL: http://www.mymovies.it/dizionario/recensione.asp?id=62174 
    12-Jan-2012 15:50:05  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:06  Warn [          WebGrabber]: Connection failed: Reached retry limit of 5. URL=http://www.mymovies.it/film/2010/thedebt/poster/2/ 
    12-Jan-2012 15:50:06  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:08  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:09  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:10 Debug [         ScraperNode]: Using Cached Version of URL: http://www.mymovies.it/dizionario/recensione.asp?id=58453 
    12-Jan-2012 15:50:10  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:12  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:13  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:14  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:15  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:16  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:16  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:17  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:18  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:18  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:19  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:20  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:21  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:22  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:22  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:24  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:25  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:26  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:27  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:27  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:28  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:29  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:30  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:31  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:31  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:32  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:33  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:34  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:34  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:35  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:36  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:36  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:39  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:39  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:41  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:41  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:43  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:45  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:46  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:48  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:49  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:49  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:50  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:51  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:52  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:53  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:54  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:55  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:55  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:56  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:57  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:58  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:58  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:50:59  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:00  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:01  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:02  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:03  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:03 Error [   FileBasedResource]: Downloaded backdrop for "Il cane pompiere" failed minimum resolution requirements: http://cf2.imgobject.com/t/p/original/bZr7K0EaS6Svl97erPS31UeL1BM.jpg 
    12-Jan-2012 15:51:04  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:07  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:08  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:09  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:10  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:11  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:11  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:12  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:13  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:14  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:16  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:17  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:18  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:19  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:20  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:21  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume... 
    12-Jan-2012 15:51:21  Warn [   FileBasedResource]: Connection lost while downloading resource. Attempting to resume...



    after disabled mymovies.it scraper script whit imdb work fine... see the follow log.



    Code:
    12-Jan-2012 15:55:55 Debug [        DBImportPath]: Scanning: \\Freenas\HD_VIDEO_Novita 
    12-Jan-2012 15:55:56 Debug [        DBImportPath]: New File: Il Debito [2010.iTA.ENG.720p.Bluray.x264.BtH].mkv 
    12-Jan-2012 15:55:56 Debug [        DBImportPath]: New File: Cambio Vita [2011.iTA.ENG.720p.BluRay.x264.BtH].mkv 
    12-Jan-2012 15:55:56 Debug [        DBImportPath]: Scanning: I:\My Video\!Films 
    12-Jan-2012 15:55:56 Debug [        DBImportPath]: Drive='I:', Label='00000', Serial='4F29984', Format='NTFS' 
    12-Jan-2012 15:55:56 Debug [        DBImportPath]: Scanning: \\Freenas\HDVIDEO2 
    12-Jan-2012 15:55:57 Debug [        DBImportPath]: Scanning: \\Freenas\HDVIDEO 
    12-Jan-2012 15:55:57 Debug [        DBImportPath]: Scanning: \\Freenas\DIVX_MOVIE 
    12-Jan-2012 15:55:59 Debug [        DBImportPath]: Scanning: D:\HDVIDEO 
    12-Jan-2012 15:55:59 Debug [        DBImportPath]: Drive='D:', Label='1000GB_STOR', Serial='18D3D3CB', Format='NTFS' 
    12-Jan-2012 15:55:59 Debug [        DBImportPath]: Scanning: \\Freenas\CONCERTI 
    12-Jan-2012 15:56:00 Debug [VideoFormatExtension]: Identifier: Path='\\Freenas\HD_VIDEO_Novita\Cambio Vita [2011.iTA.ENG.720p.BluRay.x264.BtH].mkv', Format='File', Hash='92b1de628c0b4407'  
    12-Jan-2012 15:56:00 Debug [VideoFormatExtension]: Identifier: Path='\\Freenas\HD_VIDEO_Novita\Il Debito [2010.iTA.ENG.720p.Bluray.x264.BtH].mkv', Format='File', Hash='552fe9ea2306f1e6'  
    12-Jan-2012 15:56:00  Info [     FileSyncProcess]: File maintenance started in the background. 
    12-Jan-2012 15:56:00  Info [DatabaseMaintenanceM]: Checking for invalid file entries in the database. 
    12-Jan-2012 15:56:05 Debug [ DataProviderManager]: SEARCH: Title='Il Debito', Provider='imdb.com', Version=2.1.6, Number of Results=10 
    12-Jan-2012 15:56:05 Debug [ DataProviderManager]: SEARCH: Title='Il Debito', Provider='Ember Media Manager (Local)', Version=1.0.2, Number of Results=0 
    12-Jan-2012 15:56:05 Debug [ DataProviderManager]: SEARCH: Title='Il Debito', Provider='XBMC (Local)', Version=1.0.4, Number of Results=0 
    12-Jan-2012 15:56:05 Debug [ DataProviderManager]: SEARCH: Title='Il Debito', Provider='MyVideos (Local)', Version=Internal, Number of Results=0 
    12-Jan-2012 15:56:06 Debug [ DataProviderManager]: SEARCH: Title='Il Debito', Provider='themoviedb.org', Version=Internal, Number of Results=1 
    12-Jan-2012 15:56:06 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'The Debt' RESULT: TitleScore=0, YearScore=0, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Il debito', AutoApprove=True 
    12-Jan-2012 15:56:06 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Il debito coniugale' RESULT: TitleScore=0, YearScore=40, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Il debito', AutoApprove=False 
    12-Jan-2012 15:56:06 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'The Lady Pays Off' RESULT: TitleScore=0, YearScore=59, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Il debito', AutoApprove=False 
    12-Jan-2012 15:56:06 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Il debito dell'Imperatore' RESULT: TitleScore=0, YearScore=99, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Il debito', AutoApprove=False 
    12-Jan-2012 15:56:06 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Il debito del passato' RESULT: TitleScore=0, YearScore=96, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Il debito', AutoApprove=False 
    12-Jan-2012 15:56:06 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Il debito di Polidor' RESULT: TitleScore=0, YearScore=97, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Il debito', AutoApprove=False 
    12-Jan-2012 15:56:06 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Blood Work' RESULT: TitleScore=7, YearScore=8, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Blodspår', AutoApprove=False 
    12-Jan-2012 15:56:06 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Paid' RESULT: TitleScore=8, YearScore=80, ImdbMatch=False, AlternateTitleUsed=False, AlternateTitle='', AutoApprove=False 
    12-Jan-2012 15:56:06 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Debito di ossigeno' RESULT: TitleScore=8, YearScore=0, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Betalt', AutoApprove=False 
    12-Jan-2012 15:56:06 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'Debito di sangue' RESULT: TitleScore=8, YearScore=95, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Betalt', AutoApprove=False 
    12-Jan-2012 15:56:06 Debug [      MovieSignature]: MATCHING: 'il debito' WITH: 'The Debt' RESULT: TitleScore=5, YearScore=1, ImdbMatch=False, AlternateTitleUsed=False, AlternateTitle='', AutoApprove=False 
    12-Jan-2012 15:56:06 Debug [       MovieImporter]: Built MediaSignature: Path= "\\Freenas\HD_VIDEO_Novita", Folder= "HD_VIDEO_Novita", File= "Il Debito [2010.iTA.ENG.720p.Bluray.x264.BtH].mkv", Keywords= "Il Debito", Title= "Il Debito", Year= 2010, DiscId= "", MovieHash= "552fe9ea2306f1e6", ImdbId= "" 
    12-Jan-2012 15:56:06  Info [       MovieImporter]: Auto-approved Il Debito [2010.iTA.ENG.720p.Bluray.x264.BtH].mkv as "The Debt" (2010) 
    12-Jan-2012 15:56:06  Info [       MovieImporter]: Retrieving details for "The Debt" 
    12-Jan-2012 15:56:06 Debug [     DatabaseManager]: INSERTING: Il Debito [2010.iTA.ENG.720p.Bluray.x264.BtH].mkv 
    12-Jan-2012 15:56:07 Debug [ DataProviderManager]: SEARCH: Title='Cambio Vita', Provider='imdb.com', Version=2.1.6, Number of Results=10 
    12-Jan-2012 15:56:07 Debug [ DataProviderManager]: SEARCH: Title='Cambio Vita', Provider='Ember Media Manager (Local)', Version=1.0.2, Number of Results=0 
    12-Jan-2012 15:56:07 Debug [ DataProviderManager]: SEARCH: Title='Cambio Vita', Provider='XBMC (Local)', Version=1.0.4, Number of Results=0 
    12-Jan-2012 15:56:07 Debug [ DataProviderManager]: SEARCH: Title='Cambio Vita', Provider='MyVideos (Local)', Version=Internal, Number of Results=0 
    12-Jan-2012 15:56:07 Debug [ DataProviderManager]: SEARCH: Title='Cambio Vita', Provider='themoviedb.org', Version=Internal, Number of Results=1 
    12-Jan-2012 15:56:07 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'The Change-Up' RESULT: TitleScore=0, YearScore=0, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Cambio vita', AutoApprove=True 
    12-Jan-2012 15:56:07 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'Click' RESULT: TitleScore=7, YearScore=5, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Zamenjava', AutoApprove=False 
    12-Jan-2012 15:56:07 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'Monster's Ball' RESULT: TitleScore=7, YearScore=10, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Zamenjava', AutoApprove=False 
    12-Jan-2012 15:56:07 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'Een maand later' RESULT: TitleScore=7, YearScore=24, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Zamenjava', AutoApprove=False 
    12-Jan-2012 15:56:07 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'Anywhere But Here' RESULT: TitleScore=4, YearScore=12, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Cambio de vida', AutoApprove=False 
    12-Jan-2012 15:56:07 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'Color Me Perfect' RESULT: TitleScore=4, YearScore=15, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Cambio de vida', AutoApprove=False 
    12-Jan-2012 15:56:07 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'Karol, un Papa rimasto uomo' RESULT: TitleScore=7, YearScore=5, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Zamenjava', AutoApprove=False 
    12-Jan-2012 15:56:07 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'Cambio de vida' RESULT: TitleScore=4, YearScore=10, ImdbMatch=False, AlternateTitleUsed=False, AlternateTitle='', AutoApprove=False 
    12-Jan-2012 15:56:07 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: '"Cambio de vida"' RESULT: TitleScore=4, YearScore=4, ImdbMatch=False, AlternateTitleUsed=False, AlternateTitle='', AutoApprove=False 
    12-Jan-2012 15:56:07 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: '"Cambio de Vida"' RESULT: TitleScore=4, YearScore=3, ImdbMatch=False, AlternateTitleUsed=False, AlternateTitle='', AutoApprove=False 
    12-Jan-2012 15:56:07 Debug [      MovieSignature]: MATCHING: 'cambio vita' WITH: 'The Change-Up' RESULT: TitleScore=9, YearScore=0, ImdbMatch=False, AlternateTitleUsed=True, AlternateTitle='Change-Up', AutoApprove=False 
    12-Jan-2012 15:56:07 Debug [       MovieImporter]: Built MediaSignature: Path= "\\Freenas\HD_VIDEO_Novita", Folder= "HD_VIDEO_Novita", File= "Cambio Vita [2011.iTA.ENG.720p.BluRay.x264.BtH].mkv", Keywords= "Cambio Vita", Title= "Cambio Vita", Year= 2011, DiscId= "", MovieHash= "92b1de628c0b4407", ImdbId= "" 
    12-Jan-2012 15:56:07  Info [       MovieImporter]: Auto-approved Cambio Vita [2011.iTA.ENG.720p.BluRay.x264.BtH].mkv as "The Change-Up" (2011) 
    12-Jan-2012 15:56:07  Info [       MovieImporter]: Retrieving details for "The Change-Up" 
    12-Jan-2012 15:56:07 Debug [     DatabaseManager]: INSERTING: Cambio Vita [2011.iTA.ENG.720p.BluRay.x264.BtH].mkv 
    12-Jan-2012 15:56:14  Info [DatabaseMaintenanceM]: 0 file entries were marked for removal by the importer. 
    12-Jan-2012 15:56:14  Info [     FileSyncProcess]: File maintenance finished. (14 seconds) 
    12-Jan-2012 15:56:15 Debug [ DataProviderManager]: UPDATE: Title='Cambio vita', Provider='imdb.com', Version=2.1.6, Result=SUCCESS 
    12-Jan-2012 15:56:15 Debug [ DataProviderManager]: UPDATE: Title='Cambio vita', Provider='Ember Media Manager (Local)', Version=1.0.2, Result=FAILED_NEED_ID 
    12-Jan-2012 15:56:15 Debug [ DataProviderManager]: UPDATE: Title='Cambio vita', Provider='XBMC (Local)', Version=1.0.4, Result=FAILED_NEED_ID 
    12-Jan-2012 15:56:20 Debug [ DataProviderManager]: UPDATE: Title='Il debito', Provider='imdb.com', Version=2.1.6, Result=SUCCESS 
    12-Jan-2012 15:56:20 Debug [ DataProviderManager]: UPDATE: Title='Il debito', Provider='Ember Media Manager (Local)', Version=1.0.2, Result=FAILED_NEED_ID 
    12-Jan-2012 15:56:20 Debug [ DataProviderManager]: UPDATE: Title='Il debito', Provider='XBMC (Local)', Version=1.0.4, Result=FAILED_NEED_ID 
    12-Jan-2012 15:56:31  Info [   FileBasedResource]: Added resized cover art for "Cambio vita" from: [url]http://cf2.imgobject.com/t/p/original/vvouEsB13kZN0NcV4vvFJwwhrs1.jpg[/url] 
    12-Jan-2012 15:56:41  Info [   FileBasedResource]: Added resized cover art for "Il debito" from: [url]http://cf2.imgobject.com/t/p/original/lgpMpzdoQh4tyGHWrGcLjLqqY1B.jpg[/url] 
    12-Jan-2012 15:56:41  Info [   FileBasedResource]: Added backdrop for "Cambio vita" from: [url]http://cf2.imgobject.com/t/p/original/l55iCRpZjvVzvHSbcpxDakJ8gXr.jpg[/url] 
    12-Jan-2012 15:56:41 Debug [     DatabaseManager]: INSERTING: DBUserMovieSettings () 
    12-Jan-2012 15:56:41 Debug [     DatabaseManager]: INSERTING: Cambio vita 
    12-Jan-2012 15:56:41 Debug [     DatabaseManager]: INSERTING: DBSourceMovieInfo [title='Cambio vita',  identifier='tt1488555', provider='imdb.com'] 
    12-Jan-2012 15:56:41 Debug [     DatabaseManager]: INSERTING: DBSourceMovieInfo [title='Cambio vita',  identifier='???', provider='Ember Media Manager (Local)'] 
    12-Jan-2012 15:56:41 Debug [     DatabaseManager]: INSERTING: DBSourceMovieInfo [title='Cambio vita',  identifier='???', provider='XBMC (Local)'] 
    12-Jan-2012 15:56:41 Debug [     DatabaseManager]: INSERTING: DBSourceMovieInfo [title='Cambio vita',  identifier='???', provider='mymovies.it'] 
    12-Jan-2012 15:56:41 Debug [     DatabaseManager]: INSERTING: DBSourceMovieInfo [title='Cambio vita',  identifier='49520', provider='themoviedb.org'] 
    12-Jan-2012 15:56:41 Debug [     DatabaseManager]: UPDATING: Cambio vita 
    12-Jan-2012 15:56:41  Info [       MovieImporter]: Retrieving media information for: Cambio vita 
    12-Jan-2012 15:56:41 Debug [        DBLocalMedia]: Updating media info for '\\Freenas\HD_VIDEO_Novita\Cambio Vita [2011.iTA.ENG.720p.BluRay.x264.BtH].mkv' 
    12-Jan-2012 15:56:41 Debug [    MediaInfoWrapper]: MediaInfoWrapper: inspecting media : \\Freenas\HD_VIDEO_Novita\Cambio Vita [2011.iTA.ENG.720p.BluRay.x264.BtH].mkv 
    12-Jan-2012 15:56:41 Debug [    MediaInfoWrapper]: MediaInfoWrapper: FrameRate : 23,976 
    12-Jan-2012 15:56:41 Debug [    MediaInfoWrapper]: MediaInfoWrapper: VideoCodec : v_mpeg4/iso/avc 
    12-Jan-2012 15:56:41 Debug [    MediaInfoWrapper]: MediaInfoWrapper: IsH264: True 
    12-Jan-2012 15:56:41 Debug [    MediaInfoWrapper]: MediaInfoWrapper: HasSubtitles : True 
    12-Jan-2012 15:56:41 Debug [    MediaInfoWrapper]: MediaInfoWrapper: NumSubtitles : 3 
    12-Jan-2012 15:56:41 Debug [    MediaInfoWrapper]: MediaInfoWrapper: Scan type : progressive 
    12-Jan-2012 15:56:41 Debug [    MediaInfoWrapper]: MediaInfoWrapper: IsInterlaced: False 
    12-Jan-2012 15:56:41 Debug [    MediaInfoWrapper]: MediaInfoWrapper: Width : 1280 
    12-Jan-2012 15:56:41 Debug [    MediaInfoWrapper]: MediaInfoWrapper: Height : 528 
    12-Jan-2012 15:56:41 Debug [    MediaInfoWrapper]: MediaInfoWrapper: Audiochannels : 6 
    12-Jan-2012 15:56:41 Debug [    MediaInfoWrapper]: MediaInfoWrapper: Audiorate : 48000 
    12-Jan-2012 15:56:41 Debug [    MediaInfoWrapper]: MediaInfoWrapper: AspectRatio : widescreen 
    12-Jan-2012 15:56:41 Debug [    MediaInfoWrapper]: MediaInfoWrapper: AudioCodec : ac3 
    12-Jan-2012 15:56:41 Debug [    MediaInfoWrapper]: MediaInfoWrapper: IsAC3 : True 
    12-Jan-2012 15:56:41 Debug [     DatabaseManager]: UPDATING: Cambio Vita [2011.iTA.ENG.720p.BluRay.x264.BtH].mkv 
    12-Jan-2012 15:56:41  Info [       MovieImporter]: Added "Cambio vita" (2011). 
    12-Jan-2012 15:57:05  Info [   FileBasedResource]: Added backdrop for "Il debito" from: [url]http://cf2.imgobject.com/t/p/original/6dfpE5ZTPnrsflQIwRveyn5b3Pf.jpg[/url] 
    12-Jan-2012 15:57:05 Debug [     DatabaseManager]: INSERTING: DBUserMovieSettings () 
    12-Jan-2012 15:57:05 Debug [     DatabaseManager]: INSERTING: Il debito 
    12-Jan-2012 15:57:05 Debug [     DatabaseManager]: INSERTING: DBSourceMovieInfo [title='Il debito',  identifier='tt1226753', provider='imdb.com'] 
    12-Jan-2012 15:57:05 Debug [     DatabaseManager]: INSERTING: DBSourceMovieInfo [title='Il debito',  identifier='???', provider='Ember Media Manager (Local)'] 
    12-Jan-2012 15:57:05 Debug [     DatabaseManager]: INSERTING: DBSourceMovieInfo [title='Il debito',  identifier='???', provider='XBMC (Local)'] 
    12-Jan-2012 15:57:05 Debug [     DatabaseManager]: INSERTING: DBSourceMovieInfo [title='Il debito',  identifier='???', provider='mymovies.it'] 
    12-Jan-2012 15:57:05 Debug [     DatabaseManager]: INSERTING: DBSourceMovieInfo [title='Il debito',  identifier='48289', provider='themoviedb.org'] 
    12-Jan-2012 15:57:05 Debug [     DatabaseManager]: UPDATING: Il debito 
    12-Jan-2012 15:57:05  Info [       MovieImporter]: Retrieving media information for: Il debito 
    12-Jan-2012 15:57:05 Debug [        DBLocalMedia]: Updating media info for '\\Freenas\HD_VIDEO_Novita\Il Debito [2010.iTA.ENG.720p.Bluray.x264.BtH].mkv' 
    12-Jan-2012 15:57:05 Debug [    MediaInfoWrapper]: MediaInfoWrapper: inspecting media : \\Freenas\HD_VIDEO_Novita\Il Debito [2010.iTA.ENG.720p.Bluray.x264.BtH].mkv 
    12-Jan-2012 15:57:05 Debug [    MediaInfoWrapper]: MediaInfoWrapper: FrameRate : 23,976 
    12-Jan-2012 15:57:05 Debug [    MediaInfoWrapper]: MediaInfoWrapper: VideoCodec : v_mpeg4/iso/avc 
    12-Jan-2012 15:57:05 Debug [    MediaInfoWrapper]: MediaInfoWrapper: IsH264: True 
    12-Jan-2012 15:57:05 Debug [    MediaInfoWrapper]: MediaInfoWrapper: HasSubtitles : True 
    12-Jan-2012 15:57:05 Debug [    MediaInfoWrapper]: MediaInfoWrapper: NumSubtitles : 3 
    12-Jan-2012 15:57:05 Debug [    MediaInfoWrapper]: MediaInfoWrapper: Scan type : progressive 
    12-Jan-2012 15:57:05 Debug [    MediaInfoWrapper]: MediaInfoWrapper: IsInterlaced: False 
    12-Jan-2012 15:57:05 Debug [    MediaInfoWrapper]: MediaInfoWrapper: Width : 1280 
    12-Jan-2012 15:57:05 Debug [    MediaInfoWrapper]: MediaInfoWrapper: Height : 528 
    12-Jan-2012 15:57:05 Debug [    MediaInfoWrapper]: MediaInfoWrapper: Audiochannels : 6 
    12-Jan-2012 15:57:05 Debug [    MediaInfoWrapper]: MediaInfoWrapper: Audiorate : 48000 
    12-Jan-2012 15:57:05 Debug [    MediaInfoWrapper]: MediaInfoWrapper: AspectRatio : widescreen 
    12-Jan-2012 15:57:05 Debug [    MediaInfoWrapper]: MediaInfoWrapper: AudioCodec : ac3 
    12-Jan-2012 15:57:05 Debug [    MediaInfoWrapper]: MediaInfoWrapper: IsAC3 : True 
    12-Jan-2012 15:57:05 Debug [     DatabaseManager]: UPDATING: Il Debito [2010.iTA.ENG.720p.Bluray.x264.BtH].mkv 
    12-Jan-2012 15:57:05  Info [       MovieImporter]: Added "Il debito" (2010).

    update i'm using a mymovies.it script ver 1.0.9

    this script MyMoviesItalian.xml - moving-pictures - A movies plugin for the MediaPortal media center application. - Google Project Hosting when i try to load into the plugin I have this message "The script is malformed or not a movin picture script"
     

    Users who are viewing this thread

    Top Bottom