Tag to add serial number when 2+ files will have same name
Posted: 2015-12-29 20:52:18
I know it's been discussed before, but I can't determine whether it's been implemented. I LOVE Ant Renamer and use it (among many other things) to rename my photos via EXIF tags. I use a series of actions to create a file name like this:
2015_1229_153012.jpg
for a photo taken at 3:30 and 12 seconds on the 29th of December of this year.
The problem comes when I shoot in burst mode and more than one photo has the same timestamp. Today I discovered the subsectimeoriginal EXIF tag which is a BIG improvement and I'm now using this format:
%datetime%_%subsectimeoriginal%%ext%
Followed at the end by a deletion of the last 3 characters. This way if there's only one photo that second it gets a unique name with no trailing digits, but if there are 2 or more then the FIRST one gets the standard name and the subsequent ones will follow in order.
My real preference though would be an optional tag wherein if Ant Renamer sees more than one file will have the same name the tag would add a serial number to ALL the files which otherwise share a name.
Thanks for an excellent program!!
2015_1229_153012.jpg
for a photo taken at 3:30 and 12 seconds on the 29th of December of this year.
The problem comes when I shoot in burst mode and more than one photo has the same timestamp. Today I discovered the subsectimeoriginal EXIF tag which is a BIG improvement and I'm now using this format:
%datetime%_%subsectimeoriginal%%ext%
Followed at the end by a deletion of the last 3 characters. This way if there's only one photo that second it gets a unique name with no trailing digits, but if there are 2 or more then the FIRST one gets the standard name and the subsequent ones will follow in order.
My real preference though would be an optional tag wherein if Ant Renamer sees more than one file will have the same name the tag would add a serial number to ALL the files which otherwise share a name.
Thanks for an excellent program!!