#1 2019-03-06 07:44

Dens
Member
Registered: 2019-03-06
Posts: 4

Serialize every two files with same number + another numbering digit

FROM: aaaa, bbbb, cccc, dddd; TO: 56_1, 56_2, 57_1, 57_2;


Hi all may be it is silly question but i really dont undestand.
I have many photo files like img001 img002 etc
I need switch their name to photo=56 photo=57 etc
I used two rules:
1. Serialize index start 56 and replace current name
2.Insert prefix photo=
And it great works.
But now i need to rename thousands of photo like this:
photo=56_1 photo=56_2 photo=57_1 photo=57_2
What should i do now?

Last edited by Dens (2019-03-06 11:03)

Offline

#2 2019-03-06 09:43

Stefan
Moderator
From: Germany, EU
Registered: 2007-10-23
Posts: 1,161

Re: Serialize every two files with same number + another numbering digit

Hi and welcome!

Please use "better" subject lines, so others with related question (or: we our self) are able to find the solution or hint, thanks tongue




Please try


FROM:
aaaa.JPG
bbbb.JPG
cccc.JPG
ddddd.JPG
eeeeee.JPG
ffffff.JPG
gggggg.JPG
hhhhh.JPG

TO:
Photo=56_1.JPG
Photo=56_2.JPG
Photo=57_1.JPG
Photo=57_2.JPG
Photo=58_1.JPG
Photo=58_2.JPG
Photo=59_1.JPG
Photo=59_2.JPG

USE ReNamer 5.60  (2011) or newer with this four rules:
1) Insert: Insert "Photo=" replacing current name (skip extension)
2) Serialize: Incremental from 56 step 1 repeat 2 as Suffix (skip extension) <repeat counter two times: 56,56,57,57,58,58,59....>
3) Insert: Insert "_" as Suffix (skip extension)
4) Serialize: Incremental from 1 step 1 repeat 1 (reset index every 2 files) as Suffix (skip extension) <reset counter every second file: 1,2,1,2,1,2,1,....>


HTH? big_smile


Read the  *WIKI* for HELP + MANUAL + Tips&Tricks.
If ReNamer had helped you, please *DONATE* to Denis or buy a PRO license. (Read *Lite vs Pro*)

Offline

#3 2019-03-06 11:09

Dens
Member
Registered: 2019-03-06
Posts: 4

Re: Serialize every two files with same number + another numbering digit

Thanks for help sorry for bad description of the problem. But something doing wrong when i use your order. Its looks like:
Photo with cat1,2 photo with dog 1,2. Name likes img 0048 0049 (cat) 0050 0051( dog). But when i used yor solution i take order of photo 0049 0050 0051 0048

Last edited by Dens (2019-03-06 11:09)

Offline

#4 2019-03-06 11:34

Dens
Member
Registered: 2019-03-06
Posts: 4

Re: Serialize every two files with same number + another numbering digit

I do screen what i mean
168c26r.png
DSC00144 need to be Photo=56_1  and DSC00145 to Photo=56_2 but it drops ant the end of list. And after then everything goes in order


I tested few times - when i use replacing current name checkbox i get confused order:
2dh5gqq.png

Last edited by Dens (2019-03-06 12:07)

Offline

#5 2019-03-06 12:28

Stefan
Moderator
From: Germany, EU
Registered: 2007-10-23
Posts: 1,161

Re: Serialize every two files with same number + another numbering digit

Dens wrote:

... But when i used yor solution i take order of photo 0049 0050 0051 0048

Don't use Explorer to drag&drop your files after selecting all, as Explorer has its own way of doing the selection order.

Use ReNamer to load files.
Or at least after drag&drop from Explorer, click on the "Name"-column header to sort your files first, before applying a rule.



HTH?


Read the  *WIKI* for HELP + MANUAL + Tips&Tricks.
If ReNamer had helped you, please *DONATE* to Denis or buy a PRO license. (Read *Lite vs Pro*)

Offline

#6 2019-03-06 12:32

Dens
Member
Registered: 2019-03-06
Posts: 4

Re: Serialize every two files with same number + another numbering digit

WoW so easy lol
Thank you so much!

Offline

Board footer

Powered by FluxBB