http://www.perlmonks.org?node_id=896312


in reply to Re: I need help about MP3::Tag and perl script.
in thread I need help about MP3::Tag and perl script.

It's Id3tag v2. I want to change all Id3tags (v1 and v2) tag automatically with this script. But how =(
  • Comment on Re^2: I need help about MP3::Tag and perl script.

Replies are listed 'Best First'.
Re^3: I need help about MP3::Tag and perl script.
by happy.barney (Friar) on Mar 30, 2011 at 07:46 UTC
    not tested, just quick look into doc:
    $id3v1 = exists $mp3->{ID3v1} ? $mp3->{ID3v1} : $mp3->new_tag("ID3v1")
    A reply falls below the community's threshold of quality. You may see it by logging in.