Multi-Rename (Counter)
Posted: 2011-03-13, 23:06 UTC
Skype produces snapshots like:
Video call snapshot 1.png
[...]
Video call snapshot 10.png
[...]
Video call snapshot 264.png
Problem here are the digits. Multi-Rename is helpful yet, but groups containing numbers with the same number of digits have to be handled separately, if I would like to get a contiguous array:
snapshot0001
snapshot0002
[...]
snapshot0264
Maybe some tricky regex can help, but there would be an easier solution if the Multi-Rename dialog could support another column. Now we have:
Old name | Ext | New name
With this a counter can be created, working brute force on any order of the old names possible in this column (natural or reverse).
With an additional column
Old name | Ext | Date/Time | New name
one could simply utilize the natural order (date/time) of the snapshot files, cutting the skype-created counter by using something like [N1-posBeforeOrdinal][C].png and overwrite the numbering with an own counter in a very simple way.
Could this be implemented?
Michael
Video call snapshot 1.png
[...]
Video call snapshot 10.png
[...]
Video call snapshot 264.png
Problem here are the digits. Multi-Rename is helpful yet, but groups containing numbers with the same number of digits have to be handled separately, if I would like to get a contiguous array:
snapshot0001
snapshot0002
[...]
snapshot0264
Maybe some tricky regex can help, but there would be an easier solution if the Multi-Rename dialog could support another column. Now we have:
Old name | Ext | New name
With this a counter can be created, working brute force on any order of the old names possible in this column (natural or reverse).
With an additional column
Old name | Ext | Date/Time | New name
one could simply utilize the natural order (date/time) of the snapshot files, cutting the skype-created counter by using something like [N1-posBeforeOrdinal][C].png and overwrite the numbering with an own counter in a very simple way.
Could this be implemented?
Michael