GNOME Bugzilla – Bug 116420
lame metadata: write id3 v1 and v2 tags in encoded files
Last modified: 2004-12-22 21:47:04 UTC
New feature, necessary to use Sound-Juicer with the mp3 encoding selected. It uses fields with the same name as the vorbisenc plugin does. Patch attached.
Created attachment 17947 [details] [review] new feature
*** Bug 112567 has been marked as a duplicate of this bug. ***
after double-checking, the bitrate information is set properly on the file. Can you merge please?
marking 0.6.3, so it gets in there. HEAD will be fixed differently.
bastien, what does the change in flush from nogap to "" do exactly ? Benjamin, what exactly would be done different in HEAD ?
_flush allows the id3 v1 tags to be written on the file. no_gap is only used if you want to keep on writing the stream, and keep on using the same encoder. I would expect people to destroy the encoder when they done encoding a file and want to pass on to another one. Bear in mind that the _FLUSH event isn't used and that this only happens on _EOS.
Created attachment 18061 [details] [review] updated to use tracknumber like the vorbis plugin
commited to 0.6.x branch and HEAD, closed.