QUOTE
Originally posted by madah
You can use metaflac to add vorbis comments:
metaflac --set-vc-field=artist=blabla --set-vc-field=title=blabla file.flac
However, the flac plugin for winamp doesn't yet support vorbis comments. And the comments will never be utf8-encoded due to a bug in metaflac.
All these will be fixed in the next release, so it's best to wait some more...
I should mention that ASCII is a subset of UTF-8 so if you are just using ASCII it is safe.
As to when the next release is... hmm, probably a month or two. I just finished the file encoder layer in libFLAC and created a libOggFLAC wrapper for doing Ogg FLAC streams; before this was just a hack in the command-line flac. All this was to make the next little project easier: I started a cross-platform (wxWindows) transcoder/transtagger GUI called FUI which uses all the new stuff in the library. But this will probably take longer than I wanted to get flac 1.0.4 out. The only big things left to do are finish the new Doxygen-based API docs and finish 24-bit support for the plugins., and a bunch of little things like this UTF-8 support in metaflac.
Josh