I'm not sure if it counts as a bug, but with these settings:
and FLAC files with ID3v2 tags:
using
Remove tag yields:Then undoing the deletion once again yields
FLAC (FLAC ID3v2).
Performing the same steps on files with FLAC (FLAC ID3v1) removes the id3v1 tags and only restores the FLAC tags.
As a workaround I fixed the files by running:
id3v2 --delete-all *.flac
in the folder of the album.
I'm aware that ID3-tags in flac files are against the spec (which is why I want to remove them), however they are sometimes created by a misconfigured EAC instance.



