OK, The issue is that there's no album-artist. When browsing Material will get this from the browse tree.
When showing the track listings, Material will show an artist if it is different from the album-artist. You have no explicit album-artist tag, so Material (for this difference check) is using the artist tag - as that's all it has. These are the same, so its not shown.
I think what I need to do is "if no albumartist and compilation==1, then use band as albumartist". Now for you this will be "undefined", but that still works - as its still different to the artist name, so will cause artist to be shown.
When showing the track listings, Material will show an artist if it is different from the album-artist. You have no explicit album-artist tag, so Material (for this difference check) is using the artist tag - as that's all it has. These are the same, so its not shown.
I think what I need to do is "if no albumartist and compilation==1, then use band as albumartist". Now for you this will be "undefined", but that still works - as its still different to the artist name, so will cause artist to be shown.
Comment