Page 1 of 1

Using Muti Rename, how to renumber?

Posted: 15.06.2015, 18:17
by tsobell
I have a cluster of files. All have same extension. All have same file names - EXCEPT, imbedded at the end of a file name are numbers.

Think when you get your camera pictures... they may all say IMG003.jpg or such .....

I take a select set of the pictures and rename - using the SEARCH "IMG"/ REPLACE "Vacation-Monday-". That part works fine BUT as you can see, the ### part is from the old camera numbering system.

Here is what I want to do. I want to renumber / rename the ### using the COUNTER OPTION. I want each cluster to start with 001, 002, 003 etc.

EVEN BETTER ! = is there a way to do it all in one step? i.e. Rename & Renumber at the same time?

------------
Have played around with this for quite some time. Various results, but not what I want. Surely there is a simple way I am missing.

/Tom

Re: Using Muti Rename, how to renumber?

Posted: 15.06.2015, 19:33
by Dreamer
Use this within the Pattern > File name field:

Code: Select all

Vacation-Monday-[C]
For Counter use 1, 1, 3, or 1, 1, 4

For photos you can use also this format:

Code: Select all

Vacation-Monday-[exif_taken]

Re: Using Muti Rename, how to renumber?

Posted: 15.06.2015, 21:59
by tsobell
Well, its kind of close but not quite...

In the search for box: Replace Box
Easter - Briggs - Vacation - Monday - [c]

Here are real names This is the real result

Easter - Briggs - 50.jpg Vacation - Monday - 01 50.jpg
Easter - Briggs - 51.jpg Vacation - Monday - 02 51.jpg

So you can see, it sort of works.... how to get rid of the ## in the original name so that only the counter numbers show up in the result?

Re: Using Muti Rename, how to renumber?

Posted: 15.06.2015, 22:01
by tsobell
Sorry, noticed the spacing got truncated making my reply more difficult...

Rewrite:

In the search for box: ......... Replace Box
Easter - Briggs - >>>>>>> Vacation - Monday - [c]

Here are real names .....................This is the real result

Easter - Briggs - 50.jpg >>>>>>>Vacation - Monday - 01 50.jpg
Easter - Briggs - 51.jpg >>>>>>>Vacation - Monday - 02 51.jpg

Re: Using Muti Rename, how to renumber?

Posted: 16.06.2015, 13:52
by joby_toss
Do as Dreamer pointed to you above. Use only the file name field. Don't use the search/replace fields.

Re: Using Muti Rename, how to renumber?

Posted: 16.06.2015, 15:07
by tsobell
Many thanks. This is clever.

FILE NAME: vacation-Monday-[c]
search for: {blank}
replace with: [c]

Yes, this works. Clever part is in the FILE NAME because I was interpreting these 3 boxes to read as ".. WITHIN THE EXISTING FILE NAME, look for a pattern...., then replace that pattern with ...."

I did not know that you could WHOLLY replace whatever file name exists with a brand new file name via the FILE NAME BOX.

Now that I know how to read in the same way the programmers meant it, I am all set. Was not clear in the HELP/DOCUMENTATION.

Cheers,