Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Fixing mp3 tags for Android 2.0

by hossman (Prior)
on Feb 17, 2010 at 19:45 UTC ( [id://823797]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # We parse the command line to pick a directory,
    # this is easier
    my $start_dir = ".";
    
  2. or download this
    $id3v1 = $mp3->{ID3v1} || $mp3->new_tag("ID3v1");
    $id3v2 = $mp3->{ID3v2} || $mp3->new_tag("ID3v2");
    
  3. or download this
    $artist = "Artist of $file_name";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-03-28 13:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found