The branch, eden has been updated
       via  607e84533bcdca21ae1b1353c5d4faf097935ab2 (commit)
      from  283232db5c06b3bcfc4fa6364b06736017284803 (commit)

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

commit 607e84533bcdca21ae1b1353c5d4faf097935ab2
Author: olympia <[email protected]>
Date:   Mon Jun 18 04:53:45 2012 +0200

    [metadata.common.last.fm] updated to version 1.4.1

diff --git a/metadata.common.last.fm/addon.xml 
b/metadata.common.last.fm/addon.xml
index 0bf0def..8bece1a 100644
--- a/metadata.common.last.fm/addon.xml
+++ b/metadata.common.last.fm/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.common.last.fm"
        name="Last.FM"
-       version="1.4.0"
+       version="1.4.1"
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.common.last.fm/lastfm.xml 
b/metadata.common.last.fm/lastfm.xml
index 9671da5..e8c8ee2 100644
--- a/metadata.common.last.fm/lastfm.xml
+++ b/metadata.common.last.fm/lastfm.xml
@@ -17,7 +17,7 @@
                        <RegExp input="$$1" 
output="&lt;album&gt;&lt;title&gt;\1&lt;/title&gt;&lt;/album&gt;" dest="2">
                                <expression 
repeat="yes">&lt;album[^&gt;]*&gt;[^&lt;]*&lt;name&gt;([^&lt;]*?)&lt;/name&gt;</expression>
                        </RegExp>
-                       <expression noclean="1">(.+)</expression>
+                       <expression noclean="1"/>
                </RegExp>
        </ParseLastFMDiscography>
 
@@ -63,7 +63,7 @@
                        <RegExp input="$$1" 
output="&lt;biography&gt;\1&lt;/biography&gt;" dest="6">
                                <expression 
fixchars="1">&lt;content&gt;&lt;!\[CDATA\[(.*?)\]\]</expression>
                        </RegExp>
-                       <expression noclean="1">(.+)</expression>
+                       <expression noclean="1"/>
                </RegExp>
        </ParseLastFMFallbackBiography>
 
@@ -106,7 +106,7 @@
                        <RegExp input="$$1" 
output="&lt;genre&gt;\1&lt;/genre&gt;" dest="4">
                                <expression 
noclean="1">&lt;tag&gt;.*?&lt;name&gt;([^/lt;]*)&lt;/name&gt;</expression>
                        </RegExp>
-                       <expression noclean="1">(.+)</expression>
+                       <expression noclean="1"/>
                </RegExp>
        </ParseLastFMFallbackArtistGenres>
 
@@ -127,10 +127,10 @@
                                <RegExp input="$INFO[genresfbsource]" 
output="&lt;chain 
function=&quot;GetAMGFallbackArtistStylesByAMGID&quot;&gt;$$9&lt;/chain&gt;" 
dest="12">
                                        <expression>allmusic.com</expression>
                                </RegExp>
-                               
<expression>&lt;genre&gt;&lt;/genre&gt;</expression>
+                               
<expression>&lt;style&gt;&lt;/style&gt;</expression>
                        </RegExp>
                        <RegExp input="$$11" output="$$11" dest="4">
-                               
<expression>&lt;genre&gt;(.+)&lt;/genre&gt;</expression>
+                               
<expression>&lt;style&gt;(.+)&lt;/style&gt;</expression>
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>
@@ -149,7 +149,7 @@
                        <RegExp input="$$1" 
output="&lt;style&gt;\1&lt;/style&gt;" dest="4">
                                <expression repeat="yes" 
noclean="1">&lt;tag&gt;.*?&lt;name&gt;([^/lt;]*)&lt;/name&gt;</expression>
                        </RegExp>
-                       <expression noclean="1">(.+)</expression>
+                       <expression noclean="1" />
                </RegExp>
        </ParseLastFMFallbackArtistStyles>
 
@@ -171,7 +171,7 @@
                        <RegExp input="$$1" output="&lt;thumb 
preview=&quot;\2&quot;&gt;\1&lt;/thumb&gt;" dest="6">
                                <expression repeat="yes" noclean="1">&lt;size 
name=&quot;original&quot;[^&gt;]*&gt;([^&lt;]*)&lt;[^&lt;]*&lt;size 
name=&quot;large&quot;[^&gt;]*&gt;([^&lt;]*)&lt;</expression>
                        </RegExp>
-                       <expression noclean="1">(.+)</expression>
+                       <expression noclean="1" />
                </RegExp>
        </ParseLastFMArtistThumbs>
 

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

Summary of changes:
 metadata.common.last.fm/addon.xml  |    2 +-
 metadata.common.last.fm/lastfm.xml |   14 +++++++-------
 2 files changed, 8 insertions(+), 8 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