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"><name>([^<]*)</name></expression>
</RegExp>
<RegExp input="$$1"
output="<biography><![CDATA[\1]]></biography>" dest="5+">
-
<expression><content><!\[CDATA\[(.*?)\]</expression>
+ <expression
fixchars="1"><content><!\[CDATA\[(.*?)\]</expression>
</RegExp>
<RegExp input="$$1" output="<chain
function="GetLastFMArtistThumbsByID">\1</chain>" dest="5+">
<expression
noclean="1"><mbid>([^<]*)</mbid></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