in reply to "Intelligent" ID3v2 Tagger
Hi
Having spent a good couple of hours playing with ID3v2 under Windows, MP3::Tag is the way foward. I had some problems adding long string comments with some other modules, so for completeness, in the context above comments could be added using the code below.
$id3v2->add_frame("COMM", "ENG", "Short text", "A nice long comment with lots of long text");
|
|---|