in reply to Ogg::Vorbis::Header

This module would be very useful to me. I've been needing a script to re-write the comments in a lot of my .ogg files in bulk, and I hate having to use system() and vorbiscomment.

One thing I noticed in the Ogg::Vorbis documentation, in the Description section:
The info() method returns an Ogg::Vorbis::Info object. You can access the various fields of the
vorbis_info struct with methods of the same name.
Their version doesn't let you modify the file, of course, but the name conflict seems like it might be a problem. Perhaps Ogg::Vorbis::Comment?

--

Love justice; desire mercy.

Replies are listed 'Best First'.
Re: Re: Ogg::Vorbis::Info
by dbp (Pilgrim) on Sep 27, 2002 at 21:47 UTC
    Their version doesn't let you modify the file, of course, but the name conflict seems like it might be a problem. Perhaps Ogg::Vorbis::Comment?

    Good point, although comment might end up being just as ambiguous in the long run. How about Ogg::Vorbis::Header?