
As you can see, it supports unicode. The "Freeze values" checkbox makes it so that the textboxes aren't changed when you load a file, which is useful for tagging a whole album (you only have to change the title and track number each time). A few notes:
- The Winamp plugins don't appear to support unicode, so for now unicode characters won't show up properly in Winamp.
- It uses the "COMMENT" field to store comments (like X-Fixer's Winamp plugin), instead of "DESCRIPTION" which the reference Winamp plugin uses.
- If the FLAC has no comment header present (FLAC's encoded with 1.0.4 or earlier, I believe), an empty vendor string will be written (I don't think this matters, the Winamp plugin doesn't have a problem with it).
- It doesn't have much error handling, so if you do something like open a non-FLAC file, expect it to crash
- It hasn't been tested by anyone other than myself, so backup the first few files you use it on (I highly doubt it would mess up a file, especially since it rewrites all the metadata including the comments in a temporary file first, and then copies it back into the real file... but still, better safe than sorry).
I know it's pretty basic, but I like it