If a field contains multiple values separated with the NULL delimiter [ rendered differently on different players; appears on mp3tag as double backslash (\\), appears on foobar2000 as comma+space (,) ] , only the last item is copied.
For example, if the input's composer is Gaspard Auge\\Xavier de Rosnay\\Kevin Parker, the ouput's composer ends up just being Kevin Parker
How to replicate
Get a FLAC file with one of the fields containing multiple values separated with the NULL delimiter.
Convert to AAC using qaac input.flac.
See that only the last item is copied
Software used
In case it might be relevant, I ran this on MS Windows 11 Version 23H2 (Build 22631.3593) using Powershell 7.4.2 and 5.1.22621.2506.
Hello,
I think I found an error.
If a field contains multiple values separated with the NULL delimiter [ rendered differently on different players; appears on mp3tag as double backslash (
\\
), appears on foobar2000 as comma+space (,
) ] , only the last item is copied.For example, if the input's composer is
Gaspard Auge\\Xavier de Rosnay\\Kevin Parker
, the ouput's composer ends up just beingKevin Parker
How to replicate
qaac input.flac
.Software used
In case it might be relevant, I ran this on MS Windows 11 Version 23H2 (Build 22631.3593) using Powershell 7.4.2 and 5.1.22621.2506.
Here is the output of
qaac --check
: