hello all!
I`d like to shorten my filenames.
at present all files have this format: {datesort}_{object}-{seqn}
Now I want to have the shorter date format:
{year2}{month0}{day0}_{object}-{seqn}
the problem is, when I use the new rename string, the seqn number will number ALL images, e.g. up to 10000.
is it possible to start for each new OBJECT !! a new number-space? ("reset the seqn after a new objectname")
like this:
20090101_wedding-01 -> 090101_wedding-01
...
20090101_wedding-99 -> 90101_wedding-99
20090101_soccer-01 -> 090101_soccer-01
...
20090101_soccer-20 -> 090101_soccer-20
greetz
Brendan