is this defualt for multi-inline-rename? did I over look something in Prefs?
did I overlook a related setting some where else that's influencing this?
I notice on Preferences / File Operations / Renaming Files if un-tick Rename all selected files at once this won't happen and it back to rename one file at time.
IMO, multi-file rename is best done in the Rename dialog, not via inline rename. But some people are used to File Explorer’s (extremely limited) multi-file inline rename support and want the same in Opus, so we have that option for it.
That's what I was about to say : that use case command to use the rename dialog, either with : wildcard renaming : from the lord of the rings * to * regular expression (if you want something fancier) : from the lord of the rings .* (s[0-9]*e[0-9]*) .* to The Rings of Power \1 Direct change : By clicking in the NewName column of the dialog, if you want to remove the first (or last) N characters, it's quite easy and fast.
haha, love it. its so simple in the dialogue window to shorten the top file and everything before will match it, but without renaming all the the other details to match (1).
I usually use the rename window, I think ill just stick to that.
but... While I have your attention @PassThePeas , do you have a Regex rename preset tucked away for renaming a sample like this...
the tool a use to grab youtube videos makes these crazy long Folder and File names like this.. I have trouble viewing them for long file names.
I just ask chat gpt. She came up with this.. \s*\(.*?\) which makes sense when I look at it next to chart, slowly.
gpt was actually useful. Every time she tries to write a script is messed up. No wonder programmers are being fired everywhere and windows always breaks with updates. LOLOLOL
Basics of regexp are not that hard, but everytime you need them you encounter some kind of specific use case which gets tricky !
In general, when it gets tricky, I head to an online regexp tester or search online a solution for my specific need.
Anyway, for your use case, I think something like this should work if your expression between parentheses is at the end of the string :
Go for regexp + search and replace (ignore extension ticked)