I'm tagging FLAC files using v2.32.
In options I have 'Case setting of tag item keys' set to UPPER case. But when I save tags on a group of file, not all of the tag keys are set to upper case. Specifically, the title and all the replay gain tags. Of course, I have title set to when I'm doing this, but I would still expect the case of the tag key itself to be converted.
D:\Music\flac\Coldplay\X&Y>metaflac --export-tags-to=- "06 X&Y.flac"
Replaygain_track_gain=-9.41 dB
Title=X&Y
Replaygain_album_gain=-9.02 dB
Replaygain_album_peak=1.00000000
Replaygain_track_peak=1.00000000
TRACKNUMBER=06
ALBUM=X&Y
ARTIST=Coldplay
GENRE=Rock
DATE=2005
Also, is there any way to have mp3tag either sort the tags into alphabetic order before writing them or to let the user explicitly maintain the order of the tags?