#1 2008-05-22 17:16

microdcc
Member
Registered: 2008-05-22
Posts: 1

Serialize in Increments of two (Odd/Even)

This is my first time using the Renamer program & so far its been very good - but I am having trouble figuring out how I can get it to name files in odds and evens.
I am trying to rename files that are named serially to numbers that increase by two - I know using the serialize and remove will help, but it doesn't replace the original number - can anyone help?

Here are my filenames:

000001odd
000002odd
000003odd
000004odd
etc.

I want to change them to:

000001
000003
000005
000007
etc.

Thanks

Last edited by microdcc (2008-05-22 21:53)

Offline

#2 2008-05-26 21:03

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,378

Re: Serialize in Increments of two (Odd/Even)

To remove the original name, use Delete rule: from position 1, until the end, skip extension.

To insert new numbers as ODDs, use Serialize rule: index start at 1, step 2, pad to length 6.

To insert new numbers as EVENs, use Serialize rule: index start at 2, step 2, pad to length 6.

Offline

Board footer

Powered by FluxBB