Albumartists (with an "s")
#2
1) There is no "albumartisssort" (note 3 x "s") tag. Kodi parses the ALBUMARTISTSORT (TSO2), ARTISTSORT (TSOP) and COMPOSERSORT (TSOC) tags to find sort names for the artists given in the tags. It is obviously possible to confuse this parsing, but it will handle the obvious.

2) It always reads the ALBUMARTISTS tag, if it is present, in ID3, APE (Mp3 files), Vorbis (FLAC files) tag formats and mp4 files. However it only uses these values if there are multiple artists - that was the purpose of this tag: to clarify/separate out multiple artists from a single description string. So you are correct, if there is only one artist to match to an mbid then Kodi uses ALBUMARTIST, not ALBUMARTISTS

The parsing logic is in code here https://github.com/xbmc/xbmc/blob/Krypto...um.cpp#L46

3) For mp4 files Kodi is looking for the ALBUMARTISTS tag to be called "----:com.apple.iTunes:ALBUMARTISTS" (similar to "----:com.apple.iTunes:ARTISTS" for ARTISTS) , but I don't know if it made it into the full release of Picard. Neither are documented, so probably best asking them.
Reply


Messages In This Thread
Albumartists (with an "s") - by steve1977 - 2017-07-30, 08:01
RE: Albumartists (with an "s") - by DaveBlake - 2017-07-30, 09:25
RE: Albumartists (with an "s") - by scott967 - 2018-04-18, 03:07
RE: Albumartists (with an "s") - by DaveBlake - 2018-04-19, 09:39
RE: Albumartists (with an "s") - by steve1977 - 2017-07-30, 12:31
RE: Albumartists (with an "s") - by DaveBlake - 2017-07-30, 13:37
RE: Albumartists (with an "s") - by steve1977 - 2017-07-30, 15:15
RE: Albumartists (with an "s") - by DaveBlake - 2017-07-30, 16:28
RE: Albumartists (with an "s") - by scott967 - 2017-07-30, 22:28
RE: Albumartists (with an "s") - by steve1977 - 2017-07-31, 04:41
RE: Albumartists (with an "s") - by steve1977 - 2017-08-05, 04:19
RE: Albumartists (with an "s") - by scott967 - 2017-08-05, 22:31
RE: Albumartists (with an "s") - by DaveBlake - 2017-08-05, 11:13
RE: Albumartists (with an "s") - by steve1977 - 2017-08-05, 11:39
RE: Albumartists (with an "s") - by DaveBlake - 2017-08-05, 13:37
RE: Albumartists (with an "s") - by steve1977 - 2017-08-05, 13:51
RE: Albumartists (with an "s") - by DaveBlake - 2017-08-05, 14:26
RE: Albumartists (with an "s") - by steve1977 - 2017-08-06, 05:35
RE: Albumartists (with an "s") - by steve1977 - 2017-08-07, 01:22
RE: Albumartists (with an "s") - by DaveBlake - 2017-08-07, 07:37
RE: Albumartists (with an "s") - by scott967 - 2017-08-08, 02:27
RE: Albumartists (with an "s") - by steve1977 - 2017-08-08, 04:39
RE: Albumartists (with an "s") - by DaveBlake - 2017-08-08, 08:06
RE: Albumartists (with an "s") - by scott967 - 2017-08-09, 00:43
RE: Albumartists (with an "s") - by scott967 - 2018-04-19, 00:23
Logout Mark Read Team Forum Stats Members Help
Albumartists (with an "s")0