aboutsummaryrefslogtreecommitdiff
path: root/addons/metadata.artists.universal/artistuniversal.xml
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2018-09-08 18:00:00 +0200
committerRechi <Rechi@users.noreply.github.com>2018-09-08 18:00:00 +0200
commite396ef3d2f5eb8c1d6d0a6c597e2e0affb30f3c5 (patch)
tree6a42659b6c48b8a5bfdf4e4dc89897d559cee350 /addons/metadata.artists.universal/artistuniversal.xml
parent6baf09e182c66e916b0ebdf31c330d0bc0cf2725 (diff)
[addons] sync with repo
Diffstat (limited to 'addons/metadata.artists.universal/artistuniversal.xml')
-rw-r--r--addons/metadata.artists.universal/artistuniversal.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/addons/metadata.artists.universal/artistuniversal.xml b/addons/metadata.artists.universal/artistuniversal.xml
index b1d1c605f5..6131998bbc 100644
--- a/addons/metadata.artists.universal/artistuniversal.xml
+++ b/addons/metadata.artists.universal/artistuniversal.xml
@@ -52,6 +52,9 @@
<RegExp input="$$1" output="&lt;musicBrainzArtistID&gt;$$8&lt;/musicBrainzArtistID&gt;&lt;name&gt;\1&lt;/name&gt;" dest="5">
<expression noclean="1">&lt;artist.*?&lt;name&gt;([^&lt;]*)</expression>
</RegExp>
+ <RegExp input="$$1" output="&lt;sortname&gt;\1&lt;/sortname&gt;" dest="5+">
+ <expression noclean="1">&lt;artist.*?&lt;sort-name&gt;([^&lt;]*)</expression>
+ </RegExp>
<RegExp input="$$1" output="&lt;type&gt;\1&lt;/type&gt;" dest="5+">
<expression noclean="1">&lt;artist.*?\stype=&quot;([Person|Group|Orchestra|Choir|Character|Other])&quot;</expression>
</RegExp>
@@ -67,9 +70,24 @@
<RegExp input="$$8" conditional="fanarttvartistcl" output="&lt;chain function=&quot;GetFanartTvArtistClearlogoByMBID&quot;&gt;\1&lt;/chain&gt;" dest="5+">
<expression noclean="1">(.+)</expression>
</RegExp>
+ <RegExp input="$$8" conditional="fanarttvartistbanner" output="&lt;chain function=&quot;GetFanartTvArtistBannerByMBID&quot;&gt;\1&lt;/chain&gt;" dest="5+">
+ <expression noclean="1">(.+)</expression>
+ </RegExp>
<RegExp input="$$8" conditional="tadbthumbs" output="&lt;chain function=&quot;GetTADBArtistThumbsByMBID&quot;&gt;$$8&lt;/chain&gt;" dest="5+">
<expression noclean="1">(.+)</expression>
</RegExp>
+ <RegExp input="$$8" conditional="tadbartistclearlogo" output="&lt;chain function=&quot;GetTADBArtistClearlogoByMBID&quot;&gt;$$8&lt;/chain&gt;" dest="5+">
+ <expression noclean="1">(.+)</expression>
+ </RegExp>
+ <RegExp input="$$8" conditional="tadbartistclearart" output="&lt;chain function=&quot;GetTADBArtistClearartByMBID&quot;&gt;$$8&lt;/chain&gt;" dest="5+">
+ <expression noclean="1">(.+)</expression>
+ </RegExp>
+ <RegExp input="$$8" conditional="tadbartistlandscape" output="&lt;chain function=&quot;GetTADBArtistLandscapeByMBID&quot;&gt;$$8&lt;/chain&gt;" dest="5+">
+ <expression noclean="1">(.+)</expression>
+ </RegExp>
+ <RegExp input="$$8" conditional="tadbartistbanner" output="&lt;chain function=&quot;GetTADBArtistBannerByMBID&quot;&gt;$$8&lt;/chain&gt;" dest="5+">
+ <expression noclean="1">(.+)</expression>
+ </RegExp>
<RegExp input="$$8" conditional="fanarttvfanart" output="&lt;chain function=&quot;GetFanartTvArtistFanartsByMBID&quot;&gt;\1&lt;/chain&gt;" dest="5+">
<expression noclean="1">(.+)</expression>
</RegExp>