The branch, dharma-pre has been updated
via eabbbe36eb1fc9fcb7f65d80216ad9b062bc3c79 (commit)
from 92c17341795ccc7dd3e1db4d542b327b2b50a344 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scrapers;a=commit;h=eabbbe36eb1fc9fcb7f65d80216ad9b062bc3c79
commit eabbbe36eb1fc9fcb7f65d80216ad9b062bc3c79
Author: olympia <[email protected]>
Date: Sat Oct 23 17:34:19 2010 +0200
[metadata.all.allmusic.com] Fixed nfo scraping
diff --git a/metadata.albums.allmusic.com/addon.xml
b/metadata.albums.allmusic.com/addon.xml
index abc705a..20e1c80 100644
--- a/metadata.albums.allmusic.com/addon.xml
+++ b/metadata.albums.allmusic.com/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.albums.allmusic.com"
name="AllMusic"
- version="1.8.1"
+ version="2.0.0"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.albums.allmusic.com/allmusic.xml
b/metadata.albums.allmusic.com/allmusic.xml
index 03f7470..9899c87 100644
--- a/metadata.albums.allmusic.com/allmusic.xml
+++ b/metadata.albums.allmusic.com/allmusic.xml
@@ -2,7 +2,7 @@
<scraper framework="1.1" date="2010-10-16">
<NfoUrl dest="3">
<RegExp input="$$1"
output="<url>http://www.\1</url>" dest="3">
- <expression>(allmusic.com/cg/.*)</expression>
+ <expression>(allmusic.com/album/.*)</expression>
</RegExp>
</NfoUrl>
<CreateAlbumSearchUrl dest="3">
@@ -27,16 +27,16 @@
<expression noclean="1"><h1
class="title">([^<]*)</h1></expression>
</RegExp>
<RegExp input="$$1" output="\1" dest="3">
- <expression
noclean="1">allmusic.com/artist/[^"]*">([^<]*)</a></div></expression>
+ <expression noclean="1"><a
href="http://www.allmusic.com/album/([^"]*)">Overview<</expression>
</RegExp>
<RegExp conditional="lastfmalbumthumbs" input="$$1"
output="<chain
function="GetLastFMAlbumThumbs">\1::\2</chain>" dest="5+">
<expression trim="1,2" encode="1,2"><meta
name="title" content="([^-]*)- ([^<]*)"
/></expression>
</RegExp>
<RegExp input="$$1" output="<url
cache="am-$$3-$$2-album.html"
function="ParseAMGAlbum">http://www.allmusic.com/album/\1/review</url>"
dest="5+">
- <expression
noclean="1">allmusic.com/artist/([^"]*)">[^<]*</a></div></expression>
+ <expression noclean="1"><a
href="http://www.allmusic.com/album/([^"]*)">Overview<</expression>
</RegExp>
<RegExp input="$$1" output="<url
cache="am-$$3-$$2-album.html"
function="GetAMGReview">http://www.allmusic.com/album/\1/review</url>"
dest="5+">
- <expression
noclean="1">allmusic.com/artist/([^"]*)">[^<]*</a></div></expression>
+ <expression noclean="1"><a
href="http://www.allmusic.com/album/([^"]*)">Overview<</expression>
</RegExp>
<expression noclean="1" />
</RegExp>
diff --git a/metadata.artists.allmusic.com/addon.xml
b/metadata.artists.allmusic.com/addon.xml
index 9071ce1..73cae08 100644
--- a/metadata.artists.allmusic.com/addon.xml
+++ b/metadata.artists.allmusic.com/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.artists.allmusic.com"
name="AllMusic"
- version="1.8.1"
+ version="2.0.0"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
diff --git a/metadata.artists.allmusic.com/allmusic.xml
b/metadata.artists.allmusic.com/allmusic.xml
index 4de03cb..bba49f9 100644
--- a/metadata.artists.allmusic.com/allmusic.xml
+++ b/metadata.artists.allmusic.com/allmusic.xml
@@ -2,7 +2,7 @@
<scraper framework="1.1" date="2010-10-16">
<NfoUrl dest="3">
<RegExp input="$$1"
output="<url>http://www.\1</url>" dest="3">
- <expression>(allmusic.com/cg/.*)</expression>
+ <expression>(allmusic.com/artist/.*)</expression>
</RegExp>
</NfoUrl>
<CreateArtistSearchUrl dest="3">
-----------------------------------------------------------------------
Summary of changes:
metadata.albums.allmusic.com/addon.xml | 2 +-
metadata.albums.allmusic.com/allmusic.xml | 8 ++++----
metadata.artists.allmusic.com/addon.xml | 2 +-
metadata.artists.allmusic.com/allmusic.xml | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
hooks/post-receive
--
Scrapers
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons