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


- bfg9000 - 2010-11-03

KoTiX Wrote:Yes, go in the scraper settings and enable the "Full cast" infos ("Scarica le informazioni di tutto il cast").
Ciao.

Thanks/grazie Smile


Possible improvement - fabwolf - 2010-11-30

Hi, thank you for this nice scraper, I am using it and I find it very good.
I have found the scraper could have some problem in correctly recognizing special characters in cast names, like in 10000 AC.
Having the full cast option ON, it returns just "Camille Belle" in the cast section, maybe because of the strange name of the second character on list, it's just a guess, it went very well for the other movies I tested so far, so I thought it was because of "D'Leh"...
Thank you very much again, I will test it further...
(using Dharma RC on win7 64)


- KoTiX - 2010-12-01

Tnx for reporting it, i don't have much time for xbmc in this period because i'm moving home.
Btw please let me know if you find anything else wrong in the scraper.
Tnx Smile


- Simzer0 - 2011-01-28

Thanks for this addon, it's great to have the trailers in Italian on xbmc.
but I can not see the studios logo, this is only my problem?


- KoTiX - 2011-01-30

Tnx for reporting it, I'll take a look to it.
Cheers Smile


- Simzer0 - 2011-01-31

KoTiX Wrote:Tnx for reporting it, I'll take a look to it.
Cheers Smile
Thx Kotix, i wait for your response.
(poi te la offro sicuro una birra ^^)


- KoTiX - 2011-02-01

I've checked with different skins and with the TMDB scraper too to be sure I'm not doing anything wrong, but I don't understand in which case we should see the studio logo.
Can you please tell me the skin you use, or the one you have seen the studio logos?


- Simzer0 - 2011-02-01

Usually i use Aeon65 skin, but with Confluence i have the same result. my tests done are:
Scan of same files with TMDB and the result is:

Image

Image

With Movieplayer:

Image

Image

I also try to export the nfo files to check the difference between TMDB and Movieplayer:

Movieplayer:

<studio>Twentieth Century Fox Film Corporation</studio>
<studio>Davis Entertainment</studio>

TMDB:

<studio>Twentieth Century Fox Film Corporation</studio>

The only difference found is that TMDB get only 1 studio and your script get 2 studios.
I hope you will be useful.


- Simzer0 - 2011-02-01

At last after some try i found the trouble.
Your script scanning for different studio and write all on nfo files, but if i keep only one line, delete the other and refresh archive, studio logo work fine.


- KoTiX - 2011-02-01

Ok then, if this is the problem, i can update the scraper to retreive just one studio instead of multiple ones.
I beleive one is more then enught Tongue

Here is a quick fix, edit movieplayer.xml and search for this part

Quote: <GetImdbStuff dest="5">
<RegExp input="$$6" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
<RegExp input="$$1" output="&lt;top250&gt;\1&lt;/top250&gt;" dest="6+">
<expression>Top 250 #([0-9]*)&lt;/strong&gt;</expression>
</RegExp>
<RegExp input="$$1" output="&lt;mpaa&gt;\1&lt;/mpaa&gt;" dest="6+">
<expression>&lt;a href=&quot;/mpaa&quot;&gt;MPAA&lt;/a&gt;\)&lt;/h4&gt;[\n]*[\s]*Rated ([^\s]*) for</expression>
</RegExp>
<RegExp input="$$1" output="&lt;rating&gt;\1&lt;/rating&gt;" dest="6+">
<expression>&lt;span class=&quot;rating-rating&quot;&gt;([0-9.]+)&lt;span&gt;/10&lt;/span&gt;</expression>
</RegExp>
<RegExp input="$$1" output="&lt;studio&gt;\1&lt;/studio&gt;" dest="6+">
<expression repeat="yes">&quot;/company/[^/]*/&quot;&gt;([^&lt;]*)&lt;/a&gt;</expression>
</RegExp>
<RegExp input="$$1" output="&lt;votes&gt;\1&lt;/votes&gt;" dest="6+">
<expression>href=&quot;ratings&quot; &gt;([0-9,]+) votes&lt;/a&gt;</expression>
</RegExp>
<expression noclean="1"/>
</RegExp>
</GetImdbStuff>


remove the red part


- Simzer0 - 2011-02-02

Thx Kotix, now your scraper is perfect for me Nod


- bfg9000 - 2011-03-05

I don't know what happen but it's a couple of days the scraper is failing to find all the movies, i mean even also the one that in the past were found correctly.
Is there any log or similar to troubleshoot this?
tnx


- bfg9000 - 2011-03-05

It works if i disable google search..


- KoTiX - 2011-03-05

Tnx for reporting it, I'll check that at soon as possible.


- tefnut - 2011-03-06

how can i disable google check for tv shows?
i can find in film scraper option, but not for tvshow