diff options
author | theuni <theuni-nospam-@xbmc.org> | 2011-12-10 23:40:23 -0500 |
---|---|---|
committer | theuni <theuni-nospam-@xbmc.org> | 2011-12-10 23:40:23 -0500 |
commit | 5e400fbb8ba1836881596ac7dcd3f39a38eac622 (patch) | |
tree | dab816367ba948a6b0231a030fa24b07bc5e60d4 /addons/metadata.common.allmusic.com/allmusic.xml | |
parent | 410c9473befb93bd8e49da010d20a5bf84d279a7 (diff) |
sync: allmusic with addons repo
Diffstat (limited to 'addons/metadata.common.allmusic.com/allmusic.xml')
-rw-r--r-- | addons/metadata.common.allmusic.com/allmusic.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/addons/metadata.common.allmusic.com/allmusic.xml b/addons/metadata.common.allmusic.com/allmusic.xml index adea10abae..dec39599cd 100644 --- a/addons/metadata.common.allmusic.com/allmusic.xml +++ b/addons/metadata.common.allmusic.com/allmusic.xml @@ -15,7 +15,7 @@ </GetAMGDiscography> <GetAMGBiography dest="5"> <RegExp input="$$2" output="<details>\1</details>" dest="5"> - <RegExp input="$$1" output="<biography>\1</biography>" dest="2"> + <RegExp input="$$1" output="<biography>Fetching artist biography from allmusic.com is not possible due to copyright reasons.</biography>" dest="2"> <expression clear="yes">Biography</h2>.*?</p>(.*?)</p></expression> </RegExp> <expression noclean="1"/> @@ -23,7 +23,7 @@ </GetAMGBiography> <GetAMGReview dest="5"> <RegExp input="$$2" output="<details>\1</details>" dest="5"> - <RegExp input="$$1" output="<review>\1</review>" dest="2"> + <RegExp input="$$1" output="<review>Fetching album review from allmusic.com is not possible due to copyright reasons.</review>" dest="2"> <expression><h2 class="title">Review</h2>.*?</p>(.*?)</p></expression> </RegExp> <expression noclean="1" /> @@ -37,6 +37,9 @@ <RegExp input="$$1" output="<born>\1</born>" dest="5+"> <expression><h3>Born[^>]*>[^>]*>(.*?)</p></expression> </RegExp> + <RegExp input="$$1" output="<born>\1</born>" dest="5+"> + <expression><h3>Birth[^>]*>[^>]*>(.*?)</p></expression> + </RegExp> <RegExp input="$$1" output="<died>\1</died>" dest="5+"> <expression><h3>Died[^>]*>[^>]*>(.*?)</p></expression> </RegExp> |