Dear Kirk,
Is there any way to add a fixed numeric value to sequence #s already in file names?
For instance, if I currently have the following images named:
2009_1101_001_Ballgame.nef
2009_1101_004_Ballgame.nef
2009_1101_009_Ballgame.nef
Is there a way to rename them such that the new file names will have been incremented by a value of 200?
2009_1101_201_Ballgame.nef
2009_1101_204_Ballgame.nef
2009_1101_209_Ballgame.nef
My guess is that the 'numbers' 001, 004, 009, etc. are really string and not numeric, making this impossible.
Still, I was hoping there might be some kind of solution such as:
{filenamebase:0,10}{filenamebase:10,3}+10_Ballgame
Perhaps, {filenamebase:0,10}value({filenamebase:10,3}) + 200
would do it? (of course, I made up the 'value()' function).
I'm guessing the answer is no, but thought I'd ask anyway.
As you may have guessed, I found 200 photos which were shot earlier in the same day.
I can't just rename the files sequentially, as there are 'gaps' (some shots were deleted) and I want the original numbers retained (except being incremented by 200).
Thanks and best regards,
-Tom