The branch, dharma has been updated
       via  d22afb51d11275adc499a6dcd17378472442e81c (commit)
      from  95e1cbd1847a6f9e251058bbb6dfc527e690a2a7 (commit)

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

commit d22afb51d11275adc499a6dcd17378472442e81c
Author: olympia <[email protected]>
Date:   Thu Apr 21 20:52:14 2011 +0200

    [metadata.artists.last.fm] fixed artist bio (it wasn't scraping full bio in 
some cases)

diff --git a/metadata.artists.last.fm/addon.xml 
b/metadata.artists.last.fm/addon.xml
index 9187980..23afc2d 100644
--- a/metadata.artists.last.fm/addon.xml
+++ b/metadata.artists.last.fm/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.artists.last.fm"
        name="Last.FM"
-       version="1.1.2"
+       version="1.1.3"
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.artists.last.fm/lastfm.xml 
b/metadata.artists.last.fm/lastfm.xml
index 005cb45..e4794f5 100644
--- a/metadata.artists.last.fm/lastfm.xml
+++ b/metadata.artists.last.fm/lastfm.xml
@@ -24,7 +24,7 @@
                                <expression 
noclean="1">&lt;name&gt;([^&lt;]*)&lt;/name&gt;</expression>
                        </RegExp>
                        <RegExp input="$$1" 
output="&lt;biography&gt;&lt;![CDATA[\1]]&gt;&lt;/biography&gt;" dest="5+">
-                               <expression 
fixchars="1">&lt;content&gt;&lt;!\[CDATA\[(.*?)\]</expression>
+                               <expression 
fixchars="1">&lt;content&gt;&lt;!\[CDATA\[(.*?)\]\]</expression>
                        </RegExp>
                        <RegExp input="$$1" output="&lt;chain 
function=&quot;GetLastFMArtistThumbsByID&quot;&gt;\1&lt;/chain&gt;" dest="5+">
                                <expression 
noclean="1">&lt;mbid&gt;([^&lt;]*)&lt;/mbid&gt;</expression>

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

Summary of changes:
 metadata.artists.last.fm/addon.xml  |    2 +-
 metadata.artists.last.fm/lastfm.xml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Scrapers

------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to