home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
Submit: Movie Info Grabbers
Fix to "IMDB with AKA grabber"
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Deda" data-source="post: 604558" data-attributes="member: 89768"><p><strong>re: Fix to "IMDB with AKA grabber"</strong></p><p></p><p>THX for info.</p><p></p><p>OK here's the fact after investigation.</p><p></p><p>1. MP searches covers from Amazon.com (which I think don't work - I didn't test that but but my opinion is that this method fails)</p><p></p><p>after</p><p></p><p>2. MP searches covers from hxxp://www.impawards.com through google which currently works partially (method takes only strict link from page like: </p><p>"http://www.impawards.com/(?<year>\d{4})/.*?.html" </p><p></p><p>which means link must be EXACTLY like:</p><p>hxxp://www.impawards.com/2009/avatar.html</p><p></p><p>and this fails in many occasions especially in case of foreign movies like [rec] because the link is then like hxxp://www.impawards.com/intl/Spain/..... and this automatically fails</p><p></p><p>Next in this method is conflict between IMDB and impawards concerning movie names and years:</p><p>(in your example: Frequently asked question about time travel - IMDB, </p><p> FAQ about time travel - impawards)</p><p></p><p>//EDIT</p><p></p><p>As I lookin now into MP code I think it only passes Movie title, not year:</p><p>IMPawardsSearch impSearch = new IMPawardsSearch();</p><p> impSearch.Search(CurrentMovie.Title);</p><p></p><p>so this can lead to wrong result (IE Alien from Ridley Scott gives Alien Tresspass cover --->absolute heresy <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" />, in case that MP pass year than cover will be OK ) just try Alien without movie year with Old method from Test app.</p><p></p><p>Year can be good filter, but sometimes can fail in case of year conflict, so this is catch 22</p><p></p><p>//END EDIT</p><p></p><p></p><p>Movies or cartoons from TV doesn't have covers (like that short Madagascar cartoon).</p><p></p><p>Many covers doesn't exists on impawards but exists on IMDB (this is a place where IMDB beats impawards, but impawards beats IMDB in cover alternate design -->more covers for the same movie) so it will be a good idea to look for covers also on IMDB (like Moving Pictures) but that is what I can't do now 'cause I'm missing IMDB link for movie (cover can be easily grabbed when searching movies on IMDB but that can't be done easily without messing the Core.dll->Heart of MP1) </p><p></p><p>Just try little test application and you will see. For IMDB movie search you need 3 libraries from root of MP:</p><p></p><p>Core.dll</p><p>Databases.dll</p><p>Utils.dll</p><p></p><p>or just copy it to MP root directory and execute. It will not mess up your movie database or anything within MP, just helps you to see the results of searching (Movie search is a new method - for covers you can test both). Lets say it's visual interpretation how MP search movies and covers.</p></blockquote><p></p>
[QUOTE="Deda, post: 604558, member: 89768"] [b]re: Fix to "IMDB with AKA grabber"[/b] THX for info. OK here's the fact after investigation. 1. MP searches covers from Amazon.com (which I think don't work - I didn't test that but but my opinion is that this method fails) after 2. MP searches covers from hxxp://www.impawards.com through google which currently works partially (method takes only strict link from page like: "http://www.impawards.com/(?<year>\d{4})/.*?.html" which means link must be EXACTLY like: hxxp://www.impawards.com/2009/avatar.html and this fails in many occasions especially in case of foreign movies like [rec] because the link is then like hxxp://www.impawards.com/intl/Spain/..... and this automatically fails Next in this method is conflict between IMDB and impawards concerning movie names and years: (in your example: Frequently asked question about time travel - IMDB, FAQ about time travel - impawards) //EDIT As I lookin now into MP code I think it only passes Movie title, not year: IMPawardsSearch impSearch = new IMPawardsSearch(); impSearch.Search(CurrentMovie.Title); so this can lead to wrong result (IE Alien from Ridley Scott gives Alien Tresspass cover --->absolute heresy :), in case that MP pass year than cover will be OK ) just try Alien without movie year with Old method from Test app. Year can be good filter, but sometimes can fail in case of year conflict, so this is catch 22 //END EDIT Movies or cartoons from TV doesn't have covers (like that short Madagascar cartoon). Many covers doesn't exists on impawards but exists on IMDB (this is a place where IMDB beats impawards, but impawards beats IMDB in cover alternate design -->more covers for the same movie) so it will be a good idea to look for covers also on IMDB (like Moving Pictures) but that is what I can't do now 'cause I'm missing IMDB link for movie (cover can be easily grabbed when searching movies on IMDB but that can't be done easily without messing the Core.dll->Heart of MP1) Just try little test application and you will see. For IMDB movie search you need 3 libraries from root of MP: Core.dll Databases.dll Utils.dll or just copy it to MP root directory and execute. It will not mess up your movie database or anything within MP, just helps you to see the results of searching (Movie search is a new method - for covers you can test both). Lets say it's visual interpretation how MP search movies and covers. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Submit: Movie Info Grabbers
Fix to "IMDB with AKA grabber"
Contact us
RSS
Top
Bottom