Page 1 of 1

Re: NUMBER SEQUENCE with Addition - CAMERA FILES

PostPosted: Sat Aug 27, 2016 6:41 pm
by luizrafael
I have many files from my camera with a sequence number, BUT NOT IN A PERFECT SEQUENCE (because sometimes I normally delete one or other), in which I just need to increase each number with an hypoothetical amount, like 2530, for example. So the sequence would be like this:

IMG_5502 -> IMG_8032 (e.g. 5502+2530=8032)
IMG_5505 -> IMG_8035 (e.g. 5505+2530=8035)
IMG_5507 -> IMG_8037 (e.g. 5507+2530=8037)
IMG_5508 -> IMG_8038 (e.g. 5508+2530=8038)
Etc.

Is it possible to do this with the Bulk Utility?

Thank you,
Rafael

Re: NUMBER SEQUENCE - CAMERA FILES

PostPosted: Sat Aug 27, 2016 7:37 pm
by therube
I would think with JavaScript (paid option) you could do arithmetic.


Otherwise you could remove the trailing 4 digits, & substitute another range of digits - but they would be sequentially numbered (or by some set increment).

5:Remove
Last 4

10:Numbering
Mode Suffix
Start 8032

That would give you:

IMG_8032
IMG_8033
IMG_8034
IMG_8035

Re: NUMBER SEQUENCE with Addition - CAMERA FILES

PostPosted: Mon Aug 29, 2016 12:19 am
by Admin
Hello,
yes , with a JavaScript function this can be easily done. If you have the BRU commercial license I can post the JavaScript.
thanks

Re: NUMBER SEQUENCE with Addition - CAMERA FILES

PostPosted: Wed Aug 31, 2016 5:27 pm
by luizrafael
Hi, thank you for the prompt response. I have just the normal version, not paid. Isn't possible to do this in the standard version?

Re: NUMBER SEQUENCE with Addition - CAMERA FILES

PostPosted: Thu Sep 01, 2016 1:05 am
by Admin
Hi, JavaScript renaming in Special (14) requires a commercial license. thanks