Media Companion
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Media Companion

Discussion and development board for the program Media Companion.
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 Fixed IMDB Scraper Library

Go down 
5 posters
AuthorMessage
billyad2000
Admin
billyad2000


Posts : 1326
Join date : 2008-09-20

Fixed IMDB Scraper Library Empty
PostSubject: Fixed IMDB Scraper Library   Fixed IMDB Scraper Library Icon_minitimeThu Nov 12, 2009 11:49 pm

I've updated the main build to include the new library, but for those that already have version 3.154 - just overwrite the imdb.dll file in your mc folder with this file

Download imdb.dll
This build should be ok, I tested it with about 20 movies and it worked fine, but there is always the possibility of a discrepancy in a few movies, if anyone has any issues then let me know, be sure to include the imdb url to the problem movie

I've noticed that downloading fanart and posters from TMDB is iffy at the moment, TMDB is changing over to API 2.1 and are having a few problems at the moment which I am sure they are working hard to fix, these issues only appear to be affecting the old 2.0 API so I will update the code to 2.1 for the next build.


Last edited by billyad2000 on Thu Nov 19, 2009 1:06 pm; edited 1 time in total
Back to top Go down
http://billyad2000.co.uk
trigger.hippie
Media Companion Supporter
Media Companion Supporter



Posts : 3
Join date : 2009-11-13

Fixed IMDB Scraper Library Empty
PostSubject: Re: Fixed IMDB Scraper Library   Fixed IMDB Scraper Library Icon_minitimeFri Nov 13, 2009 3:16 am

Excellent work!

Bought you a beer through paypal! Wink Cool

Thx!
Back to top Go down
esra
Junior Member
Junior Member



Posts : 45
Join date : 2009-05-08

Fixed IMDB Scraper Library Empty
PostSubject: Re: Fixed IMDB Scraper Library   Fixed IMDB Scraper Library Icon_minitimeFri Nov 13, 2009 4:48 am

Thanks for this, noticed and issue and it was already fixed.

Best developement of any freeware app I've seen!
Back to top Go down
Chocoa
New User
New User



Posts : 3
Join date : 2009-11-13

Fixed IMDB Scraper Library Empty
PostSubject: Re: Fixed IMDB Scraper Library   Fixed IMDB Scraper Library Icon_minitimeFri Nov 13, 2009 8:22 am

billyad, As said above thanks for the dedication in producing an invaluable bit of software. It has saved me many hours in compiling my movie database.

sadly the IMDB.dll mods seem to have thrown up an error not seen in previous releases:

"Method not found"

a dump of the unhandled exception below my text

I am using MC ver 3.1.4.8 with the new IMDB.dll from your first post in Win7 x64 environment.

The error occurs when I try to (re)scrape a movie that has not been recognised by MC following clicking on the "GO" button in the 'change movie tab' after locating the correct movie on IMDB in that tab. - Hope that's clear?


Thanks once again, and good luck in debugging!

B




************** Exception Text **************
System.MissingMethodException: Method not found: 'System.Object imdb.Classimdbscraper.getimdbbody(System.String, System.String, System.String, System.String)'.
at Media_Companion.Form1.Button21_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Media Companion
Assembly Version: 3.1.4.8
Win32 Version: 3.1.4.8
CodeBase: file:///C:/Program%20Files%20(x86)/Media%20Companion/Media%20Companion.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
imdb
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/Media%20Companion/imdb.DLL
----------------------------------------
IMPA
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/Media%20Companion/IMPA.DLL
----------------------------------------
tmdb_posters
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/Media%20Companion/tmdb_posters.DLL
----------------------------------------
class_mpdb_thumbs
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/Media%20Companion/class_mpdb_thumbs.DLL
----------------------------------------
imdb_thumbs
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/Media%20Companion/imdb_thumbs.DLL
----------------------------------------

[u]
Back to top Go down
MarkC
Senior Member
Senior Member



Posts : 54
Join date : 2008-09-27

Fixed IMDB Scraper Library Empty
PostSubject: Re: Fixed IMDB Scraper Library   Fixed IMDB Scraper Library Icon_minitimeFri Nov 13, 2009 11:42 am

The updated .dll works for me. Perhaps you should try the latest version 3.154. That is what is mentioned in the initial post.
Back to top Go down
Chocoa
New User
New User



Posts : 3
Join date : 2009-11-13

Fixed IMDB Scraper Library Empty
PostSubject: Re: Fixed IMDB Scraper Library   Fixed IMDB Scraper Library Icon_minitimeFri Nov 13, 2009 12:43 pm

MarkC wrote:
The updated .dll works for me. Perhaps you should try the latest version 3.154. That is what is mentioned in the initial post.

Yep Good point! Thought I had the latest and clearly was not alert at 5 in the morning doh!

Updated version and dll all seems fine. Thanks for the heads up MarkC....
Back to top Go down
billyad2000
Admin
billyad2000


Posts : 1326
Join date : 2008-09-20

Fixed IMDB Scraper Library Empty
PostSubject: Re: Fixed IMDB Scraper Library   Fixed IMDB Scraper Library Icon_minitimeSun Nov 22, 2009 1:20 pm

trigger.hippie wrote:
Excellent work!

Bought you a beer through paypal! Wink Cool

Thx!

Many thanks, much appreciated.
Back to top Go down
http://billyad2000.co.uk
Sponsored content





Fixed IMDB Scraper Library Empty
PostSubject: Re: Fixed IMDB Scraper Library   Fixed IMDB Scraper Library Icon_minitime

Back to top Go down
 
Fixed IMDB Scraper Library
Back to top 
Page 1 of 1
 Similar topics
-
» Fixed IMDB scraper library 15 June 2010
» Fixed imdb scraper
» Updated IMDB scraper library - 09-October-2010
» Help with m/c and xbmc sets pls
» Video Library

Permissions in this forum:You cannot reply to topics in this forum
Media Companion :: Media Companion :: Announcements-
Jump to: