I Need to change file names in bulk.

  • Thread starter Thread starter Frank Martin
  • Start date Start date
F

Frank Martin

I have WindowsXP

I have a list of 250 songs downloaded from the internet.

Each of the file names has a redundant beginning in front of
the song identification.

I want to trim the file names so that only the song name
appears, so greatly shortening it, so as to make selection
from an iPod easier.

Please help, Frank
 
Frank Martin said:
I have WindowsXP

I have a list of 250 songs downloaded from the internet.

Each of the file names has a redundant beginning in front of
the song identification.

I want to trim the file names so that only the song name
appears, so greatly shortening it, so as to make selection
from an iPod easier.

Please help, Frank

Google Bulk Rename Utility
 
Frank Martin said:
I have WindowsXP

I have a list of 250 songs downloaded from the internet.

Each of the file names has a redundant beginning in front of the song
identification.

Can you define the beginning? Has it a fixed size, or is there some
unambiguous separator?

Don
 
Frank Martin said:
I have WindowsXP

I have a list of 250 songs downloaded from the internet.

Each of the file names has a redundant beginning in front of
the song identification.

I want to trim the file names so that only the song name
appears, so greatly shortening it, so as to make selection
from an iPod easier.

Please help, Frank
Hello,
If you have Irfanview installed it has a excellent conversion capability.
Click File menu shows batch conversion\rename.
If you do not have this installed take a look, http://www.irfanview.com/
A good free for individual use utility.
take care.
beamish.
 
Donald Lessau said:
Can you define the beginning? Has it a fixed size, or is
there some unambiguous separator?

Don

This is the sort of thing I mean:

"27 Piano Sonata #8 - 1. Grave - Allegro Di Molto E Con
Brio"

This is one of the titles that I downloaded, 32 sonatas with
3 or 4 Mvts each.

All I need for the iPod is:

"#8-Mvt1"

And so I need to convert all the long titles into the short
versions.

There are very many other examples of all sorts of music.

Some part of the title can be assigned to the relevant
folder on the iPod.
 
Frank Martin said:
I have WindowsXP

I have a list of 250 songs downloaded from the internet.

Each of the file names has a redundant beginning in front
of the song identification.

I want to trim the file names so that only the song name
appears, so greatly shortening it, so as to make selection
from an iPod easier.

Please help, Frank


Many thanks for all the suggestions. I'll try them.
Regards, Frank
 
Frank Martin said:
This is the sort of thing I mean:

"27 Piano Sonata #8 - 1. Grave - Allegro Di Molto E Con Brio"

This is one of the titles that I downloaded, 32 sonatas with 3 or 4 Mvts
each.

All I need for the iPod is:

"#8-Mvt1"

Okay, if the from-to pattern can be generalized like this:
27 Piano Sonata #8 - 1. Grave - Allegro Di Molto E Con Brio
----------------12---3-------------------------------------
#8-Mvt1
12----3
for all of your files then you can do it in one go using a Regular
Expression and any bulk renamer that supports RegExps.
 
Donald Lessau said:
Okay, if the from-to pattern can be generalized like this:
27 Piano Sonata #8 - 1. Grave - Allegro Di Molto E Con
Brio
----------------12---3-------------------------------------
#8-Mvt1
12----3
for all of your files then you can do it in one go using a
Regular Expression and any bulk renamer that supports
RegExps.

Thanks, I figured it out and all is well. I used
"ReNamer".
This program should be very handy in the future.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top