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


- spiff - 2010-09-02

a "competitor" has been ddos'ing tmdb and tvdb for the last few days. i won't name em ;P


- KoTiX - 2010-09-02

snake111 Wrote:How can I know if the fanart comes from movieplayer or tmdb?

I tried using mymovies scraper and same error, will try with tmdb, thanks.

You can choose one or the other of both in the scrape settings, by default are enabled both and it will download from tmdb first and mp for second, BTW on mp most of the fanarts are in 4/3 and in low res. But they are usefull in case you are looking for Italian movies that usually cannot be found on tmdb.


- nanny07 - 2010-09-02

I use the one in the repository and I hadn't found a manual search (I remebered in the old version).

I'll give a look about it

EDIT: found with another skin Big Grin


- snake111 - 2010-09-03

KoTiX Wrote:You can choose one or the other of both in the scrape settings, by default are enabled both and it will download from tmdb first and mp for second, BTW on mp most of the fanarts are in 4/3 and in low res. But they are usefull in case you are looking for Italian movies that usually cannot be found on tmdb.

Thanks, updating to r33433 solved the issue, sorry...


- gulp - 2010-09-26

Movieplayer.it scraper from some days, dosn't include imdb rating Sad
i've tried to clean cache, remove addons folder under userfolder, reinstalled it...but it doesn't retrive ratings anymore.
any info about that?


- KoTiX - 2010-09-27

Tnx for reporting it, Imdb changed some stuff on the site, I'm working on it and i'm thinking to retreive those data from imdb.it instead of imdb.com.


- KoTiX - 2010-09-28

The scraper is updated, enjoy Smile


- gulp - 2010-09-28

It's ok again now! As always, thank you!


- KoTiX - 2010-10-15

Just to let you know guys, Movieplayer has finally removed the base64 search encoding so we can use it's own search engine instead of using google.
I already submitted to my git and to xbmc repo the new version of the scraper, so expect an automatic update soon.
The Google search is still there for those who want a quicker search, just enable it in the settings.
I also added an option to download just the main poster or all the movieplayer.it posters (main poster should be quicker too).

Hope you enjoy it as usual.
Cheers Smile


- koko1967k - 2010-10-22

Hi KoTiX,
I am having trouble with the scraper:
I have several italian ripped DVDs in one directory and all of them have a .nfo file pointing to the relevant page in "movieplayer.it".

But I am not able to define sets in the nfo file:

Let me explain better:
Files in the directory:
Amici Miei.iso
Amici Miei.nfo
Amici Miei atto II.iso
Amici Miei atto II.nfo

If I use the following 2 .nfo files it works perfectly:

Amici Miei.nfo:
Code:
http://www.movieplayer.it/film/2187/amici-miei/
Amici Miei atto II.nfo:
Code:
http://www.movieplayer.it/film/11507/amici-miei-atto-ii/


But if I use these in order to create sets, it doesn't show anything:

Amici Miei.nfo:
Code:
<movie>
        <set>Amici Miei</set>
</movie>
http://www.movieplayer.it/film/2187/amici-miei/
Amici Miei atto II.nfo:
Code:
<movie>
        <set>Amici Miei</set>
</movie>
http://www.movieplayer.it/film/11507/amici-miei-atto-ii/

What is wrong?
thanks


- spiff - 2010-10-22

partially my fault. the scraper isn't updated to use the required <url> tag. try this

Code:
diff --git a/metadata.movieplayer.it/movieplayer.xml b/metadata.movieplayer.it/movieplayer.xml
index 83dd129..0225d79 100644
--- a/metadata.movieplayer.it/movieplayer.xml
+++ b/metadata.movieplayer.it/movieplayer.xml
@@ -2,7 +2,7 @@
<scraper framework="11" date="2010-08-28">

        <NfoUrl dest="3">
-               <RegExp input="$$1" output="\1" dest="3">
+               <RegExp input="$$1" output="&lt;url&gt;\1&lt;/url&gt;" dest="3">
                        <expression noclean="1">(http://www\.movieplayer\.it/film/[0-9]+/[^"]+)</expression>
                </RegExp>
        </NfoUrl>



- koko1967k - 2010-10-22

sorry spiff,
I don't undesratnd how to use this code.
I am using both a Windows and Linux Live version.

Where am I supposed to paste it?

grazie


- spiff - 2010-10-22

it's a patch. you need to edit (paths are for live, i don't know the windows side of shit properly) ~/.xbmc/addons/metadata.movieplayer.it/movieplayer.xml and apply the changes i've done. basically, it's changing the output in the NfoUrl function to &lt;url&gt;\1&lt;/url&gt; instead of just \1


- koko1967k - 2010-10-22

Hi spiff,
I tried your code but the result is still the same.
Here is the beginning of my movieplayer.xml:

Code:
<?xml version="1.0" encoding="utf-8"?>
<scraper framework="11" date="2010-10-14">

<NfoUrl dest="3">
    <RegExp input="$$1" output="&lt;url&gt;\1&lt;/url&gt;" dest="3">
        <expression noclean="1">(http://www\.movieplayer\.it/film/[0-9]+/[^"]+)</expression>
    </RegExp>
</NfoUrl>

I don't know if this could help, but it's part of the xbmc.log:
Code:
16:41:45 T:3172 M:848355328  NOTICE: VideoInfoScanner: Starting scan ..
16:41:45 T:3172 M:849113088 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22
16:41:45 T:3172 M:849113088   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
16:41:45 T:3172 M:849113088   ERROR: ADDON::CScraper::Run: Unable to parse web site
16:41:58 T:3172 M:843714560   ERROR: Previous line repeats 2 times.
16:41:58 T:3172 M:843714560 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22
16:41:58 T:3172 M:843714560   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
16:41:58 T:3172 M:843714560   ERROR: ADDON::CScraper::Run: Unable to parse web site
16:41:59 T:3172 M:843726848  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:13

Anything wrong that I am doing?


- spiff - 2010-10-22

need debug logging enabled to really tell but that seems to indicate the urls are incorrect. your changes looks fine.