Hello Team,
I'm scratching my head on how to accomplish this, but my searching-fu is failing me.
I ran a batch rename from another app and it failed mid-rename. This was because I was using the wrong tool for the job.
Now trying to correct this, I'd like to find all folders with this format:
Crimson Peak (2015) -tt2554274
And rename them to this format:
Crimson Peak (2015) - {imdb-tt2554274}
My thinking was to find regex that would identify "tt-###" and add "{imdb-" before the tt and "}" at the end.
The logic would find the string of numbers rather than counting digits for the last curly bracket because in rare instances there are 8 numbers, mostly 7.
Has anyone else run into something similar to get me going in the right direction?
Every bit of regex I could muster wasn't able to match the entire IMDB ID.
Thanks in advance!