The branch, dharma-pre has been updated
       via  0f846310bdaa409a425082ee08a89d897fd575c2 (commit)
      from  dae0f379b8a874ac5393329750c3de8bdd0fd793 (commit)

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

commit 0f846310bdaa409a425082ee08a89d897fd575c2
Author: olympia <[email protected]>
Date:   Mon Oct 11 23:56:37 2010 +0200

    [metadata.moviemeter.nl] Fixed fanart scraping from tmdb

diff --git a/metadata.moviemeter.nl/addon.xml b/metadata.moviemeter.nl/addon.xml
index 9254f3e..2ded5d1 100644
--- a/metadata.moviemeter.nl/addon.xml
+++ b/metadata.moviemeter.nl/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.moviemeter.nl"
        name="MovieMeter"
-       version="1.1.1"
+       version="1.1.2"
        provider-name="The_Ghost16">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.moviemeter.nl/moviemeter.xml 
b/metadata.moviemeter.nl/moviemeter.xml
index f51f798..9346e87 100644
--- a/metadata.moviemeter.nl/moviemeter.xml
+++ b/metadata.moviemeter.nl/moviemeter.xml
@@ -73,7 +73,7 @@
                        </RegExp>
 
                        <!-- Get the rating from IMDB.com if the IMDBrating 
setting is set to true -->
-                       <RegExp input="$$1" output="&lt;url 
cache=&quot;tt\1-rating.html&quot; 
function=&quot;GetIMDBRating&quot;&gt;http://akas.imdb.com/title/tt\1&lt;/url&gt;";
 dest="8+">
+                       <RegExp conditional="IMDBrating" input="$$1" 
output="&lt;url cache=&quot;tt\1-moviemeter.html&quot; 
function=&quot;GetIMDBRating&quot;&gt;http://akas.imdb.com/title/tt\1&lt;/url&gt;";
 dest="8+">
                                <expression noclean="1">IMDB Id: 
([^&lt;]*)</expression>
                        </RegExp>
 
@@ -88,7 +88,7 @@
                        </RegExp>
 
                        <!-- Get the studio from IMDB.com -->
-                       <RegExp input="$$1" output="&lt;url 
cache=&quot;tt\1-studio.html&quot; 
function=&quot;GetIMDBStudio&quot;&gt;http://akas.imdb.com/title/tt\1&lt;/url&gt;";
 dest="8+">
+                       <RegExp input="$$1" output="&lt;url 
cache=&quot;tt\1-moviemeter.html&quot; 
function=&quot;GetIMDBStudio&quot;&gt;http://akas.imdb.com/title/tt\1&lt;/url&gt;";
 dest="8+">
                                <expression noclean="1">IMDB Id: 
([^&lt;]*)</expression>
                        </RegExp>
 
@@ -98,7 +98,7 @@
                        </RegExp>
 
                        <!-- Get Fanart from TMDB -->
-                       <RegExp input="$$1" output="&lt;chain 
function=&quot;GetTMDBFanartByIdChain&quot;&gt;tt\1&lt;/chain&gt;" dest="8+">
+                       <RegExp input="$$1" output="&lt;url 
cache=&quot;tt\1-moviemeter.html&quot; 
function=&quot;GetFanart&quot;&gt;http://akas.imdb.com/title/tt\1&lt;/url&gt;"; 
dest="8+">
                                <expression noclean="1">IMDB Id: 
([^&lt;]*)</expression>
                        </RegExp>
                        <expression noclean="1"></expression>
@@ -120,4 +120,12 @@
                        <expression noclean="1"></expression>
                </RegExp>
        </GetIMDBRating>
+       <GetFanart dest="5">
+               <RegExp input="$$6" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="$$1" output="&lt;chain 
function=&quot;GetTMDBFanartByIdChain&quot;&gt;\1&lt;/chain&gt;" dest="6">
+                               <expression>/title/(tt[t0-9]*)/faq</expression>
+                       </RegExp>
+                       <expression noclean="1"></expression>
+               </RegExp>
+       </GetFanart>
 </scraper>

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

Summary of changes:
 metadata.moviemeter.nl/addon.xml      |    2 +-
 metadata.moviemeter.nl/moviemeter.xml |   14 +++++++++++---
 2 files changed, 12 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to