lower case in Parentheses only

Advanced Renamer forum
#1 : 17/09-17 20:14
Robert Debicki
Robert Debicki
Posts: 1
Hello, I'm new to this program and would like to have some help with renaming.
I need lower case in Parentheses only:

from:

"BORDERLINE - Behind Blue Eyes (Extended Remix)".mp3

to:

"BORDERLINE - Behind Blue Eyes (extended remix)".mp3


Any advise really appreciated, Thanks




17/09-17 20:14
#2 : 20/09-17 06:44
Danny G
Danny G
Posts: 6
Reply to #1:
1. Copy and paste the following into Notepad and save as LC-ExtendedRemix.aren
(Note: make sure it doesn't end in .txt, it must end in .aren)
2. Double-click on this new file and it will open as a preset in Advanced Renamer.
3. You can save to your presets folder if required for future work. Add your files from there.

[header]
type=preset
application=Advanced Renamer 3.78
application_version=3780100
batchmode=rename

[namecollision]
separator=_
pattern=
rule=fail

[methods]
method0000=methodname:"newcase"; active:"1"; casetype:"lowercase_pattern"; applyto:"name"; pattern:"\(([^()]+)\)"; regularexpressions:"1";


20/09-17 06:44