The branch, dharma has been updated
       via  9dd6be0b6e6b7acb05931f64b28dab9ba14e721e (commit)
      from  7c8c9d4bcaa1b90857d404fb32d74b9fbbb926e2 (commit)

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

commit 9dd6be0b6e6b7acb05931f64b28dab9ba14e721e
Author: olympia <[email protected]>
Date:   Fri Mar 4 19:26:45 2011 +0100

    [metadata.artists.last.fm] fix html encodes in artist bio

diff --git a/metadata.artists.last.fm/addon.xml 
b/metadata.artists.last.fm/addon.xml
index 6f72991..9187980 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.1"
+       version="1.1.2"
        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 65f7c17..005cb45 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>&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

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to