The branch, eden-pre has been updated
       via  7cdf23d4731a5764b02531740a1062bea1484c3a (commit)
      from  460353780dbbe890b0ab5a48466d72b629914d01 (commit)

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

commit 7cdf23d4731a5764b02531740a1062bea1484c3a
Author: olympia <[email protected]>
Date:   Thu Sep 15 13:39:38 2011 +0200

    [metadata.moviemeter.nl] updated to version 1.1.9

diff --git a/metadata.moviemeter.nl/addon.xml b/metadata.moviemeter.nl/addon.xml
index 0b0744b..77fca61 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.8"

+       version="1.1.9"

        provider-name="The_Ghost16">

   <requires>

     <import addon="xbmc.metadata" version="1.0"/>

diff --git a/metadata.moviemeter.nl/changelog.txt 
b/metadata.moviemeter.nl/changelog.txt
index 0ac41d5..87f3da7 100644
--- a/metadata.moviemeter.nl/changelog.txt
+++ b/metadata.moviemeter.nl/changelog.txt
@@ -1,3 +1,7 @@
+[B]1.1.9[/B]

+- IMDB id now contains 'tt' in front of it.

+- TMDB is now used for thumbnails.

+

 [B]1.1.8[/B]

 - IMDB id is now stored with the movie information

 

diff --git a/metadata.moviemeter.nl/moviemeter.xml 
b/metadata.moviemeter.nl/moviemeter.xml
index 7bcd159..9d875dd 100644
--- a/metadata.moviemeter.nl/moviemeter.xml
+++ b/metadata.moviemeter.nl/moviemeter.xml
@@ -30,7 +30,7 @@
        <GetDetails dest="3">
                <RegExp input="$$8" output="&lt;?xml version=&quot;1.0&quot; 
encoding=&quot;iso-8859-1&quot; 
standalone=&quot;yes&quot;?&gt;&lt;details&gt;\1&lt;/details&gt;" dest="3">
                        <!-- IMDB Id!-->
-                       <RegExp input="$$1" output="&lt;id&gt;\1&lt;/id&gt;" 
dest="8">
+                       <RegExp input="$$1" output="&lt;id&gt;tt\1&lt;/id&gt;" 
dest="8">
                                <expression noclean="1">IMDB Id: 
([^&lt;]*)</expression>
                        </RegExp>
                        <!-- Title!-->
@@ -89,12 +89,12 @@
                        </RegExp>
 
                        <!-- Get thumbs from MoviePoster -->
-                       <RegExp input="$$1" output="&lt;chain 
function=&quot;GetMoviePosterDBThumbs&quot;&gt;tt\1&lt;/chain&gt;" dest="8+">
+                       <!--<RegExp input="$$1" output="&lt;chain 
function=&quot;GetMoviePosterDBThumbs&quot;&gt;tt\1&lt;/chain&gt;" dest="8+">
                                <expression noclean="1">IMDB Id: 
([^&lt;]*)</expression>
-                       </RegExp>
+                       </RegExp>-->
 
-                       <!-- Get Fanart from TMDB -->
-                       <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+">
+                       <!-- Get Fanart & Thumbs from TMDB -->
+                       <RegExp input="$$1" output="&lt;url 
cache=&quot;tt\1-moviemeter.html&quot; 
function=&quot;GetFanartAndThumbs&quot;&gt;http://akas.imdb.com/title/tt\1&lt;/url&gt;";
 dest="8+">
                                <expression noclean="1">IMDB Id: 
([^&lt;]*)</expression>
                        </RegExp>
                        
@@ -129,12 +129,15 @@
                        <expression noclean="1"></expression>
                </RegExp>
        </GetIMDBStudio>
-       <GetFanart dest="5">
+       <GetFanartAndThumbs 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>
+                       <RegExp input="$$1" output="&lt;chain 
function=&quot;GetTMDBThumbsByIdChain&quot;&gt;\1&lt;/chain&gt;" dest="6+">
+                               <expression>/title/(tt[t0-9]*)/faq</expression>
+                       </RegExp>
                        <expression noclean="1"></expression>
                </RegExp>
-       </GetFanart>
+       </GetFanartAndThumbs>
 </scraper>

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

Summary of changes:
 metadata.moviemeter.nl/addon.xml      |    2 +-
 metadata.moviemeter.nl/changelog.txt  |    4 ++++
 metadata.moviemeter.nl/moviemeter.xml |   17 ++++++++++-------
 3 files changed, 15 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to