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


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

Are you sure you have data in $mp3 to begin with? That's the first place I'd check. Make sure you're actually reading the tag.

If you've got an ID3v2 tag only you may not have any data in $mp3.


To disagree, one doesn't have to be disagreeable - Barry Goldwater

  • Comment on Re: I need help about MP3::Tag and perl script.

Replies are listed 'Best First'.
Re^2: I need help about MP3::Tag and perl script.
by osmy (Initiate) on Mar 30, 2011 at 02:01 UTC
    It's Id3tag v2. I want to change all Id3tags (v1 and v2) tag automatically with this script. But how =(
      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.