
In TC's multi-rename, there is a counter tool, it's very useful, but when you expand many folders and then multi-rename:
==========
Before in TC you will get below effect:
Folder1: file1, file2, file3.
Folder2: file4, file5, file6, file7.
Folder3: file8, file9, file10.
=====
Now what I need is:
Folder1: file1, file2, file3.
Folder2: file1, file2, file3, file4.
Folder3: file1, file2, file3.
==========
it seems there is no a simple way to get this effect, so maybe we can add an option: Every folder has it's own counter.
##########
In addition, we can also add more powful functions, such as [Cr3,5,4]:
Cr is the abbreviation of Counter reset, and
the first 3 files will be counted as 1, 2, 3.
the second 5 files after just 3 files, will be counted as 1, 2, 3, 4, 5.
the third 4 files after just 5 files, will be counted as 1, 2, 3, 4.
......
and etc.
Or, maybe we can add a check box at the end of the new name in multi-rename preview window, if this line is checked, it shows that the counter will be reset to initial value from this line, and you can select multiple check boxes according to your requirement.