I've uploaded the first two AudioFile::Info plugins that can write data back to the audio files. Having failed to get MP3::ID3Lib working, the first MP3 plugin with that capability is AudioFile::Info::MP3::Tag. I've also released a new version (1.04) of AudioFile::Info::Ogg::Vorbis::Header that can write data.
They'll be on CPAN mirrors soonish, but in the meantime you can get them from here.
Re:MP3::Tag
davorg on 2004-02-18T08:44:19
I had doubts about using MP3::Tag as it hasn't been updated in years - that's why I didn't include it in my first set of AudioFile::Info plugins. But it seems to be about the only MP3 module that will reliably save any kind of ID3v2 tags.
To be honest, I didn't realise that there were different versions of ID3v2. I'll need to investigate that further. Thanks for the info.