Skip to content

Commit

Permalink
sync: allmusic with addons repo
Browse files Browse the repository at this point in the history
  • Loading branch information
theuni committed Feb 7, 2012
1 parent a4e81c1 commit f351e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/metadata.artists.allmusic.com/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.artists.allmusic.com"
name="AllMusic"
version="2.0.6"
version="2.0.7"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
Expand Down
2 changes: 1 addition & 1 deletion addons/metadata.artists.allmusic.com/allmusic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<expression noclean="1">&lt;meta name=&quot;title&quot; content=&quot;([^&quot;]*)</expression>
</RegExp>
<RegExp input="$$1" output="\1" dest="8">
<expression>http://www.allmusic.com/artist/([^&amp;&quot;/]*)</expression>
<expression>http://www.allmusic.com/artist/([^&amp;&quot;/]*)/</expression>
</RegExp>
<RegExp input="$$7" conditional="htbthumbs" output="&lt;chain function=&quot;GetHTBThumbs&quot;&gt;\1&lt;/chain&gt;" dest="5">
<expression/>
Expand Down

0 comments on commit f351e7d

Please sign in to comment.