Hello, i use libvorbis to develop some small applications for a radio station. I wonder, why there are no functions in the library to add/modify the comment tags in ogg-files. The only way I found is to make use of vorbiscomment binary, but this way is not that good. Are there api calls to do this?? thanks, Daniel. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Wed, 21 Apr 2004 20:58, Daniel Graupner wrote:> Hello, > > i use libvorbis to develop some small applications for a radio station. > I wonder, why there are no functions in the library to add/modify the > comment tags in ogg-files. > > The only way I found is to make use of vorbiscomment binary, but this > way is not that good. > Are there api calls to do this??Have a look at vcedit.c in the source code to vorbiscomment. John --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Wednesday 21 April 2004 18:58, Daniel Graupner wrote:> Hello, > > i use libvorbis to develop some small applications for a radio station. > I wonder, why there are no functions in the library to add/modify the > comment tags in ogg-files.There are low-level functions in the library sufficient to create comment-editing software, but the intent of libvorbis is not really to make editing applications - it's for decoding and encoding.> > The only way I found is to make use of vorbiscomment binary, but this > way is not that good. > Are there api calls to do this??The 'core' of vorbiscomment is two files: vcedit.c and vcedit.h, they provide a simple API for editing comments in vorbis files. Perhaps you can use them? Mike --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.