#1 2008-08-25 23:28

JohnnySH
Member
Registered: 2007-08-31
Posts: 11

Moving content of brackets to the end

Hi


first of all let me say what a great renamer program, this must be the best out there, well done

I have a lot of files titled like this

SC2022-12 - (With Vocal) Do Lord - Standard.mp3


I would like to search each file and move the "(With Vocal)" to the end but before the extention

like this

SC2022-12 - Do Lord - Standard (With Vocal).mp3

please could you advise how to do this


Kind Regards


John,

thanks for a great program

Offline

#2 2008-08-26 03:41

SafetyCar
Senior Member
Registered: 2008-04-28
Posts: 446
Website

Re: Moving content of brackets to the end

You can put a rule to remove "(With Vocal)" and after other one to Insert as sufix the same text "(With Vocal)"

Or use RegEx
Expresion:   (.+)\s\(With Vocal\)(.+)
Replace:      $1 $2 (With Vocal)


In both ways remember to skip extension


If this software has helped you, consider getting your pro version. :)

Offline

#3 2008-08-26 11:03

JohnnySH
Member
Registered: 2007-08-31
Posts: 11

Re: Moving content of brackets to the end

Thanks

This worked fine

Offline

Board footer

Powered by FluxBB