
Originally Posted by
vilsen
And another oddity we discovered: When playing aiff files streamed "as is" the 851N displayed multiple ALBUM ARTISTs whilst playing - as opposed to single ARTISTs when playing flac files.
It's probably because how ID3v2.4 stores multi-value tags, I bet you'd see the same with MP3 files. FLAC stores multi-value tags in separate fields e.g.
Code:
ALBUMARTIST: Artist 1
ALBUMARTIST: Artist 2
whereas ID3v2.4 stores them as a single field separated by a delimiter e.g.
Code:
ALBUMARTIST: Artist1NULArtist2
Again it's just taking the first. There are a LOT of dumb controllers out there :-)

Originally Posted by
vilsen
How can this be made to work for multiples too?
preformat:=artist:=[artist]-a-
Good point I hadn't noticed that. Looks like a bug, or an unplanned usage of the feature.