aboutsummaryrefslogtreecommitdiff
path: root/addons/metadata.artists.allmusic.com
diff options
context:
space:
mode:
authornadasb <nadasb@svn>2010-09-26 17:54:37 +0000
committernadasb <nadasb@svn>2010-09-26 17:54:37 +0000
commit7b3ab8d1f19bc95bfa3db3d600c1c4dd21e68ae6 (patch)
tree04dc1f24f6c918f5361d025b37062ff8a4bcc1a4 /addons/metadata.artists.allmusic.com
parent08bf094818964a6066f335deed10d8c03398300a (diff)
sync with scraper git
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34207 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/metadata.artists.allmusic.com')
-rw-r--r--addons/metadata.artists.allmusic.com/addon.xml4
-rw-r--r--addons/metadata.artists.allmusic.com/allmusic.xml8
2 files changed, 6 insertions, 6 deletions
diff --git a/addons/metadata.artists.allmusic.com/addon.xml b/addons/metadata.artists.allmusic.com/addon.xml
index eb40a095bc..2b4f9ab5e8 100644
--- a/addons/metadata.artists.allmusic.com/addon.xml
+++ b/addons/metadata.artists.allmusic.com/addon.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.artists.allmusic.com"
name="AllMusic"
- version="1.0.6"
+ version="1.0.7"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
<import addon="metadata.common.last.fm" version="1.0"/>
<import addon="metadata.common.allmusic.com" version="1.0"/>
- <import addon="metadata.common.htbackdrops.com" version="1.0"/>
+ <import addon="metadata.common.htbackdrops.com" version="1.0.5"/>
</requires>
<extension point="xbmc.metadata.scraper.artists"
language="en"
diff --git a/addons/metadata.artists.allmusic.com/allmusic.xml b/addons/metadata.artists.allmusic.com/allmusic.xml
index 8dc0126a26..4ad7674af7 100644
--- a/addons/metadata.artists.allmusic.com/allmusic.xml
+++ b/addons/metadata.artists.allmusic.com/allmusic.xml
@@ -23,12 +23,12 @@
</GetArtistSearchResults>
<GetArtistDetails dest="3">
<RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" dest="3">
- <RegExp input="$$1" output="&lt;url cache=&quot;am-$$2-artist.html&quot; function=&quot;ParseAMGArtist&quot;&gt;http://www.allmusic.com/cg/amg.dll?p=amg&amp;amp;sql=\1&lt;/url&gt;" dest="5">
- <expression noclean="1">sql=([^&quot;]*)&quot;&gt;Biography</expression>
- </RegExp>
- <RegExp input="$$2" conditional="htbthumbs" output="&lt;chain function=&quot;GetHTBThumbs&quot;&gt;1&lt;/chain&gt;" dest="5+">
+ <RegExp input="$$2" conditional="htbthumbs" output="&lt;chain function=&quot;GetHTBThumbs&quot;&gt;\1&lt;/chain&gt;" dest="5">
<expression/>
</RegExp>
+ <RegExp input="$$1" output="&lt;url cache=&quot;am-$$2-artist.html&quot; function=&quot;ParseAMGArtist&quot;&gt;http://www.allmusic.com/cg/amg.dll?p=amg&amp;amp;sql=\1&lt;/url&gt;" dest="5+">
+ <expression noclean="1">sql=([^&quot;]*)&quot;&gt;Biography</expression>
+ </RegExp>
<RegExp input="$$2" conditional="lastfmartistthumbs" output="&lt;chain function=&quot;GetLastFMArtistThumbs&quot;&gt;\1&lt;/chain&gt;" dest="5+">
<expression/>
</RegExp>