Topic: Add Numbering %n, reset every n'th file: 1,2,3/1,2,3/1,2,3/...
Hi Rémi,
just thought about this. Perhaps that is something you want to add.
Add numbering %n, but reset counter every x files.
So I get counter, e.g.: 01, 02, 03 // 01, 02, 03 // 01, 02, 03 // ....
For example I have:
fileA.ext
fileB.ext
fileC.ext
fileD.ext
fileE.ext
fileF.ext
fileG.ext
...
I want
%b_%n{2, , ,3}.%e:
fileA_01.ext
fileB_02.ext
fileC_03.ext
fileD_01.ext
fileE_02.ext
fileF_03.ext
fileG_01.ext
....
-----------------------------------------------------------------------------------------
From Help
The parameters of some "number" variables can be defined in
"Options" ("Numbers" sub-menu). They can be specified too direclty
in the expression inside a "{}" modifier (braces) that postfixes
the variable name.
For the selection numbers: %n, %np, %nc, %ncs, %ncf and %ncfs
the usage is: "{ p, s, i, r }"
p : size (leading zero's if wanted)
s : start
i : step
r : reset every n'th file <----- new suggestion
%b_%n{3,,,3}.%e <----- new example
Related:
- reset if folder change >> %np the selection number relative to the file path
- reset if file name change >> %nc the selection number relative to a name "collision" (same beginnings)
-------------------------------------------------------------------
I guess that should be possible already? But I can't find it at the moment. Only workaround like %T
-------------------------------------------------------------------
Find me: counter numbering serialization group of files pairs of files