RenameMatchingExtended

The Dopus Rename command has an option called RENAMEMATCHING.

RENAMEMATCHING
Keeps files with the same stem and different extensions together when renumbering. For example, IMGP1032.JPG and IMGP1032.WAV when renamed would be given the same number.

This script is similar to that functionality. It captures all Dopus rename events and then renames relative files (parent, sibling, or niblings) in the same way.

This is handy if you have a few files with similar names and want to change them all in the same way.

Due to the nature of the script, I would only enable it on an as needed basis. As such there is a button to enable and disable the script.

Before
image

After
image

Script
RenameMatchingExtended.js.txt (3.9 KB)

Button
RenameMatchingExtended.dcf (622 Bytes)

3 Likes

Thanks! This certainly will be of some use in the near future. Bookmarked!