ID3 tags on WAV files?

Scott Wheeler wheeler at kde.org
Mon Aug 22 14:52:40 CEST 2005


On Sunday 21 August 2005 6:37, Bob Friesenhahn wrote:
> ReQuest Multimedia's ARQ box tags WAV files by placing ID3v1 tags at
> the end of WAV files.  I used to work for ReQuest so unfortunately I
> have some WAV files tagged that way.  Placing a tag at the end of the
> file seems reasonable enough.
>
> Is it reasonable and feasable for taglib to support this tagging
> scheme?

It's quite feasible -- not particularly reasonable.

In a nutshell this would be easy to implement using TagLib by just subclassing 
TagLib::File and telling it where to find the ID3v1 tag (see the findID3v1() 
function in MPEG::File).  You could probably hack something to this effect up 
with 50 lines of code or so; there's no reason this would need to be in 
TagLib itself.

On the other hand it doesn't make sense to support this in TagLib directly 
since it's rather non-standard behavior.

Cheers,

-Scott

-- 
Peace and humptiness forever.
--Digital Underground


More information about the taglib-devel mailing list