Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

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

by Popcorn Dave (Abbot)
on Mar 30, 2011 at 01:54 UTC ( [id://896311]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://896311]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-24 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found