The branch, dharma has been updated
       via  c00b4db2285e995511c75fe249f95fd787a59dfd (commit)
      from  811c0664fea1d436645a6f9c5f2846bca3973e1a (commit)

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

commit c00b4db2285e995511c75fe249f95fd787a59dfd
Author: olympia <[email protected]>
Date:   Sun Feb 19 08:21:31 2012 +0100

    [metadata.imdb.com] updated to version 2.3.5

diff --git a/metadata.imdb.com/addon.xml b/metadata.imdb.com/addon.xml
index d82bbd8..df9c3a6 100644
--- a/metadata.imdb.com/addon.xml
+++ b/metadata.imdb.com/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.imdb.com"
        name="IMDb"
-        version="2.3.4"
+        version="2.3.5"
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.imdb.com/changelog.txt b/metadata.imdb.com/changelog.txt
index b034afb..de3bbb9 100644
--- a/metadata.imdb.com/changelog.txt
+++ b/metadata.imdb.com/changelog.txt
@@ -1,3 +1,6 @@
+[B]2.3.5[/B]
+- added: prioritize 'imdb display title' when scraping AKA titles
+
 [B]2.3.4[/B]
 - fixed: factored out genres to common
 
diff --git a/metadata.imdb.com/imdb.xml b/metadata.imdb.com/imdb.xml
index 5960b4c..def3bdb 100644
--- a/metadata.imdb.com/imdb.xml
+++ b/metadata.imdb.com/imdb.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<scraper framework="1.1" date="2011-10-28">
+<scraper framework="1.1" date="2012-02-19">
        <NfoUrl dest="3">
                <RegExp input="$$1" 
output="&lt;url&gt;http://akas.imdb.com/title/tt\1/&lt;/url&gt;&lt;id&gt;tt\1&lt;/id&gt;";
 dest="3">
                        <expression clear="yes" 
noclean="1">imdb....?/Title\?([0-9]*)</expression>
@@ -228,6 +228,12 @@
                        <RegExp input="$$4" output="\1" dest="2">
                                <expression>(.+)</expression>
                        </RegExp>
+                       <RegExp input="$$1" output="\1" dest="4">
+                               
<expression>&gt;\s*?&quot;([^&lt;]+)&quot;[^&lt;]+[&lt;em&gt;]?[^&quot;]+$INFO[akatitles]\s(&lt;em&gt;)?\((imdb
 display)</expression>
+                       </RegExp>
+                       <RegExp input="$$4" output="\1" dest="2">
+                               <expression>(.+)</expression>
+                       </RegExp>
                        <RegExp input="$$1" output="\1" dest="5">
                                <expression>&lt;a 
href=&quot;/country/[^&gt;]+&gt;($INFO[akatitles])</expression>
                        </RegExp>

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

Summary of changes:
 metadata.imdb.com/addon.xml     |    2 +-
 metadata.imdb.com/changelog.txt |    3 +++
 metadata.imdb.com/imdb.xml      |    8 +++++++-
 3 files changed, 11 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to