The branch, dharma has been updated
       via  22e14066f44ccdaaa975441d99e3ce55931f206f (commit)
      from  b7e636a9059334436dcc00c12ecfe491caf9db92 (commit)

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

commit 22e14066f44ccdaaa975441d99e3ce55931f206f
Author: olympia <[email protected]>
Date:   Fri Sep 23 08:48:57 2011 +0200

    [metadata.moviemeter.nl] updated to version 1.1.10

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

+       version="1.1.10"

        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 87f3da7..ea7ddbd 100644
--- a/metadata.moviemeter.nl/changelog.txt
+++ b/metadata.moviemeter.nl/changelog.txt
@@ -1,3 +1,6 @@
+[B]1.1.10[/B]

+- Fanart and thumbs are now scraped correctly from TMDB.

+

 [B]1.1.9[/B]

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

 - TMDB is now used for thumbnails.

diff --git a/metadata.moviemeter.nl/moviemeter.xml 
b/metadata.moviemeter.nl/moviemeter.xml
index 9d875dd..6ca36d3 100644
--- a/metadata.moviemeter.nl/moviemeter.xml
+++ b/metadata.moviemeter.nl/moviemeter.xml
@@ -132,10 +132,10 @@
        <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>
+                               <expression>/title/(tt[t0-9]*)</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>
+                               <expression>/title/(tt[t0-9]*)</expression>
                        </RegExp>
                        <expression noclean="1"></expression>
                </RegExp>

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

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


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to