Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

julienko3

macrumors regular
Original poster
May 6, 2006
131
0
I just got a bunch of Bob Marley songs and the all have "Bob Marley - " before the title of the song, and I'd like to get rid of the "Bob Marley -" part without getting carpel tunnel in both wrists.

How could I go about this? Automator?

Thanks.

-Oh, this is in iTunes.

3153625097_f22ae8f356_o.png
 
I just got a bunch of Bob Marley songs and the all have "Bob Marley - " before the title of the song, and I'd like to get rid of the "Bob Marley -" part without getting carpel tunnel in both wrists.

How could I go about this? Automator?

Thanks.

-Oh, this is in iTunes.

It might be easiest if you locate the songs in Finder and edit the names there. Be sure to import them again for the changes to take effect.
 
i use a small app called Name Mangler. i like it more than automator. i am pretty sure it is free.
 
If you don't want to download something you could type the following into terminal. First cd to the correct directory, then:

for i in "Bob Marley - "*; do mv "$i" "${i//Bob Marley - /}";done
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.