Remove and swap parts of file name

Advanced Renamer forum
#1 : 27/12-18 14:04
ailata
ailata
Posts: 1
Hello,

I have a lot of audio files with filename structure: album - title - singer.mp3
Now i would like to remove the album - part of the filename and swap the title and singer parts.
The result after renaming should be singer - title.mp3.

Is the replace command below the correct command to achieve what i want?

Text to be replaced: (.*) - (.*) - (.*)
Replace with: \3 - \2


27/12-18 14:04
#2 : 28/12-18 11:49
David Lee
David Lee
Posts: 1125
Reply to #1:
Why don't you just try it and see for yourself?


28/12-18 11:49