The branch, eden has been updated
       via  fefedd4cde83835b79fcd90a74efbb3c1bde1537 (commit)
      from  c601f519f92f8b732cace224cf628ae6bb5e6ebf (commit)

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

commit fefedd4cde83835b79fcd90a74efbb3c1bde1537
Author: olympia <[email protected]>
Date:   Mon May 28 11:32:41 2012 +0200

    [metadata.common.musicbrainz.org] updated to version 1.1.1

diff --git a/metadata.common.musicbrainz.org/addon.xml 
b/metadata.common.musicbrainz.org/addon.xml
index a5902c9..f38f67f 100644
--- a/metadata.common.musicbrainz.org/addon.xml
+++ b/metadata.common.musicbrainz.org/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.common.musicbrainz.org"
        name="musicbrainz"
-        version="1.1.0"
+        version="1.1.1"
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.common.musicbrainz.org/musicbrainz.xml 
b/metadata.common.musicbrainz.org/musicbrainz.xml
index 3d5cc32..d953056 100644
--- a/metadata.common.musicbrainz.org/musicbrainz.xml
+++ b/metadata.common.musicbrainz.org/musicbrainz.xml
@@ -1,6 +1,6 @@
 <scraperfunctions>
        <GetMBDiscographyByMBID dest="5">
-               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseMBDiscography&quot; 
cache=&quot;mb-\1-discog.html&quot;&gt;http://musicbrainz.org/ws/2/release-group?artist=\1&amp;amp;limit=100&amp;amp;type=album&lt;/url&gt;&lt;/details&gt;";
 dest="5">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseMBDiscography&quot; 
cache=&quot;mb-\1-discog.xml&quot;&gt;http://musicbrainz.org/ws/2/release-group?artist=\1&amp;amp;limit=100&amp;amp;type=album&lt;/url&gt;&lt;/details&gt;";
 dest="5">
                        <expression noclean="1" />
                </RegExp>
        </GetMBDiscographyByMBID>
@@ -72,7 +72,7 @@
        <ParseMBAlbumRating dest="5">
                <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
                        <RegExp input="$$1" 
output="&lt;rating&gt;\1&lt;/rating&gt;" dest="2">
-                               <expression 
noclean="1">&lt;/label-code&gt;&lt;rating 
votes-count=&quot;[^&quot;]*&quot;&gt;([^&lt;]*)</expression>
+                               <expression 
noclean="1">&lt;/release-group&gt;.*?&lt;rating 
votes-count=&quot;[^&quot;]*&quot;&gt;(\d)</expression>
                        </RegExp>
                        <expression noclean="1">(.+)</expression>
                </RegExp>

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

Summary of changes:
 metadata.common.musicbrainz.org/addon.xml       |    2 +-
 metadata.common.musicbrainz.org/musicbrainz.xml |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to