The branch, frodo has been updated
       via  c1d9959db131fa67bc0f6edeef392b67ac7b9aca (commit)
      from  cb3a58491c392f89439f615b923a87f842e31a1b (commit)

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

commit c1d9959db131fa67bc0f6edeef392b67ac7b9aca
Author: olympia <olym...@xbmc.org>
Date:   Mon Feb 11 12:29:40 2013 +0100

    [metadata.universal] updated to version 2.3.1

diff --git a/metadata.universal/addon.xml b/metadata.universal/addon.xml
index 9fb6b91..c23076e 100644
--- a/metadata.universal/addon.xml
+++ b/metadata.universal/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.universal"
        name="Universal Movie Scraper"
-       version="2.3.0"
+       version="2.3.1"
        provider-name="Olympia, Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="2.1.0"/>
diff --git a/metadata.universal/changelog.txt b/metadata.universal/changelog.txt
index 2a13096..82503e9 100644
--- a/metadata.universal/changelog.txt
+++ b/metadata.universal/changelog.txt
@@ -1,3 +1,6 @@
+[B]2.3.1[/B]
+- fixed: properly implement option to insert IMDb Outline as plot
+
 [B]2.3.0[/B]
 - fixed: various original title fixes
 - fixed: year won't scrape in certain cases
diff --git a/metadata.universal/universal.xml b/metadata.universal/universal.xml
index c449857..d3559f1 100644
--- a/metadata.universal/universal.xml
+++ b/metadata.universal/universal.xml
@@ -170,7 +170,7 @@
                                <expression>Rotten Tomatoes / Critics' 
Consensus</expression>
                        </RegExp>
                        <RegExp input="$INFO[plotsource]" output="&lt;chain 
function=&quot;GetIMDBPlotById&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
-                               <expression>IMDb</expression>
+                               <expression>^IMDb$</expression>
                        </RegExp>
                        <RegExp input="$INFO[plotsource]" output="&lt;chain 
function=&quot;GetTMDBLangPlotByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                                <expression>themoviedb.org</expression>
@@ -178,7 +178,7 @@
                        <RegExp input="$INFO[plotsource]" output="&lt;chain 
function=&quot;GetRTCConsensusToPlotById&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                                <expression>Rotten Tomatoes / Critics' 
Consensus</expression>
                        </RegExp>
-                       <RegExp input="$INFO[plotsource]" output="&lt;chain 
function=&quot;GetIMDBOutlineById&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
+                       <RegExp input="$INFO[plotsource]" output="&lt;chain 
function=&quot;GetIMDBOutlineToPlotById&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                                <expression>IMDb Outline</expression>
                        </RegExp>
                        <RegExp input="$INFO[taglinesource]" output="&lt;chain 
function=&quot;GetIMDBTaglineById&quot;&gt;$$2&lt;/chain&gt;" dest="5+">

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

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


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to