Page 1 of 1

Help with my use case.

PostPosted: Wed Dec 26, 2018 3:11 pm
by BadLincoln
First off, i'm not a very smart man so if the solution is apparent i'm sorry to have wasted your time.

Okay so my use case is this: I have several folders which each contain around 60 jpgs in each folder.
Image

The name of each jpg goes 0-(to how ever many there are.)

Image

The end result I need is that the first folders jpgs are numbered 1-47 (47 just being the number in the case of the first folder). Then BRU starts at the second folders 0.jpg and continues the naming from there. So the second folders 0.jpg would be renamed to 48.jpg. Im not to good at explaining things but I hope you understand my problem. Is there any way BRU can help me with my use case?

Re: Help with my use case.

PostPosted: Wed Dec 26, 2018 8:35 pm
by therube
Try...

2:Name -> Remove

10:Numbering
Code: Select all
Mode:  Prefix
Start:  0 (or 1, not clear on what you want there)
Folder:  (check that box)


12:Filters
Code: Select all
Mask  *.jpg
Subfolders:  (check that box)


... see if that looks right.

Re: Help with my use case.

PostPosted: Thu Dec 27, 2018 3:18 pm
by BadLincoln
Sadly didn't do the trick thanks for the reply tho. Ill just go into each folder and manually tell it at what number to start the naming at. It will take a little time but allright. Thanks!