Bridge 2022 - Rename Scripts
Hello,
I would like to be able to learn how to write a rename script on Bridge to do the following; first I want to know if this is something that's possible to do with bridge capabilities or what I could use to learn coding wise to write a script for it.
Any info appreciated!
Currently I have been doing it manually by duplicating the first image twice, running a batch rename with lower case and that gives me a b c d e - then use a automator function to delete the a + c but I am trying to simplify this process.
Filename examples; files always follow this format but the digital counter is always random
1234567890123_000 ExampleNameRandom1.jpg
1234567890123_000 ExampleNameRandom2.jpg
1234567890123_000 ExampleNameRandom3.jpg
Output; desired out put to be in this sequence - not a + b + c + d + e instead b + d + e...etc
1234567890123_000_b
1234567890123_000_d
1234567890123_000_e
1234567890123_000_f
Regards,
