The branch, eden-pre has been updated
       via  b4d3c516114f0d37329df0c087a9e4a9a1f79d54 (commit)
      from  457cd166d6c6cfe54597d9daa710f0032a31e27d (commit)

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

commit b4d3c516114f0d37329df0c087a9e4a9a1f79d54
Author: olympia <[email protected]>
Date:   Sun Nov 20 18:23:42 2011 +0100

    [metadata.themoviedb.org] updated to version 1.4.4

diff --git a/metadata.themoviedb.org/addon.xml 
b/metadata.themoviedb.org/addon.xml
index 082bf9c..7162426 100644
--- a/metadata.themoviedb.org/addon.xml
+++ b/metadata.themoviedb.org/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.themoviedb.org"
        name="The MovieDB"
-       version="1.4.3" 
+       version="1.4.4" 
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.themoviedb.org/changelog.txt 
b/metadata.themoviedb.org/changelog.txt
index 4095dc8..9c082ca 100644
--- a/metadata.themoviedb.org/changelog.txt
+++ b/metadata.themoviedb.org/changelog.txt
@@ -1,11 +1,15 @@
+[B]1.4.4[/B]
+- fixed: actor thumb scraping was broken due to API changes
+
 [B]1.4.3[/B]
+- fixed: use imdb ID from nfo
 - changed: scrape only one studio
 
 [B]1.4.2[/B]
-- version number skipped to stay sync with XBMC 10.1 scraper version numbering
+- fixed: url/mixed nfo scraping
 
 [B]1.4.1[/B]
-- fixed: IMDb rating after site change
+- fixed: IMDb rating after site change 
 
 [B]1.4.0[/B]
 - added: trailer scraping from TMDB via youtube plugin
diff --git a/metadata.themoviedb.org/tmdb.xml b/metadata.themoviedb.org/tmdb.xml
index 3faa8d6..828d3c6 100644
--- a/metadata.themoviedb.org/tmdb.xml
+++ b/metadata.themoviedb.org/tmdb.xml
@@ -97,8 +97,8 @@
                        <RegExp input="$$1" 
output="&lt;actor&gt;&lt;name&gt;\1&lt;/name&gt;&lt;role&gt;\2&lt;/role&gt;&lt;/actor&gt;"
 dest="5+">
                                <expression noclean="1" 
repeat="yes">&lt;person.*?name=&quot;([^&quot;]*)&quot; 
character=&quot;([^&quot;]*)&quot; job=&quot;Actor&quot;</expression>
                        </RegExp>
-                       <RegExp input="$$1" 
output="&lt;actor&gt;&lt;name&gt;\1&lt;/name&gt;&lt;role&gt;\2&lt;/role&gt;&lt;thumb&gt;http://\4-original\5&lt;/thumb&gt;&lt;/actor&gt;";
 dest="5+">
-                               <expression noclean="1" 
repeat="yes">&lt;person.*?name=&quot;([^&quot;]*)&quot; 
character=&quot;([^&quot;]*)&quot; job=&quot;Actor&quot; 
id=&quot;([0-9]+)&quot; 
thumb=&quot;http://(.*?)-thumb([^&quot;]*)&quot;</expression>
+                       <RegExp input="$$1" 
output="&lt;actor&gt;&lt;name&gt;\1&lt;/name&gt;&lt;role&gt;\2&lt;/role&gt;&lt;thumb&gt;http://\4original\5&lt;/thumb&gt;&lt;/actor&gt;";
 dest="5+">
+                               <expression noclean="1" 
repeat="yes">&lt;person.*?name=&quot;([^&quot;]*)&quot; 
character=&quot;([^&quot;]*)&quot; job=&quot;Actor&quot; 
id=&quot;([0-9]+)&quot; 
thumb=&quot;http://(.*?)w45([^&quot;]*)&quot;</expression>
                        </RegExp>
                        <RegExp input="$$2" output="&lt;chain 
function=&quot;GetTMDBThumbsByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                                <expression/>

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

Summary of changes:
 metadata.themoviedb.org/addon.xml     |    2 +-
 metadata.themoviedb.org/changelog.txt |    8 ++++++--
 metadata.themoviedb.org/tmdb.xml      |    4 ++--
 3 files changed, 9 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, 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-novd2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to