search for: id3tt_non

Displaying 1 result from an estimated 1 matches for "id3tt_non".

Did you mean: id3tt_none
2002 Oct 05
0
Handling vorbis comments?
...aved tag. But the I cannot figure out how to flush/save the new & improved file *without* getting my hands dirty with handling Ogg streams, etc. (yes, I'm lazy) Not that I want to advertise MP3 or ID3 , but with the free id3lib I can just do something like: m_pMP3Tag->Link(filename, ID3TT_NONE); m_pMP3Tag->Update(ID3TT_ID3V2); where the m_pMP3Tag is a class that contains all ID tags from the old file, and "filename" point to the new file without any tags. I have managed to solve my problem for the time being by specifying all the tags on the commandline to oggenc.exe,...