in reply to "Intelligent" ID3v2 Tagger

Ogg::Vorbis::Header will write to Ogg comment tags. I've been using it for a while without any problems. One thing that's a little different about Ogg comment fields is that unlike ID3 tags, there is no set requirement of what the tags must be called. However, there's a list here that has the most common usage for field and most players will follow that.

Replies are listed 'Best First'.
Re: Re: "Intelligent" ID3v2 Tagger
by The Mad Hatter (Priest) on Jul 21, 2003 at 13:18 UTC
    Ah, I saw that, but didn't know Ogg comment tags were freeform like that. Thanks for enlightening me, now I'll get around to adding Ogg support sometime.