Hello, long-time plugin user, but new forum user.
I am using the foo_discogger plugin for the 64-bit version of foobar2000. I am trying to enable/use the "Composer" tag mapping, to have all "Written-By" credits added to the file tag. However, it seems to only add one composer even though there are several on the track.
See examples below. This is an .m4a (iTunes AAC) file, in case that matters.
Default "Composer" file tags before re-tagging (track number - title - composers):

After re-tagging with the Composer tag mapping (all 3 credits are on the Discogs release):

I use the following tag settings: Write + Update with this (default) tagging string:
$flatten($multi_if($any($multi_strcmp($sextend(%<<TRACK_CREDITS_SHORT_ROLES>>%,%<<RELEASE_CREDITS_SHORT_ROLES>>%),'Written-By')),$multi_if($put(aj,$sextend(%<<TRACK_CREDITS_ARTISTS_JOIN>>%,%<<RELEASE_CREDITS_ARTISTS_JOIN>>%)),$joinnames($put(an,$sextend(%<<TRACK_CREDITS_ARTISTS_NAME>>%,%<<RELEASE_CREDITS_ARTISTS_NAME>>%)),$get(aj)),$get(an)),))
Using only Write or only Update doesn't seem to make a difference.
Can anyone help - can I change anything myself, in order to have all Written-By credits included in the file tag, rather than only the first WB credit (alphabetically)?
Thanks.
EDIT: Soooo, it would seem that it does indeed matter that this is an .m4a file. I tried converting the file to an .mp3 file and then re-tagging the file - and the WB credits show up as intended, all three of them. So apparently an .m4a file can't really handle the way the plugin writes the tags, but that's at least good to know if I buy iTunes releases in the future - I have to convert them to .mp3 files to be able to re-tag the correctly with the Composer tag.