Is there a way for renaming to happen incrementally, but reset the numbering on some condition/parameter?
More specifically, I'm adding files to a folder with a date rename pattern: 2017-08-19 – My first file.txt
I'd like to name these files by creation time, but I think it would be ugly to do: 2017-08-19, 12.28 – My first file.txt
Instead I would like something like: 2017-08-19_1 – My first file.txt, 2017-08-19_2 – My second file.txt, etc
I know theres a # (incremental numbering) function in the Rename module, but I don't see a way of resetting the numbering conditionally. The closest thing seems to be to always seek the lowest possible integer.
In this case, I would obviously like to reset the numbering for every new date: 2017-08-20_1 – My third file.txt.