MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » General Forums » Jobs/Tasks @ MediaPortal » Movie Info Grabbers


Movie Info Grabbers Post new or updated grabbers here. The team will integrate them into the update feature.

Reply
 
Thread Tools Display Modes
Old 2008-08-12, 02:04   #101 (permalink)
Portal Member
 
Join Date: Jun 2007
Location: Sydney
Posts: 446
Thanks: 41
Thanked 57 Times in 40 Posts

Country:

My System

Default

Apparently Games are not suppose to be in the database Item has been removed.

Note: The same thing happens for movies with the exact same name/year e.g. The Beach (2000) I/II...Perhaps we can have a option to automatically choose the one that has the most hits?

Regarding the name of 'E.T.: The Extra-Terrestrial (1982)', its named correctly on both movie-xml and imdb.

For this search to work 'E.T. The Extra-Terrestrial (1982).mkv' you need to strip the dots '.' and the dashes '-'. Now, it looks like that is being done, but the dashes are being replaced with spaces instead of empty space e.g.

'ET The Extra Terrestrial' (Zero Results) vs 'ET The ExtraTerrestrial' (2 results)

Changing my local file name to 'E.T. The ExtraTerrestrial (1982).mkv' is my work around for now. But this will happen for other movies.

Last edited by ltfearme; 2008-08-13 at 02:49. Reason: Automerged Doublepost
ltfearme is online now   Reply With Quote
Old 2008-08-22, 00:25   #102 (permalink)
Portal Member
 
Join Date: Dec 2007
Posts: 24
Thanks: 2
Thanked 11 Times in 5 Posts

Country:


Default

Have a go with this version of the IMDB script that i have been working on. It is based on an idea posted on page 8 by rjburke377 regarding the also-known-as names that IMDB offers (but with some of them stripped out). seems to get a pretty good hit rate on some weird film names too (you can finally look for The Good, The Bad, and the Ugly for example!!). you will need to be running the version posted in http://forum.team-mediaportal.com/ge...trieval-43405/ to get this to work (or you could simply remove the additional parameter that this version of the core/configurator require in the script files.

let me know any feedback you have regarding this.
Attached Files
File Type: rar IMDB_With_AKA.rar (4.9 KB, 39 views)
s7oneyuk is offline   Reply With Quote
Old 2008-08-22, 12:36   #103 (permalink)
Portal Developer
 
gamejester's Avatar
 
Join Date: May 2007
Posts: 390
Thanks: 1
Thanked 25 Times in 17 Posts

Country:


Default

Looks better. Does not seem to make use of the year.
For exmaple if i have a movie named
ghost (1990).avi

It will strill return a lot like

Ghost (1990)
Ghost (2003)
Ghost (1984)
......

As the compare is only between the stings without brackets (as this are removed and not stored in the movie name) it results in more ambiguous matches forcing the user to then choose a movie.
gamejester is offline   Reply With Quote
Old 2008-08-22, 14:43   #104 (permalink)
MP Donator
 
Join Date: May 2008
Location: FlashFXP Development Team
Posts: 59
Thanks: 5
Thanked 1 Time in 1 Post

Country:


Default

If you have the year in the search like gamejester has suggested I think it is a great idea
Spaldo is online now   Reply With Quote
Old 2008-08-29, 10:35   #105 (permalink)
Portal Member
 
Join Date: Dec 2007
Posts: 24
Thanks: 2
Thanked 11 Times in 5 Posts

Country:


Default

i have a new version ready to post this evening when i get home that now has some year logic in there. If the year is included in the search parameters (you have to be running GameJesters version of the Configuration.exe and core.dll) then the returned list of movies will only include the movies that have this year. If no year is specified then they are returned as before. It still includes the AKA logic as before.

I ran this last night over my collection of 200+ movies and had a fantastic hit rate with only 3 movies not automaticlly found (actually turned out to be typos in my film names and i had some movies labelled as Disk 1/ Disk 2 - after a rename to CD1 / CD2 - all good.)

Will post this up tonight.
s7oneyuk is offline   Reply With Quote
This User Say Thank You:
Old 2008-08-29, 11:24   #106 (permalink)
Portal Member
 
Join Date: Dec 2007
Posts: 24
Thanks: 2
Thanked 11 Times in 5 Posts

Country:


Smile

ok - here you go - earlier than promised!! let me know what you think...

Paul

edit - hang on - broken - will upload a new one in a while

Last edited by s7oneyuk; 2008-08-29 at 11:34.
s7oneyuk is offline   Reply With Quote
Old 2008-08-29, 15:40   #107 (permalink)
Portal Member
 
emphatic's Avatar
 
Join Date: Aug 2006
Location: Alingsås
Age: 34
Posts: 510
Thanks: 139
Thanked 23 Times in 21 Posts

Country:


Default

Oh, what a tease.

Emph
__________________
You're not the content of your wallet.
emphatic is offline   Reply With Quote
Old 2008-08-29, 18:37   #108 (permalink)
Portal Member
 
Join Date: Dec 2007
Posts: 24
Thanks: 2
Thanked 11 Times in 5 Posts

Country:


Default



Ok - here you go - remember this must be used with the GameJester configurator and core.dll.
Attached Files
File Type: rar IMDB_With_AKA.rar (4.9 KB, 36 views)
s7oneyuk is offline   Reply With Quote
This User Say Thank You:
Old 2008-08-29, 19:47   #109 (permalink)
Portal Member
 
emphatic's Avatar
 
Join Date: Aug 2006
Location: Alingsås
Age: 34
Posts: 510
Thanks: 139
Thanked 23 Times in 21 Posts

Country:


Default

What happens if you use it without the especially compiled files? Does it work at all, or not?

Emph
__________________
You're not the content of your wallet.
emphatic is offline   Reply With Quote
Old 2008-08-29, 20:49   #110 (permalink)
Portal Member
 
Join Date: Dec 2007
Posts: 24
Thanks: 2
Thanked 11 Times in 5 Posts

Country:


Default

Emph,

not without a change to the script. Its not possible (aparently) to call the FindFilm function as an overloaded function so it now has 3 x parameters instead of the 2 that the pre gamejester configurator has. You could change the script to remove the strYear peice (and you'd need to remove the references to this string throughout) - but the point of the year logic is to give a far greater hit rate on your movie collection.

if you have your movies named with the file title and the year then you should get a great 1st time hit rate.

e.g.

Assault on Precinct 13 (1976).avi

will be correctly matched up now. Let me know if this makes sense and what you reckon on the script.

edit: worth noting that GameJester is now part of the dev team with his recent contributions to the mymovies section and so its likely that his changes will be incorporate into a future core build anyway.

Last edited by s7oneyuk; 2008-08-29 at 20:52.
s7oneyuk is offline   Reply With Quote
This User Say Thank You:
Reply

Bookmarks

Tags
grabbing, imdb, script, support

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

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


All times are GMT +1. The time now is 04:03.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden