chrdavis / SmartRename

A Windows Shell Extension for more advanced bulk renaming using search and replace or regular expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple edits before closing the window?

m-cole opened this issue · comments

Keep the rename window open after I make a change! Often, I will want to make multiple changes to a file's name before I'm finished with it. All you'd have to do is add an "Ok" button.

File names that require multiple different changes, ie-
the.file.name.s02e08.1080p.web.h264-cakes.mkv

First, I'll want to change all of the periods to dashes, just because that's what I prefer:
the-file-name-s02e08-1080p-web-h264-cakes.mkv

Then, I'll want to remove some garbage:
the-file-name-s02e08.mkv

Then, I'll want to capitalize some things:
The-File-Name-S02E08.mkv

Add some parenthesis:
The-File-Name-(S02E08).mkv

In it's current state, I'd have to open smartrename 4 separate times to do this!