HydrogenAudio

Lossless Audio Compression => FLAC => Topic started by: tonderai on 2002-08-03 00:28:52

Title: Any progress on vorbis tags for FLAC?
Post by: tonderai on 2002-08-03 00:28:52
Just wondering if there's been any progress implementing this in Tag, or other. I am honestly trying hard not to be impatient

Thanks guys, tonderai
Title: Any progress on vorbis tags for FLAC?
Post by: madah on 2002-08-09 17:46:31
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...
Title: Any progress on vorbis tags for FLAC?
Post by: Benjamin Lebsanft on 2002-08-09 18:57:03
when can we expect the next version ?
Title: Any progress on vorbis tags for FLAC?
Post by: jcoalson on 2002-08-09 19:22:07
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
Title: Any progress on vorbis tags for FLAC?
Post by: Case on 2002-08-12 21:51:01
Quote
Originally posted by tonderai
Just wondering if there's been any progress implementing this in Tag, or other. I am honestly trying hard not to be impatient

Sorry it took so long, but FLAC support is finally implemented.
I included two other requested features, rest will follow later once I know FLAC support works flawlessly.
Download Tag 2.0.25 (http://www.saunalahti.fi/~cse/html/tag.html).
Title: Any progress on vorbis tags for FLAC?
Post by: jcoalson on 2002-08-14 07:06:32
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 have checked in the new UTF-8 support in metaflac to CVS if you are keen to try it out.  Otherwise if you wait a few weeks you can try the 1.0.4 beta.

I'll try to get vorbis comments in the plugins for 1.0.4 if I can.

Josh
Title: Any progress on vorbis tags for FLAC?
Post by: tonderai on 2002-08-17 13:48:57
Just to point out that Tag (by Case)and Flac Frontend 1.6 (by Speek) can now write flac tags: see this thread (http://www.hydrogenaudio.org/forums/showthread.php?s=&threadid=3106)
Thanks for all your hard work guys