Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: rename mp3's from file listing

by revdiablo (Prior)
on Feb 04, 2009 at 16:41 UTC ( [id://741345]=note: print w/replies, xml ) Need Help??


in reply to rename mp3's from file listing

It sounds like you're not even sure how to approach the problem. Here's some pseudocode that may be helpful:

for each line in file: extract (old_name, new_name) from line new_name_of{old_name} = new_name for each file in directory: new_name = new_name_of{file} rename file, new_name

As toolic mentioned, you haven't provided us quite enough information to be completely helpful. In other words, this pseudocode may not be exactly what you need, so caveat emptor.

Additionally, do you need to do this for one directory, or a whole bunch of them? If you need more than one, you'll have to build an additional looping structure. Even for one, you should probably make a function to do the work for you. Then you can call the function in a loop, if you need to.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-03-29 09:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found