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="<album><title>\1</title></album>" dest="2">
<expression
repeat="yes"><album[^>]*>[^<]*<name>([^<]*?)</name></expression>
</RegExp>
- <expression noclean="1">(.+)</expression>
+ <expression noclean="1"/>
</RegExp>
</ParseLastFMDiscography>
@@ -63,7 +63,7 @@
<RegExp input="$$1"
output="<biography>\1</biography>" dest="6">
<expression
fixchars="1"><content><!\[CDATA\[(.*?)\]\]</expression>
</RegExp>
- <expression noclean="1">(.+)</expression>
+ <expression noclean="1"/>
</RegExp>
</ParseLastFMFallbackBiography>
@@ -106,7 +106,7 @@
<RegExp input="$$1"
output="<genre>\1</genre>" dest="4">
<expression
noclean="1"><tag>.*?<name>([^/lt;]*)</name></expression>
</RegExp>
- <expression noclean="1">(.+)</expression>
+ <expression noclean="1"/>
</RegExp>
</ParseLastFMFallbackArtistGenres>
@@ -127,10 +127,10 @@
<RegExp input="$INFO[genresfbsource]"
output="<chain
function="GetAMGFallbackArtistStylesByAMGID">$$9</chain>"
dest="12">
<expression>allmusic.com</expression>
</RegExp>
-
<expression><genre></genre></expression>
+
<expression><style></style></expression>
</RegExp>
<RegExp input="$$11" output="$$11" dest="4">
-
<expression><genre>(.+)</genre></expression>
+
<expression><style>(.+)</style></expression>
</RegExp>
<expression noclean="1" />
</RegExp>
@@ -149,7 +149,7 @@
<RegExp input="$$1"
output="<style>\1</style>" dest="4">
<expression repeat="yes"
noclean="1"><tag>.*?<name>([^/lt;]*)</name></expression>
</RegExp>
- <expression noclean="1">(.+)</expression>
+ <expression noclean="1" />
</RegExp>
</ParseLastFMFallbackArtistStyles>
@@ -171,7 +171,7 @@
<RegExp input="$$1" output="<thumb
preview="\2">\1</thumb>" dest="6">
<expression repeat="yes" noclean="1"><size
name="original"[^>]*>([^<]*)<[^<]*<size
name="large"[^>]*>([^<]*)<</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