I've got some image files that I've been renaming using Name + Auto Date (based on Taken(Original) and using the custom expression %m%d%y_%H%M%S). However several of the images were taken at almost the same time, within a second of each other, and these files with overlapping timestamps are named "Name_Timestamp" and "Name_Timestamp_1". That's fine, except that it applies the "_1" to the first image chronologically, which makes it out of order when sorted alphabetically. Is there any way to have the "_1" applied to the second image chronologically rather than the first?
Secondly, is there any way to use BRU to switch the "_1" on the files that have already been renamed? Some kind of expression that would search the folder for files with identical filenames save the _1 and switch it?
Thanks!