search for: m_pmp3tag

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

2002 Oct 05
0
Handling vorbis comments?
..._comment_add_tag() for each saved 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 th...