How to renumber Title

Bulk Rename Utility How-To's

How to renumber Title

Postby musiz » Thu May 02, 2024 6:39 am

My original Title is
01 Track 1
02 Track 2
03 Track 3

I want to rename to
30 Track 30
31 Track 31
33 Track 33
musiz
 
Posts: 1
Joined: Thu May 02, 2024 6:35 am

Re: How to renumber Title

Postby therube » Thu May 02, 2024 4:13 pm

Thinking you'd have to do it in two steps?

Are the file names as shown?
And up to (at most) 99?

5:Remove, First: 2
10: Numbering, Mode: Prefix, Start: 30

Then, & it may depend more on the actual file naming.

1:RegEx:
Code: Select all
Match:  (.*)\s\d+$
Replace:  \1

Match everything, up to an ending set of a, <space> followed by any number of digits.
Keep only all but the final digits.

10:Numbering, Mode: Suffix, Start: 30, Sep. <sp> (enter a physical space character in the box)


Maybe JavaScript Renaming could accomplish both at once?
therube
 
Posts: 1324
Joined: Mon Jan 18, 2016 6:23 pm


Return to How-To


cron