The branch, eden has been updated
       via  60ab89812259cd21552b7fd9ab05fca15225422d (commit)
      from  2cb63bd1231a5414d9af7dca45707d777fb3ab91 (commit)

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

commit 60ab89812259cd21552b7fd9ab05fca15225422d
Author: olympia <[email protected]>
Date:   Fri Dec 7 22:23:41 2012 +0100

    [metadata.universal] updated to version 1.9.3

diff --git a/metadata.universal/addon.xml b/metadata.universal/addon.xml
index b15c05b..f06a66a 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 Scraper"
-       version="1.9.2"
+       version="1.9.3"
        provider-name="Olympia, Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.universal/changelog.txt b/metadata.universal/changelog.txt
index 90724a9..9af807b 100644
--- a/metadata.universal/changelog.txt
+++ b/metadata.universal/changelog.txt
@@ -1,3 +1,6 @@
+[B]1.9.3[/B]
+- fixed: won't scrape from TMDb when movie is part of a collection
+
 [B]1.9.2[/B]
 - fixed: nfo scraping
 
diff --git a/metadata.universal/universal.xml b/metadata.universal/universal.xml
index 2e1b8f1..2307b10 100644
--- a/metadata.universal/universal.xml
+++ b/metadata.universal/universal.xml
@@ -33,7 +33,7 @@
        <GetDetails dest="3">
                <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="3">
                        <RegExp input="$$1" output="\1" dest="2">
-                               <expression 
noclean="1">&quot;id&quot;:([0-9]*),&quot;</expression>
+                               <expression 
noclean="1">&quot;id&quot;:([0-9]*),&quot;imdb_id</expression>
                        </RegExp>
                        <RegExp input="$$1" output="\1" dest="2">
                                <expression 
noclean="1">&quot;id&quot;:[0-9]*,&quot;imdb_id&quot;:&quot;([^&quot;]*)</expression>

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

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


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to