The branch, eden has been updated
       via  f732927c99731d706c1181554c7b188869e79a60 (commit)
      from  9f127bb5e1781b76553bec280b541b71480528d0 (commit)

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

commit f732927c99731d706c1181554c7b188869e79a60
Author: olympia <[email protected]>
Date:   Mon May 28 19:53:01 2012 +0200

    [metadata.albums.last.fm] updated to version 1.2.0

diff --git a/metadata.albums.last.fm/addon.xml 
b/metadata.albums.last.fm/addon.xml
index 0012262..11b4228 100644
--- a/metadata.albums.last.fm/addon.xml
+++ b/metadata.albums.last.fm/addon.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="metadata.albums.last.fm"
        name="Last.FM"
-       version="1.1.4"
+       version="1.2.0"
        provider-name="Team XBMC">
   <requires>
     <import addon="xbmc.metadata" version="1.0"/>
-    <import addon="metadata.common.last.fm" version="1.1.0"/>
+    <import addon="metadata.common.last.fm" version="1.3.0"/>
   </requires>
   <extension point="xbmc.metadata.scraper.albums"
              language="en"
diff --git a/metadata.albums.last.fm/lastfm.xml 
b/metadata.albums.last.fm/lastfm.xml
index 5c171a9..45428b7 100644
--- a/metadata.albums.last.fm/lastfm.xml
+++ b/metadata.albums.last.fm/lastfm.xml
@@ -6,13 +6,13 @@
                </RegExp>
        </NfoUrl>
        <CreateAlbumSearchUrl dest="3">
-               <RegExp input="$$1" 
output="&lt;url&gt;http://ws.audioscrobbler.com/2.0/?method=album.search&amp;album=\1&amp;artist=$$2&amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&amp;lang=$INFO[language]&lt;/url&gt;";
 dest="3">
+               <RegExp input="$$1" 
output="&lt;url&gt;http://ws.audioscrobbler.com/2.0/?method=album.search&amp;album=\1&amp;artist=$$2&amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&amp;lang=$INFO[lastfmlanguage]&lt;/url&gt;";
 dest="3">
                        <expression/>
                </RegExp>
        </CreateAlbumSearchUrl>
        <GetAlbumSearchResults dest="8">
                <RegExp input="$$5" output="&lt;results&gt;\1&lt;/results&gt;" 
dest="8">
-                       <RegExp input="$$1" 
output="&lt;entity&gt;&lt;artist&gt;\2&lt;/artist&gt;&lt;title&gt;\1&lt;/title&gt;&lt;url&gt;http://ws.audioscrobbler.com/2.0/?method=album.getinfo&amp;album=\4&amp;artist=\3&amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&amp;lang=$INFO[language]&lt;/url&gt;&lt;/entity&gt;";
 dest="5+">
+                       <RegExp input="$$1" 
output="&lt;entity&gt;&lt;artist&gt;\2&lt;/artist&gt;&lt;title&gt;\1&lt;/title&gt;&lt;url
 
cache=&quot;lastfmalbum-\2-\1.xml&quot;&gt;http://ws.audioscrobbler.com/2.0/?method=album.getinfo&amp;album=\4&amp;artist=\3&amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&amp;lang=$INFO[lastfmlanguage]&lt;/url&gt;&lt;/entity&gt;";
 dest="5+">
                                <expression repeat="yes" 
fixchars="4">&lt;album&gt;.*?&lt;name&gt;([^&lt;]*)&lt;/name&gt;.*?&lt;artist&gt;([^&lt;]*)&lt;/artist&gt;.*?&lt;url&gt;http://www.last.fm/music/([^/]+)/(.*?)&lt;/url&gt;</expression>
                        </RegExp>
                        <expression noclean="1"/>
@@ -20,31 +20,34 @@
        </GetAlbumSearchResults>
        <GetAlbumDetails dest="3">
                <RegExp input="$$5" output="&lt;?xml version=&quot;1.0&quot; 
encoding=&quot;UTF-8&quot;?&gt;&lt;details&gt;\1&lt;/details&gt;" dest="3">
-                       <RegExp input="$$1" 
output="&lt;artist&gt;\1&lt;/artist&gt;" dest="5">
-                               <expression 
noclean="1">&lt;artist&gt;(.*?)&lt;/artist&gt;</expression>
+                       <RegExp input="$$1" output="\1" dest="7">
+                               
<expression>&lt;artist&gt;(.*?)&lt;/artist&gt;</expression>
                        </RegExp>
-                       <RegExp input="$$1" 
output="&lt;title&gt;\1&lt;/title&gt;" dest="5+">
-                               <expression 
noclean="1">&lt;name&gt;(.*?)&lt;/name&gt;</expression>
+                       <RegExp input="$$1" output="\1" dest="8">
+                               
<expression>&lt;name&gt;(.*?)&lt;/name&gt;</expression>
                        </RegExp>
-                       <RegExp input="$$1" 
output="&lt;releasedate&gt;\1&lt;/releasedate&gt;" dest="5+">
-                               <expression 
trim="1">&lt;releasedate&gt;:(.*?)&lt;/releasedate&gt;</expression>
+                       <RegExp input="$$7" 
output="&lt;artist&gt;\1&lt;/artist&gt;" dest="5">
+                               <expression noclean="1" />
+                       </RegExp>
+                       <RegExp input="$$8" 
output="&lt;title&gt;\1&lt;/title&gt;" dest="5+">
+                               <expression noclean="1" />
+                       </RegExp>
+                       <RegExp input="$$1" output="&lt;chain 
function=&quot;GetLastFMAlbumTitleByAlbumAndArtist&quot;&gt;$$8::$$7::$$8::$$7&lt;/chain&gt;"
 dest="5+">
+                               <expression noclean="1" />
                        </RegExp>
-                       <RegExp input="$$1" 
output="&lt;year&gt;\1&lt;/year&gt;" dest="5+">
-                               <expression 
trim="1">&lt;releasedate&gt;[^,]*([0-9]+),&lt;/releasedate&gt;</expression>
+                       <RegExp input="$$1" output="&lt;chain 
function=&quot;GetLastFMAlbumArtistByAlbumAndArtist&quot;&gt;$$8::$$7::$$8::$$7&lt;/chain&gt;"
 dest="5+">
+                               <expression noclean="1" />
                        </RegExp>
-                       <RegExp input="$$1" 
output="&lt;review&gt;\1&lt;/review&gt;" dest="5+">
-                               <expression 
fixchars="1">&lt;content&gt;&lt;!\[CDATA\[(.*?)\]\]</expression>
+                       <RegExp input="$$1" output="&lt;chain 
function=&quot;GetLastFMAlbumDateByAlbumAndArtist&quot;&gt;$$8::$$7::$$8::$$7&lt;/chain&gt;"
 dest="5+">
+                               <expression noclean="1" />
                        </RegExp>
-                       <RegExp input="$$1" 
output="&lt;track&gt;&lt;position&gt;\1&lt;/position&gt;&lt;title&gt;\2&lt;/title&gt;&lt;/track&gt;"
 dest="5+">
-                               <expression repeat="yes" noclean="1">&lt;track 
rank=&quot;(.*?)&quot;.*?&lt;name&gt;(.*?)&lt;/name&gt;</expression>
+                       <RegExp input="$$1" output="&lt;chain 
function=&quot;GetLastFMAlbumTracksByAlbumAndArtist&quot;&gt;$$8::$$7::$$8::$$7&lt;/chain&gt;"
 dest="5+">
+                               <expression noclean="1" />
+                       </RegExp>
+                       <RegExp input="$$1" output="&lt;chain 
function=&quot;GetLastFMAlbumReviewByAlbumAndArtist&quot;&gt;$$8::$$7::$$8::$$7&lt;/chain&gt;"
 dest="5+">
+                               <expression noclean="1" />
                        </RegExp>
-                       <RegExp input="$$6" 
output="&lt;thumb&gt;\1&lt;/thumb&gt;" dest="5+">
-                               <RegExp input="$$1" output="\1" dest="6">
-                                       <expression noclean="1">&lt;image 
size=&quot;large&quot;&gt;([^&lt;]*)&lt;/image&gt;</expression>
-                               </RegExp>
-                               <RegExp input="$$1" output="\1" dest="6">
-                                       <expression noclean="1">&lt;image 
size=&quot;extralarge&quot;&gt;([^&lt;]*)&lt;/image&gt;</expression>
-                               </RegExp>
+                       <RegExp input="$$1" output="&lt;chain 
function=&quot;GetLastFMAlbumThumbs&quot;&gt;$$8::$$7::$$8::$$7&lt;/chain&gt;" 
dest="5+">
                                <expression noclean="1" />
                        </RegExp>
                        <expression noclean="1"/>
diff --git a/metadata.common.last.fm/addon.xml 
b/metadata.common.last.fm/addon.xml
index 9eea278..e38b3bf 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.2.1"
+       version="1.3.0"
        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 494f487..ce3d6ef 100644
--- a/metadata.common.last.fm/lastfm.xml
+++ b/metadata.common.last.fm/lastfm.xml
@@ -14,7 +14,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 noclean="1">(.+)</expression>
                </RegExp>
        </ParseLastFMDiscography>
 
@@ -42,7 +42,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 noclean="1">(.+)</expression>
                </RegExp>
        </ParseLastFMArtistGenres>
 
@@ -56,7 +56,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 noclean="1">(.+)</expression>
                </RegExp>
        </ParseLastFMArtistStyles>
 
@@ -79,14 +79,113 @@
                </RegExp>
        </ParseLastFMArtistThumbs>
 
+
+       <GetLastFMAlbumTitleByMBID dest="5">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseLastFMAlbumTitle&quot; 
cache=&quot;lastfmalbum-\1.xml&quot;&gt;http://ws.audioscrobbler.com/2.0/?method=album.getinfo&amp;amp;mbid=\1&amp;amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&amp;lang=$INFO[lastfmlanguage]&lt;/url&gt;&lt;/details&gt;";
 dest="5">
+                       <expression noclean="1"/>
+               </RegExp>
+       </GetLastFMAlbumTitleByMBID>
+       <GetLastFMAlbumTitleByAlbumAndArtist dest="5">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseLastFMAlbumTitle&quot; 
cache=&quot;lastfmalbum-\4-\3.xml&quot;&gt;http://ws.audioscrobbler.com/2.0/?method=album.getinfo&amp;artist=\2&amp;amp;album=\1&amp;amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&amp;lang=$INFO[lastfmlanguage]&lt;/url&gt;&lt;/details&gt;";
 dest="5">
+                       <expression 
encode="1,2">(.+)::(.+)::(.+)::(.+)</expression>
+               </RegExp>
+       </GetLastFMAlbumTitleByAlbumAndArtist>
+       <ParseLastFMAlbumTitle dest="5">
+               <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="$$1" 
output="&lt;title&gt;\1&lt;/title&gt;" dest="2">
+                               <expression 
noclean="1">&lt;name&gt;(.*?)&lt;/name&gt;</expression>
+                       </RegExp>
+                       <expression noclean="1">(.+)</expression>
+               </RegExp>
+       </ParseLastFMAlbumTitle>
+
+       <GetLastFMAlbumArtistByMBID dest="5">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseLastFMAlbumArtist&quot; 
cache=&quot;lastfmalbum-\1.xml&quot;&gt;http://ws.audioscrobbler.com/2.0/?method=album.getinfo&amp;amp;mbid=\1&amp;amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&amp;lang=$INFO[lastfmlanguage]&lt;/url&gt;&lt;/details&gt;";
 dest="5">
+                       <expression noclean="1"/>
+               </RegExp>
+       </GetLastFMAlbumArtistByMBID>
+       <GetLastFMAlbumArtistByAlbumAndArtist dest="5">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseLastFMAlbumArtist&quot; 
cache=&quot;lastfmalbum-\4-\3.xml&quot;&gt;http://ws.audioscrobbler.com/2.0/?method=album.getinfo&amp;artist=\2&amp;amp;album=\1&amp;amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&amp;lang=$INFO[lastfmlanguage]&lt;/url&gt;&lt;/details&gt;";
 dest="5">
+                       <expression 
encode="1,2">(.+)::(.+)::(.+)::(.+)</expression>
+               </RegExp>
+       </GetLastFMAlbumArtistByAlbumAndArtist>
+       <ParseLastFMAlbumArtist dest="5">
+               <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="$$1" 
output="&lt;artist&gt;\1&lt;/artist&gt;" dest="2">
+                               <expression 
noclean="1">&lt;artist&gt;(.*?)&lt;/artist&gt;</expression>
+                       </RegExp>
+                       <expression noclean="1">(.+)</expression>
+               </RegExp>
+       </ParseLastFMAlbumArtist>
+
+       <GetLastFMAlbumDateByMBID dest="5">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseLastFMAlbumDate&quot; 
cache=&quot;lastfmalbum-\1.xml&quot;&gt;http://ws.audioscrobbler.com/2.0/?method=album.getinfo&amp;amp;mbid=\1&amp;amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&amp;lang=$INFO[lastfmlanguage]&lt;/url&gt;&lt;/details&gt;";
 dest="5">
+                       <expression noclean="1"/>
+               </RegExp>
+       </GetLastFMAlbumDateByMBID>
+       <GetLastFMAlbumDateByAlbumAndArtist dest="5">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseLastFMAlbumDate&quot; 
cache=&quot;lastfmalbum-\4-\3.xml&quot;&gt;http://ws.audioscrobbler.com/2.0/?method=album.getinfo&amp;artist=\2&amp;amp;album=\1&amp;amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&amp;lang=$INFO[lastfmlanguage]&lt;/url&gt;&lt;/details&gt;";
 dest="5">
+                       <expression 
encode="1,2">(.+)::(.+)::(.+)::(.+)</expression>
+               </RegExp>
+       </GetLastFMAlbumDateByAlbumAndArtist>
+       <ParseLastFMAlbumDate dest="5">
+               <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="$$1" 
output="&lt;releasedate&gt;\1&lt;/releasedate&gt;" dest="2">
+                               <expression 
trim="1">&lt;releasedate&gt;([^,]*)?([^&lt;]*)?&lt;/releasedate&gt;</expression>
+                       </RegExp>
+                       <RegExp input="$$1" 
output="&lt;year&gt;\1&lt;/year&gt;" dest="2+">
+                               <expression 
trim="1">&lt;releasedate&gt;.*?([0-9]{4})[^&lt;]*&lt;/releasedate&gt;</expression>
+                       </RegExp>
+                       <expression noclean="1">(.+)</expression>
+               </RegExp>
+       </ParseLastFMAlbumDate>
+
+       <GetLastFMAlbumTracksByMBID dest="5">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseLastFMAlbumTracks&quot; 
cache=&quot;lastfmalbum-\1.xml&quot;&gt;http://ws.audioscrobbler.com/2.0/?method=album.getinfo&amp;amp;mbid=\1&amp;amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&amp;lang=$INFO[lastfmlanguage]&lt;/url&gt;&lt;/details&gt;";
 dest="5">
+                       <expression noclean="1"/>
+               </RegExp>
+       </GetLastFMAlbumTracksByMBID>
+       <GetLastFMAlbumTracksByAlbumAndArtist dest="5">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseLastFMAlbumTracks&quot; 
cache=&quot;lastfmalbum-\4-\3.xml&quot;&gt;http://ws.audioscrobbler.com/2.0/?method=album.getinfo&amp;artist=\2&amp;amp;album=\1&amp;amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&amp;lang=$INFO[lastfmlanguage]&lt;/url&gt;&lt;/details&gt;";
 dest="5">
+                       <expression 
encode="1,2">(.+)::(.+)::(.+)::(.+)</expression>
+               </RegExp>
+       </GetLastFMAlbumTracksByAlbumAndArtist>
+       <ParseLastFMAlbumTracks dest="5">
+               <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="$$1" 
output="&lt;track&gt;&lt;position&gt;\1&lt;/position&gt;&lt;title&gt;\2&lt;/title&gt;&lt;/track&gt;"
 dest="2">
+                               <expression repeat="yes" noclean="1">&lt;track 
rank=&quot;(.*?)&quot;.*?&lt;name&gt;(.*?)&lt;/name&gt;</expression>
+                       </RegExp>
+                       <expression noclean="1">(.+)</expression>
+               </RegExp>
+       </ParseLastFMAlbumTracks>
+
+       <GetLastFMAlbumReviewByMBID dest="5">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseLastFMAlbumReview&quot; 
cache=&quot;lastfmalbum-\1.xml&quot;&gt;http://ws.audioscrobbler.com/2.0/?method=album.getinfo&amp;amp;mbid=\1&amp;amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&amp;lang=$INFO[lastfmlanguage]&lt;/url&gt;&lt;/details&gt;";
 dest="5">
+                       <expression noclean="1"/>
+               </RegExp>
+       </GetLastFMAlbumReviewByMBID>
+       <GetLastFMAlbumReviewByAlbumAndArtist dest="5">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseLastFMAlbumReview&quot; 
cache=&quot;lastfmalbum-\4-\3.xml&quot;&gt;http://ws.audioscrobbler.com/2.0/?method=album.getinfo&amp;artist=\2&amp;amp;album=\1&amp;amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&amp;lang=$INFO[lastfmlanguage]&lt;/url&gt;&lt;/details&gt;";
 dest="5">
+                       <expression 
encode="1,2">(.+)::(.+)::(.+)::(.+)</expression>
+               </RegExp>
+       </GetLastFMAlbumReviewByAlbumAndArtist>
+       <ParseLastFMAlbumReview dest="5">
+               <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" 
dest="5">
+                       <RegExp input="$$1" 
output="&lt;review&gt;\1&lt;/review&gt;" dest="2">
+                               <expression 
fixchars="1">&lt;content&gt;&lt;!\[CDATA\[(.*?)\]\]</expression>
+                       </RegExp>
+                       <expression noclean="1">(.+)</expression>
+               </RegExp>
+       </ParseLastFMAlbumReview>
+
        <GetLastFMAlbumThumbsByMBID dest="5">
-               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseLastFMAlbumThumbs&quot; 
cache=&quot;lastfmalbum-\1.xml&quot;&gt;http://ws.audioscrobbler.com/2.0/?method=album.getinfo&amp;amp;mbid=\1&amp;amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&lt;/url&gt;&lt;/details&gt;";
 dest="5">
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseLastFMAlbumThumbs&quot; 
cache=&quot;lastfmalbum-\1.xml&quot;&gt;http://ws.audioscrobbler.com/2.0/?method=album.getinfo&amp;amp;mbid=\1&amp;amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&amp;lang=$INFO[lastfmlanguage]&lt;/url&gt;&lt;/details&gt;";
 dest="5">
                        <expression noclean="1"/>
                </RegExp>
        </GetLastFMAlbumThumbsByMBID>
        <GetLastFMAlbumThumbs dest="5">
-               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseLastFMAlbumThumbs&quot;&gt;http://ws.audioscrobbler.com/2.0/?method=album.getinfo&amp;artist=\2&amp;amp;album=\1&amp;amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&lt;/url&gt;&lt;/details&gt;";
 dest="5">
-                       <expression>(.+)::(.+)</expression>
+               <RegExp input="$$1" output="&lt;details&gt;&lt;url 
function=&quot;ParseLastFMAlbumThumbs&quot; 
cache=&quot;lastfmalbum-\4-\3.xml&quot;&gt;http://ws.audioscrobbler.com/2.0/?method=album.getinfo&amp;artist=\2&amp;amp;album=\1&amp;amp;api_key=71e468a84c1f40d4991ddccc46e40f1b&amp;lang=$INFO[lastfmlanguage]&lt;/url&gt;&lt;/details&gt;";
 dest="5">
+                       <expression 
encode="1,2">(.+)::(.+)::(.+)::(.+)</expression>
                </RegExp>
        </GetLastFMAlbumThumbs>
        <ParseLastFMAlbumThumbs dest="5">
@@ -97,7 +196,7 @@
                        <RegExp input="$$1" 
output="&lt;thumb&gt;\1&lt;/thumb&gt;" dest="2+">
                                <expression noclean="1">&lt;image 
size=&quot;large&quot;&gt;([^&lt;]*)&lt;/image&gt;</expression>
                        </RegExp>
-                       <expression noclean="1"></expression>
+                       <expression noclean="1">(.+)</expression>
                </RegExp>
        </ParseLastFMAlbumThumbs>
 

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

Summary of changes:
 metadata.albums.last.fm/addon.xml  |    4 +-
 metadata.albums.last.fm/lastfm.xml |   45 ++++++++-------
 metadata.common.last.fm/addon.xml  |    2 +-
 metadata.common.last.fm/lastfm.xml |  113 +++++++++++++++++++++++++++++++++--
 4 files changed, 133 insertions(+), 31 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