I have a rule that renames images sequentially, with the name of the folder followed by a number and finally the extension like this:
(Assuming the folder is called "Image")
Image 1.jpg
Image 2.jpg
image 3.jpg
etc.
The problem is when I have more than one type of image type, then the rule does this:
image 1.jpg
image 1.png
image 1.tiff
image 2.jpg
image 2. png
image 2.tiff
image 3.jpg
image 4.jpg
etc.
It seems like the number count increments for files with the same extension but for files with a different extension is doing a separate count.
Is really annoying because is not immediately obvious what I'm doing wrong.
I can't figure out right now how to upload a local screen capture of my rule but is really simple:
If:
Kind is image
Do:
Rename with pattern source folder # extension