The branch, dharma has been updated
via 497c7460977e0a786e7eaf8b15b7ae6abe73f4dc (commit)
from 6113e4599fa9a9f16cc2925ddd25da7289255aea (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=497c7460977e0a786e7eaf8b15b7ae6abe73f4dc
commit 497c7460977e0a786e7eaf8b15b7ae6abe73f4dc
Author: olympia <[email protected]>
Date: Sat Jan 29 09:21:40 2011 +0100
[metadata.common.last.fm] I knew there will be someting like that. Sorry
diff --git a/metadata.common.last.fm/lastfm.xml
b/metadata.common.last.fm/lastfm.xml
index db92b68..6bd19c6 100644
--- a/metadata.common.last.fm/lastfm.xml
+++ b/metadata.common.last.fm/lastfm.xml
@@ -1,49 +1,49 @@
-<scraperfunctions>
- <GetLastFMDiscography dest="5">
- <RegExp input="$$1" output="<details><url
function="ParseLastFMDiscography">http://ws.audioscrobbler.com/2.0/?method=artist.gettopalbums&amp;artist=\1&amp;api_key=71e468a84c1f40d4991ddccc46e40f1b</url></details>"
dest="5">
- <expression noclean="1"/>
- </RegExp>
- </GetLastFMDiscography>
- <ParseLastFMDiscography dest="5">
- <RegExp input="$$2" output="<details>\1</details>"
dest="5">
- <RegExp input="$$1"
output="<album><title>\1</title></album>" dest="2+">
- <expression
repeat="yes"><album[^>]*>[^<]*<name>([^<]*?)</name></expression>
- </RegExp>
- <expression noclean="1"/>
- </RegExp>
- </ParseLastFMDiscography>
- <GetLastFMArtistThumbsByID dest="5">
- <RegExp input="$$1" output="<details><url
function="ParseLastFMArtistThumbs">http://ws.audioscrobbler.com/2.0/?method=artist.getimages&mbid=\1&api_key=71e468a84c1f40d4991ddccc46e40f1b</url></details>"
dest="5">
- <expression noclean="1" />
- </RegExp>
- </GetLastFMArtistThumbsByID>
- <GetLastFMArtistThumbsByName dest="5">
- <RegExp input="$$1" output="<details><url
function="ParseLastFMArtistThumbs">http://ws.audioscrobbler.com/2.0/?method=artist.getimages&artist=\1&api_key=71e468a84c1f40d4991ddccc46e40f1b</url></details>"
dest="5">
- <expression noclean="1" />
- </RegExp>
- </GetLastFMArtistThumbsByName>
- <ParseLastFMArtistThumbs dest="5">
- <RegExp input="$$6" output="<details>\1</details>"
dest="5">
- <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>
- </RegExp>
- </ParseLastFMArtistThumbs>
- <GetLastFMAlbumThumbs dest="5">
- <RegExp input="$$1" output="<details><url
function="ParseLastFMAlbumThumbs">http://ws.audioscrobbler.com/2.0/?method=album.getinfo&artist=\2&album=\1&api_key=71e468a84c1f40d4991ddccc46e40f1b</url></details>"
dest="5">
- <expression>(.+)::(.+)</expression>
- </RegExp>
- </GetLastFMAlbumThumbs>
- <ParseLastFMAlbumThumbs dest="5">
- <RegExp input="$$2" output="<details>\1</details>"
dest="5">
- <RegExp input="$$1"
output="<thumb>\1</thumb>" dest="2">
- <expression noclean="1"><image
size="extralarge">([^<]*)</image></expression>
- </RegExp>
- <RegExp input="$$1"
output="<thumb>\1</thumb>" dest="2+">
- <expression noclean="1"><image
size="large">([^<]*)</image></expression>
- </RegExp>
- <expression noclean="1"></expression>
- </RegExp>
- </ParseLastFMAlbumThumbs>
-</scraperfunctions>
+<scraperfunctions>
+ <GetLastFMDiscography dest="5">
+ <RegExp input="$$1" output="<details><url
function="ParseLastFMDiscography">http://ws.audioscrobbler.com/2.0/?method=artist.gettopalbums&amp;artist=\1&amp;api_key=71e468a84c1f40d4991ddccc46e40f1b</url></details>"
dest="5">
+ <expression noclean="1"/>
+ </RegExp>
+ </GetLastFMDiscography>
+ <ParseLastFMDiscography dest="5">
+ <RegExp input="$$2" output="<details>\1</details>"
dest="5">
+ <RegExp input="$$1"
output="<album><title>\1</title></album>" dest="2+">
+ <expression
repeat="yes"><album[^>]*>[^<]*<name>([^<]*?)</name></expression>
+ </RegExp>
+ <expression noclean="1"/>
+ </RegExp>
+ </ParseLastFMDiscography>
+ <GetLastFMArtistThumbsByID dest="5">
+ <RegExp input="$$1" output="<details><url
function="ParseLastFMArtistThumbs">http://ws.audioscrobbler.com/2.0/?method=artist.getimages&mbid=\1&api_key=71e468a84c1f40d4991ddccc46e40f1b</url></details>"
dest="5">
+ <expression noclean="1" />
+ </RegExp>
+ </GetLastFMArtistThumbsByID>
+ <GetLastFMArtistThumbsByName dest="5">
+ <RegExp input="$$1" output="<details><url
function="ParseLastFMArtistThumbs">http://ws.audioscrobbler.com/2.0/?method=artist.getimages&artist=\1&api_key=71e468a84c1f40d4991ddccc46e40f1b</url></details>"
dest="5">
+ <expression noclean="1" />
+ </RegExp>
+ </GetLastFMArtistThumbsByName>
+ <ParseLastFMArtistThumbs dest="5">
+ <RegExp input="$$6" output="<details>\1</details>"
dest="5">
+ <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>
+ </RegExp>
+ </ParseLastFMArtistThumbs>
+ <GetLastFMAlbumThumbs dest="5">
+ <RegExp input="$$1" output="<details><url
function="ParseLastFMAlbumThumbs">http://ws.audioscrobbler.com/2.0/?method=album.getinfo&artist=\2&album=\1&api_key=71e468a84c1f40d4991ddccc46e40f1b</url></details>"
dest="5">
+ <expression>(.+)::(.+)</expression>
+ </RegExp>
+ </GetLastFMAlbumThumbs>
+ <ParseLastFMAlbumThumbs dest="5">
+ <RegExp input="$$2" output="<details>\1</details>"
dest="5">
+ <RegExp input="$$1"
output="<thumb>\1</thumb>" dest="2">
+ <expression noclean="1"><image
size="extralarge">([^<]*)</image></expression>
+ </RegExp>
+ <RegExp input="$$1"
output="<thumb>\1</thumb>" dest="2+">
+ <expression noclean="1"><image
size="large">([^<]*)</image></expression>
+ </RegExp>
+ <expression noclean="1"></expression>
+ </RegExp>
+ </ParseLastFMAlbumThumbs>
+</scraperfunctions>
-----------------------------------------------------------------------
Summary of changes:
metadata.common.last.fm/lastfm.xml | 98 ++++++++++++++++++------------------
1 files changed, 49 insertions(+), 49 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons