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


- koko1967k - 2010-10-22

Here it is:

http://pastebin.com/bmw1BaSC

The URL are correct, in the sense that they point to the movie information, but maybe they should be manually changed to be inserted in the .nfo file... (if so, please tell me how)

thanks

EDIT: another thought: I think that it can't be the URLs as they work without the <set> option. So it must be something in the script (I think)


- spiff - 2010-10-22

heh, neat. you have whitespace at the end. try trim="1" on the expression in NfoUrl so it's
Code:
<expression noclean="1" trim="1">..</expression>



- koko1967k - 2010-10-22

WORKS!! LaughLaugh

Thanks a lot. Big Grin


- spiff - 2010-10-22

cool. will get a patch to kotix (and eventually get it settled in the repo). thanks for working with me.


- koko1967k - 2010-10-22

Hi spiff,
thanks for your reply!

I think I found another problem:

Case 1:
Amici Miei atto III.avi
No .nfo file

Result: movie correctly found and inserted in the database

Case 2:
Amici Miei atto III.avi
Amici Miei atto III.nfo

The .nfo file contains only:
Code:
<movie>
        <set>Amici Miei</set>
</movie>

Result: the movie is inserted in the set, but without any information at all.

Is it correct or it's a bug?

EDIT: it's not a big issue, but as you're releasing a new release, then could be worth looking into it too Wink


- olympia - 2010-10-22

That is what expected.
In case local nfo file exists, XBMC import it. Since your nfo only contains set information this is all what it can import.

To get around this, you have to export your video library first to separate files, then insert the set info to the exported nfo, then refresh the movie.


- koko1967k - 2010-10-22

olympia Wrote:That is what expected.
In case local nfo file exists, XBMC import it. Since your nfo only contains set information this is all what it can import.

To get around this, you have to export your video library first to separate files, then insert the set info to the exported nfo, then refresh the movie.

ok then.
Thanks for your reply.


- koko1967k - 2010-10-22

Sorry for bothering you again, but I have just started playing around with your scraper and need some help...

So, if a movie does not exist in Movieplayer.it (i.e. "Programma Protezione Principesse"), I create a "Programma Protezione Principesse.nfo" file and add the following line (I have a "Programma Protezione Principesse.iso" file in the same dir):

Code:
http://www.mymovies.it/dizionario/recensione.asp?id=59165

But, the scraper is not picking the movie at all, not even inserting a blank entry.

Is there something I am missing?

EDIT: here is where I found the instructions above (from http://wiki.xbmc.org/index.php?title=Import_-_Export_Library#Video_nfo_Files):
The scraper tries to match url's to all scrapers of the content type a dir is set to. E.g. if you set the content type to movies all movie scrapers check nfo files for a matching url. This means that nfo's override the scraper setting. I.e. a directory is set to use the imdb scraper but you have a German movie in it. Simply create a nfo for that movie with the ofdb link in it and you are sorted!


- olympia - 2010-10-23

Do you have mymovies.it scraper installed and enabled?

...and you also have to enable "Enable fallback based on scraper language" in settings/video/scrapers.


- koko1967k - 2010-10-23

Thanks for your reply.

olympia Wrote:Do you have mymovies.it scraper installed and enabled?

Yes

Quote:...and you also have to enable "Enable fallback based on scraper language" in settings/video/scrapers.

Ehm, no... Will try tonight and get back.

EDIT: WORKS! It was my fault: didn't enabled "Enable fallback based on scraper language"


- francesco_ita - 2010-10-25

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

Oops!! I deleted the <expression> by mystake for that :p
The site has changed the code for it anyway, here it is the right one:

<!--Trailer-->
<RegExp input="$$1" output="&lt;trailer&gt;\1&lt;/trailer&gt;" dest="13+">
<expression>file: &quot;([^&quot;]+)&quot;</expression>
</RegExp>

I'm going to update the repo soon (including the nfo fix), enjoy Wink


- francesco_ita - 2010-10-26

Thank you very much!
I've tried to solve it by myself with no success. Sad


- bfg9000 - 2010-11-02

Hi all,
is there a way to have more than 4 actors listed in the movie infos?

thanks
Corrado


- KoTiX - 2010-11-02

bfg9000 Wrote:Hi all,
is there a way to have more than 4 actors listed in the movie infos?

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