| |||||||
| Movie Info Grabbers Post new or updated grabbers here. The team will integrate them into the update feature. |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Developer | In latest SVN i add support for scripting using CS-Script from http://www.members.optusnet.com.au/~...ilo/index.html in this may find some example of scripts, but basically every script are a standalone class. Only one script included, it is for imdb.com grabbing, the code is same like used in mediaportal for grabbing. For making a new grabber need to be implement the next class: Code: public interface IIMDBScriptGrabber
{
// get the list on find films specified by the title
void FindFilm(string title, int limit, ArrayList elements);
// get movie detail from a url
bool GetDetails(IMDB.IMDBUrl url, ref IMDBMovie movieDetails);
// name of script
string GetName();
// language of grabbed site
string GetLanguage();
}
in configuration will appear in available databases with file name with you save it Last edited by dukus; 2007-07-29 at 22:10. |
| | |
| This User Say Thank You: |
| | #2 (permalink) |
| MP Donator ![]() | Would it be an easy task to implement http://www.gaz1.com/movdb/ site for movie scraping? Although the main interfaces are returning XML results, and it would be much better to parse XML, scraping them would also work. At least here we would be able easily obtain hi-res covers. I am not sure if you used the MP TV Series plugin, it uses thetvdb.com for it's database source. The database I mentioned at the beginning of this post, is basically adapted copy of the TV series version of the database. Having this as a proper video data source would be a blast.
__________________ After all, computers crash, people die, relationships fall apart. The best we can do is breath and reboot. Last edited by piranha; 2007-07-29 at 22:20. |
| | |
| | #3 (permalink) |
| Portal Developer | To make a grabber you may use any class implemented in .net 2 or mediaportal (for mediaportal need to use all namspace specification like <MediaPortal.GUI.Library.Log.Error("bla bla")>) or define new one in script, but some C# knowledges needed, in this way you or somebody able to make grabber for any site. In this week i try to make more grabbers, a template file and some documentation in wiki |
| | |
| | #4 (permalink) |
| Portal Developer | I make a new grabber for http://www.gaz1.com/movdb/ but is more a example. Write a tester program for scrips, copy in same directory with mediaportal |
| | |
| | #7 (permalink) |
| MP Donator ![]() | Hi Dukus, thanks a lot for adding the new source. I think thanks to that we have found a reason why the coverart downloaded is such bad quality. I just used the new grabber to add one movie to the database, and I was surprised seeing the coverart being low res. I added Terminator 3, and the coverart for it is: http://www.gaz1.com/movdb/banners/gr...l/81503-g3.jpg Downloaded coverart you can see below: Original coverart file on the movdb: 419x619 (57355 bytes) Downloaded: Large: Terminator3L.jpg 344x512 (20034 bytes) - very bad quality Thumb: Terminator3.jpg 86x128 (4118 bytes) So obviously there is some conversion process in between. During this conversion we are loosing the image quality very very badly. Is this something you can look at?
__________________ After all, computers crash, people die, relationships fall apart. The best we can do is breath and reboot. Last edited by piranha; 2007-08-02 at 11:26. |
| | |
![]() |
| Bookmarks |
| Tags |
| grabbing, imdb, script, support |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IMDB Grabber for german.imdb.com / deutsche IMDB | mmf1981 | Movie Info Grabbers | 8 | 2008-10-21 15:42 |
| IMDB & Poster Grabber v1.3 | Datenshi | Plugins | 7 | 2008-09-23 11:49 |
| IMDB Grabber for CSFD ... www.csfd.cz (czech alternative for IMDB) | CXI | Improvement Suggestions | 0 | 2008-01-29 14:50 |
| MyVidoes - Show IMDB info by default? | NickSE | General Support | 1 | 2007-12-31 04:39 |
| IMDB info during playback only if played thru IMDB info | deebo | The old Bugreport Forum | 0 | 2006-07-20 22:20 |