The branch, dharma has been updated
       via  18f8d3349a6f8302506f8105788fd51d60775dc1 (commit)
      from  340d663d16420f0b8874f94b9afc6bb79d6da9d2 (commit)

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

commit 18f8d3349a6f8302506f8105788fd51d60775dc1
Author: olympia <[email protected]>
Date:   Tue Feb 15 10:03:44 2011 +0100

    [metadata.movieplayer.] updated to version 1.1.2

diff --git a/metadata.movieplayer.it/addon.xml 
b/metadata.movieplayer.it/addon.xml
index 58d4a03..1b54e40 100644
--- a/metadata.movieplayer.it/addon.xml
+++ b/metadata.movieplayer.it/addon.xml
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.movieplayer.it"
        name="MoviePlayer.it"
-       version="1.1.1"
+       version="1.1.2"
        provider-name="KoTiX">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.movieplayer.it/changelog.txt 
b/metadata.movieplayer.it/changelog.txt
index 13db73d..0f9b081 100644
--- a/metadata.movieplayer.it/changelog.txt
+++ b/metadata.movieplayer.it/changelog.txt
@@ -1,5 +1,6 @@
 Changelog:
 
+13/02/2011 - Fixed studio's logos retrieving only one studio from imdb.
 25/10/2010 - Fixed Trailers (it was deleted by mistake)
 23/10/2010 - Adjusted the MP search, but Google engine is better and more 
reliable as it doesn't need the exact movie name. So Google is the default 
again and we don't hammer MP site either. Fixed the .nfo url too (tnx to Spiff)
 14/10/2010 - Finally added the movieplayer.it own search (they removed the 
base64 encoding). Added one option in settings for Google search and anothe 
rone to get just one or more Posters from MP. Added Polish Translation. The 
version bump now to 1.1.0 :P
diff --git a/metadata.movieplayer.it/movieplayer.xml 
b/metadata.movieplayer.it/movieplayer.xml
index 33676aa..9fc60bd 100644
--- a/metadata.movieplayer.it/movieplayer.xml
+++ b/metadata.movieplayer.it/movieplayer.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<scraper framework="11" date="2010-10-25">
+<scraper framework="11" date="2011-02-13">
 
        <NfoUrl dest="3">
                <RegExp input="$$1" output="&lt;url&gt;\1&lt;/url&gt;" dest="3">
@@ -14,7 +14,7 @@
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>
-          <RegExp conditional="Google" input="$$1" 
output="&lt;url&gt;http://www.google.com/cse?cx=010988534213966941752%3Agzbql2poc0a&amp;amp;ie=UTF-8&amp;amp;q=\1$$4%20site:movieplayer.it&amp;sa=Cerca&amp;amp;hl=it&lt;/url&gt;";
 dest="3">
+          <RegExp conditional="Google" input="$$1" 
output="&lt;url&gt;http://www.google.com/cse?cx=010988534213966941752:gzbql2poc0a&amp;amp;ie=UTF-8&amp;amp;q=\1$$4%20site:movieplayer.it&amp;sa=Cerca&amp;amp;hl=it&lt;/url&gt;";
 dest="3">
                        <RegExp input="$$2" output="%20(\1)" dest="4">
                                <expression clear="yes">(.+)</expression>
                        </RegExp>
@@ -197,7 +197,7 @@
                           <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>
+                          
<expression>&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>
diff --git a/metadata.movieplayer.it/resources/language/English/strings.xml 
b/metadata.movieplayer.it/resources/language/English/strings.xml
index 41d8221..179f917 100644
--- a/metadata.movieplayer.it/resources/language/English/strings.xml
+++ b/metadata.movieplayer.it/resources/language/English/strings.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <strings>
-    <string id="30000">Search using Google (inaccurate but faster)</string>
+    <string id="30000">Search using Google</string>
     <string id="30001">Get MPAA, studio and rating from IMDb</string>
     <string id="30002">Full cast informations (slow)</string>
     <string id="30003">Get alternative Posters from Movieplayer.it</string>

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

Summary of changes:
 metadata.movieplayer.it/addon.xml                  |    4 ++--
 metadata.movieplayer.it/changelog.txt              |    1 +
 metadata.movieplayer.it/movieplayer.xml            |    6 +++---
 .../resources/language/English/strings.xml         |    2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to