How to rename songs that are like this

Advanced Renamer forum
#1 : 25/07-13 01:49
Larry Wilson
Larry Wilson
Posts: 1
Sir:


Would you please show me how to rename files that are like this one.


Before: Keith, Toby - I Love This Bar


After: Toby Keith - I love This Bar


Best, Larry


25/07-13 01:49
#2 : 31/07-13 09:47
Kim Jensen
Kim Jensen
Administrator
Posts: 880
Reply to #1:
Try to add the replace method and configure it like this:

Text to be replaced: (.*),(.*) - (.*)
Replace with: \2 \1 - \3
Occurence: 1st
Case sensitive: Unchecked
Use regular expressions: Checked
Apply to: Name

I hope this works for you. Slight differences in the name pattern can alter this solution useless.


31/07-13 09:47