![]() |
|
[RELEASE] Movieplayer.it scraper for Movies new version (Italian) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Metadata scrapers (/forumdisplay.php?fid=147) +---- Thread: [RELEASE] Movieplayer.it scraper for Movies new version (Italian) (/showthread.php?tid=60585) |
- francesco_ita - 2010-10-25 17:30 Hello, I'm using the movieplayer.it scraper latest version for xbmc 9.11 (july 2010) The IMDB votes didn't work and I've solved it by cut and paste the IMDB's modified row of the code from the new scraper for Dharma to the one I'm using. But I've have another problem. The scraper doesn't find the trailers anymore. I've tried to cut and paste the trailers' row from the new version into mine version, but it still doesn't work. What can I do? Thank you very much... Francesco - KoTiX - 2010-10-25 22:07 Oops!! I deleted the <expression> by mystake for that ![]() The site has changed the code for it anyway, here it is the right one: <!--Trailer--> <RegExp input="$$1" output="<trailer>\1</trailer>" dest="13+"> <expression>file: "([^"]+)"</expression> </RegExp> I'm going to update the repo soon (including the nfo fix), enjoy
- francesco_ita - 2010-10-26 09:24 Thank you very much! I've tried to solve it by myself with no success.
- bfg9000 - 2010-11-02 16:33 Hi all, is there a way to have more than 4 actors listed in the movie infos? thanks Corrado - KoTiX - 2010-11-02 20:56 bfg9000 Wrote:Hi all,Yes, go in the scraper settings and enable the "Full cast" infos ("Scarica le informazioni di tutto il cast"). Ciao. - bfg9000 - 2010-11-03 12:58 KoTiX Wrote:Yes, go in the scraper settings and enable the "Full cast" infos ("Scarica le informazioni di tutto il cast"). Thanks/grazie
Possible improvement - fabwolf - 2010-11-30 03:01 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 00:30 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
- Simzer0 - 2011-01-28 11:02 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 11:08 Tnx for reporting it, I'll take a look to it. Cheers
|