I am trying to find out how I can rename my images an indicate when there is a duplicate:
Currently I have A rename rule that renames the file:
YYYYMMDD_hhmmssSSS_#
however this does not fully produce what I wanted, the # which gives me a sequence, what do I change to show a Duplicate?
e.g.
20201117_092030001_1
20201117_092030001_2
20201117_092030001_3
20201117_093035002_1
20201117_093035002_2
20201117_095026002_0
Many thanks...
Paul