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 hawtin (Prior)
on Mar 30, 2011 at 11:31 UTC ( [id://896377]=note: print w/replies, xml ) Need Help??


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

One obvious issue would be if you don't have write permission on the file. Check with

use Carp; my $file = '1.mp3'; croak("Cannot write to file $file") if(!-w $file);

You might like to check some of the resources here, for example Fixing mp3 tags for Android 2.0 contains a tested script that uses MP3::Tag to set values in pretty much the way you want.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-18 14:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found