#1 2019-01-19 13:28

pixelsearch
Member
Registered: 2018-07-08
Posts: 5

Serialize twice

Hi and thank you for this incredible program, very useful.

My issue is this : files are named 0201.jpg, 0201a.jpg, 0202.jpg, 0202bc.jpg, 0204.jpg...
I would like to rename them to 0201.jpg, 0202.jpg, 0203.jpg, 0204.jpg, 0205.jpg...
To do this, I use the Serialize rule as shown in next pic, but it shows errors :

2z6v9si.jpg

So I always do it in 2 steps :
* Serialize to "non already existing files", for example 0901.jpg, 0902.jpg, 0903.jpg, 0904.jpg, 0905.jpg...
This works without error, all files are renamed, they disappear from the table (because i checked "clear files table on rename")
* Drag them all again here (0901... 0905) and serialize to 0201 => 0205, now that works.

Do you think there is an easier way to do it, in 1 step instead of 2 ?
Thanks in advance

Offline

#2 2019-01-19 17:57

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

Re: Serialize twice

The common approach is to insert some differentiating character, e.g. prefix with underscore "_", and then remove it on the second run.

Alternatively, you could rename the files into a different folder, by prefixing the new names with a desired absolute or relative path. This will avoid all conflicts and won't need a second run.

See the demonstration below:

reserialize-into-dif-folder.jpg

Offline

#3 2019-01-19 18:33

pixelsearch
Member
Registered: 2018-07-08
Posts: 5

Re: Serialize twice

Thanks for your explanations, very appreciated smile

Offline

Board footer

Powered by FluxBB