Kodi Community Forum
[RELEASE] Movieplayer.it scraper for Movies new version (Italian) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Information Providers (scrapers) (https://forum.kodi.tv/forumdisplay.php?fid=147)
+----- Forum: Movie Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=302)
+----- Thread: [RELEASE] Movieplayer.it scraper for Movies new version (Italian) (/showthread.php?tid=60585)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30


- pierpa - 2009-12-04

Hi,

I'm Italian and new to xbmc.
I've just discovered this scraper and it seems a very good job. Thanks and conratulations.

But...every good story has a "but": in my installation it appears not to be able to find fanarts. Looking at the log file there seems to be a problem with imbd:

Code:
23:15:39 T:3078526864 M:1213263872   DEBUG: FileCurl::Open(0xbf98c8c4) [url]http://www.imdb.com/title/tt0808151/[/url]
23:15:41 T:3078526864 M:1213272064   DEBUG: FileCurl::Close(0xbf98c8c4) [url]http://www.imdb.com/title/tt0808151/[/url]
23:15:41 T:3078526864 M:1213272064   DEBUG: scraper: GetTMDBFanartByIMDBId returned
23:15:41 T:3078526864 M:1213272064   ERROR: InternalGetDetails: Unable to parse web site [[url]http://www.imdb.com/title/tt0808151/][/url]
23:15:41 T:3078526864 M:1213272064   DEBUG: FileCurl::Open(0xbf98c8c4) [url]http://www.imdb.com/title/tt0808151/[/url]
23:15:43 T:3078526864 M:1213128704   DEBUG: FileCurl::Close(0xbf98c8c4) [url]http://www.imdb.com/title/tt0808151/[/url]
23:15:43 T:3078526864 M:1213128704   DEBUG: scraper: GetTMDBThumbsByIMDBId returned
23:15:43 T:3078526864 M:1213128704   ERROR: InternalGetDetails: Unable to parse web site [[url]http://www.imdb.com/title/tt0808151/][/url]

I was searching for infos of "Angeli e demoni" (Angel & Demons) in this example, but the behaviour is the same with other titles.

Is this a problem in my configuration?

I've tried installing the last svn of xbmc and all goes well but the fanart retrival. Huh


- sipontino - 2009-12-04

take a look...if u have some error with beta1

tulwinn Wrote:Im running in windowed mode but fullscreen and that has solved my main issue, thanks Smile

It seems I also have the same problem as n1ght3y3s which I didnt realise till I fixed the first problem. I think Ive narrowed the problem down to scraper though. themoviedb.org scraper is the one not getting info for all movies, if I use the imdb scraper I get covers. All the presidents men, The color of money, Dirty harry are among the movies affected for me, if I use themoviedb.org scraper for those, I get a movie description, but no fanart or cover.

[EDIT]
Ok I found the fix n1ght3y3s, go to

http://trac.xbmc.org/changeset/24985

and download the Zip Archive, replace the file in your system\scrapers\video\common with the one in the zip and your good to go


Kotix remember to change GetTMDBFanartByIMDBId function name to GetTMDBFanartById

great work!


- KoTiX - 2009-12-04

Tnx Sipontino Wink
I'm sorry about this but something changed with Camelot beta in the "common" xbmc folder.
BTW I uploaded the fixed version on first post.


- Cimi - 2009-12-07

I was forced by my hosting service to remove the script from my server.
After it was merged in the svn the high number of queries caused slowdowns to other websites hosted on my same server.


- User 49598 - 2009-12-10

This means we've to set google again for searching.

Is there a new solution on study?


- KoTiX - 2009-12-10

Not really, i don't have a server where to host the script.
I've tried, using wireshark, to examin the http traffic to see if i could find a trick to bypass the base64 encode query, but with no succes.
The best solution would be that xbmc do the base64 encode for us while creating the search url but I don't know if this is doable or not.


- nanny07 - 2009-12-31

Are there some problems?

I can't get any information about film like "Transformer" or "Steamboy" or "Trainspotting": I have tried also with "cerca con google" but the result is completely wrong.

The strange thing is that I remember that the scrapers was working well with this film but now...

any idea?

Some update: with Transformer i resolve changing the name into "Transformers (2007)"
no result with Steamboy (tried to change into "Steamboy (2004)") and with Trainspotting (tried to change name into "Trainspotting (1996)")


- KoTiX - 2010-01-02

All the movies you have posted are working fine here, even without adding the year after the name.
The only search that work right now is using google, I'm going to completely remove the MP search as i don't own a server for it and i've no idea how to solne the base64 encoding problem.
My suggestion for you is to be sure to use the right scraper because if you have updated xbmc the xml file could have changed the name from

movieplayer.it-film.xml
to
movieplayer-it-film.xml

so be sure you have just one file in your xbmc\system\scraper\video folder


- nanny07 - 2010-01-02

The xml file is ok, I have checked (I tried also to re-download it before post)

Have you try to delete the film from the library and then search it again? Because the search was perfect before MP change the search engine.


- KoTiX - 2010-01-02

I know that the search was perfect, but we cannot use it anymore, it's not due to an MP change but to the too high traffic xbmc was causing to the "Cimi's" server that we were using to do the base64 encoding.

Here is a new version of the scraper with just the google search:
http://www.2shared.com/file/10403542/98dd09d0/movieplayer-it-film.html


- KoTiX - 2010-01-04

04/01/2010 - Improved the Google search adding the "Year" to the "CreateSearchUrl" and "sorted=yes" to the "GetSearchResults"

This will improve a lot the results, I hope somebody will report something back.
Tnx Smile

Download


- mkortstiege - 2010-01-04

Do not forget to trac it in case its working for others as well Wink Feel free to cc me.


- User 49598 - 2010-01-04

This means "year" is important to have in filename/specified in manual search now ?


- KoTiX - 2010-01-04

vdrfan Wrote:Do not forget to trac it in case its working for others as well Wink Feel free to cc me.
Sure I'll do, tnx Smile

chareos Wrote:This means "year" is important to have in filename/specified in manual search now ?
It's not really important, but it helps google to find the right movie and it helps sorting movies with the same name.
It's really working better for me because xbmc will retreive the results of just the first google page but sometime the right movie is not in the first page; adding the year to the search will move upfront the exact match and the "sorted=yes" will leave the results order as google find them (xbmc wil not sort them again).
So if you don't have the year tagged in your movie name, the scraper will still use the search as it was before i add this feature.
Try searching for "Pinocchio" with and without the year to see what you'll get.
Just let me know what you think about it.
Cheers Smile


- nanny07 - 2010-01-05

i had try this version and now it's work great again Smile