The branch, eden has been updated
       via  e215aa6d147f3e98c06949a0679a59217e1f8a41 (commit)
      from  670b77ebad26fbc2aa742ca84487e99254aace2d (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=e215aa6d147f3e98c06949a0679a59217e1f8a41

commit e215aa6d147f3e98c06949a0679a59217e1f8a41
Author: Lee Pollock <scud...@gmail.com>
Date:   Sun Feb 17 11:42:44 2013 +0000

    [metadata.movieplayer.it] updated to version 1.4.1

diff --git a/metadata.movieplayer.it/addon.xml 
b/metadata.movieplayer.it/addon.xml
index f883859..47784f5 100644
--- a/metadata.movieplayer.it/addon.xml
+++ b/metadata.movieplayer.it/addon.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.movieplayer.it"
        name="MoviePlayer.it"
-       version="1.3.4"
-       provider-name="KoTiX and Gulp">
+       version="1.4.1"
+       provider-name="KoTiX|Gulp">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
-    <import addon="metadata.common.themoviedb.org" version="2.0.0"/>
-    <import addon="metadata.common.imdb.com" version="2.1.5"/>
+    <import addon="metadata.common.themoviedb.org" version="2.1.0"/>
+    <import addon="metadata.common.imdb.com" version="2.7.5"/>
   </requires>
   <extension point="xbmc.metadata.scraper.movies"
              language="it"
diff --git a/metadata.movieplayer.it/changelog.txt 
b/metadata.movieplayer.it/changelog.txt
index 6466240..59ccfea 100644
--- a/metadata.movieplayer.it/changelog.txt
+++ b/metadata.movieplayer.it/changelog.txt
@@ -1,4 +1,5 @@
 Changelog:
+15/02/2012 - Removed Local IMDB function and added some details retrieving 
from metadata.common.imdb.com and fixed cast
 17/12/2012 - Fixed IMDB search URL
 18/09/2012 - Updated for the new Movieplayer site layout
 16/01/2012 - Updated local IMDB string, moved Genre to official imdb.common. 
Tuned Bing search with (film %date%)
diff --git a/metadata.movieplayer.it/movieplayer.xml 
b/metadata.movieplayer.it/movieplayer.xml
index 2bb2c0e..fb0f4f8 100644
--- a/metadata.movieplayer.it/movieplayer.xml
+++ b/metadata.movieplayer.it/movieplayer.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><scraper framework="11" 
date="2012-12-17" name="MoviePlayer.it" content="movies" language="en">
+<?xml version="1.0" encoding="utf-8"?><scraper framework="11" 
date="2013-02-15" name="MoviePlayer.it" content="movies" language="en">
        <NfoUrl dest="3">
                <RegExp input="$$1" output="&lt;url&gt;\1&lt;/url&gt;" dest="3">
                        <expression trim="1" 
noclean="1">(http://www\.movieplayer\.it/film/[^_]+_[0-9]+/)</expression>
@@ -68,6 +68,10 @@
                                </RegExp>
                                <expression />
                        </RegExp>
+                       <!--Durata film-->
+                       <RegExp input="$$1" 
output="&lt;runtime&gt;\2&lt;/runtime&gt;" dest="13+">
+                               <expression trim="1" noclean="1"> 
datetime="([^"]*)"&gt;([0-9]*) min&lt;/time&gt;</expression>
+                       </RegExp>
                        <!--Tagline-->
                        <RegExp input="$$1" 
output="&lt;tagline&gt;\1&lt;/tagline&gt;" dest="13+">
                                <expression noclean="1">&lt;span 
class="subheading"&gt;([^"]*)&lt;/span&gt; </expression>
@@ -143,13 +147,33 @@
                                <expression />
                        </RegExp>
                        <!--Cast-->
-                       <RegExp input="$$2" output="&lt;chain 
function=&quot;GetIMDBScaledCastById&quot;&gt;$$2&lt;/chain&gt;" dest="6+">
+                       <RegExp input="$$2" output="&lt;chain 
function=&quot;GetIMDBCastById&quot;&gt;$$2&lt;/chain&gt;" dest="6+">
                                <expression />
                        </RegExp>
                        <!--Regia-->
                        <RegExp input="$$2" output="&lt;chain 
function=&quot;GetIMDBDirectorsById&quot;&gt;$$2&lt;/chain&gt;" dest="6+">
                                <expression />
                        </RegExp>
+                       <!--IMDB top250-->
+                       <RegExp input="$$2" output="&lt;chain 
function=&quot;GetIMDBTOP250ById&quot;&gt;$$2&lt;/chain&gt;" dest="6+">
+                               <expression />
+                       </RegExp>
+                       <!--IMDB Studio-->
+                       <RegExp input="$$2" output="&lt;chain 
function=&quot;GetIMDBStudioById&quot;&gt;$$2&lt;/chain&gt;" dest="6+">
+                               <expression />
+                       </RegExp>
+                       <!--Paese di origine-->
+                       <RegExp input="$$2" output="&lt;chain 
function=&quot;GetIMDBCountryById&quot;&gt;$$2&lt;/chain&gt;" dest="6+">
+                               <expression />
+                       </RegExp>
+                       <!--Certificazione USA-->
+                       <RegExp input="$$2" output="&lt;chain 
function=&quot;GetIMDBUSACert&quot;&gt;$$2&lt;/chain&gt;" dest="6+">
+                               <expression />
+                       </RegExp>
+                       <!--AKA Titles-->
+                       <RegExp input="$$2" output="&lt;chain 
function=&quot;GetIMDBAKATitlesById&quot;&gt;$$2&lt;/chain&gt;" dest="6+">
+                               <expression />
+                       </RegExp>
                        <!--Sceneggiatura-->
                        <RegExp input="$$2" output="&lt;chain 
function=&quot;GetIMDBWritersById&quot;&gt;$$2&lt;/chain&gt;" dest="6+">
                                <expression />
@@ -166,26 +190,14 @@
                        <RegExp conditional="FanartTMDB" input="$$2" 
output="&lt;chain 
function=&quot;GetTMDBFanartByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="6+">
                                <expression />
                        </RegExp>
-                       <RegExp input="$$2" output="&lt;url 
cache=&quot;$$2-main.html&quot; 
function=&quot;IMDBLocal&quot;&gt;www.imdb.com/title/$$2&lt;/url&gt;" dest="6+">
+                       <!--<RegExp input="$$2" output="&lt;url 
cache=&quot;$$2-main.html&quot; 
function=&quot;IMDBLocal&quot;&gt;www.imdb.com/title/$$2&lt;/url&gt;" dest="6+">
                                <expression />
-                       </RegExp>
+                       </RegExp>-->
                        <expression noclean="1" />
                </RegExp>
        </IMDBChains>
        <IMDBLocal dest="5">
                <RegExp input="$$6" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5+">
-                       <!--IMDB MPAA-->
-                       <RegExp input="$$1" 
output="&lt;mpaa&gt;\1&lt;/mpaa&gt;" dest="6+">
-                               
<expression>MPAA&lt;/a&gt;\)&lt;/h4&gt;\n?&lt;span 
itemprop="contentRating"&gt;([^&lt;]*)</expression>
-                       </RegExp>
-                       <!--IMDB studio-->
-                       <RegExp input="$$1" 
output="&lt;studio&gt;\1&lt;/studio&gt;" dest="6+">
-                               
<expression>"/company/[^&gt;]+&gt;([^&lt;]+)&lt;/a&gt;</expression>
-                       </RegExp>
-                       <!--IMDB top250-->
-                       <RegExp input="$$1" 
output="&lt;top250&gt;\1&lt;/top250&gt;" dest="6+">
-                               <expression>Top 250 #([0-9]*)&lt;/</expression>
-                       </RegExp>
                        <!--Durata-->
                        <RegExp input="$$1" 
output="&lt;runtime&gt;\1&lt;/runtime&gt;" dest="6+">
                                <expression 
trim="1">&lt;h4[^&gt;]*?&gt;Runtime:&lt;/h4&gt;[^0-9]*([0-9]+)</expression>

-----------------------------------------------------------------------

Summary of changes:
 metadata.movieplayer.it/addon.xml       |    8 +++---
 metadata.movieplayer.it/changelog.txt   |    1 +
 metadata.movieplayer.it/movieplayer.xml |   44 +++++++++++++++++++-----------
 3 files changed, 33 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to