I am having problems renaming files during Ingest. The files are renamed, but in an unexpected order.
Let’s say we have a four image sports action sequence in this order:
ImageA (_dsc0022.jpg)
ImageB (_dsc0023.jpg)
ImageC (_dsc0024.jpg)
ImageD (_dsc0025.jpg)
If I rename with “MOTO{month}{day}{seqn}” during an Ingest operation, the final sequence order of my images gets messed up. The renamed files are sequenced by the “{seqn}” variable, but in a DIFFERENT order than the original files! This makes it difficult to keep the images “together” in the original filename sequence.
In my case, the original four image sequence ImageA, ImageB, ImageC, ImageD was renamed into a sequence like
ImageA (_dsc0022.jpg) -> MOTO122208.jpg
ImageB (_dsc0023.jpg) -> MOTO122204.jpg
ImageC (_dsc0024.jpg) -> MOTO122213.jpg
ImageD (_dsc0025.jpg) -> MOTO122202.jpg
Notice the new MOTO1222xx.jpg files are not longer properly sequenced in any meaningful order. This makes it impossible to easily select the four files as a group for processing, copying, etc. in the file system or in other image applications.
Feature Request:
When renaming files, I would like PM to process the files IN THE SAME ORDER they were originally shot in (this is what Adobe Bridge, IMatch, QImage, RenameIt, etc. do).
That way, a rename operation using a sequence variable will result in new filenames IN THE SAME ORDER as they were taken.