diff options
Diffstat (limited to 'addons/metadata.common.last.fm/lastfm.xml')
-rw-r--r-- | addons/metadata.common.last.fm/lastfm.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/addons/metadata.common.last.fm/lastfm.xml b/addons/metadata.common.last.fm/lastfm.xml index e8c8ee214c..c47a42e32b 100644 --- a/addons/metadata.common.last.fm/lastfm.xml +++ b/addons/metadata.common.last.fm/lastfm.xml @@ -37,10 +37,13 @@ <RegExp input="$$1" output="\1" dest="11"> <expression fixchars="1"><content><!\[CDATA\[(.*?)\]\]</expression> </RegExp> - <RegExp input="$$11" output="$$12" dest="2"> + <RegExp input="$$11" output="$$12" dest="6"> <RegExp input="$INFO[biogfbsource]" output="<chain function="GetAMGFallbackBiographyByAMGID">$$9</chain>" dest="12"> <expression>allmusic.com</expression> </RegExp> + <RegExp input="$INFO[biogfbsource]" output="<chain function="GetTADBFMFallbackBiographyByMBID">$$9</chain>" dest="12"> + <expression>TheAudioDb.com</expression> + </RegExp> <expression>^$</expression> </RegExp> <RegExp input="$$11" output="<biography>\1</biography>" dest="6"> |