Adjust illegal characters before renaming

Advanced Renamer forum
#1 : 08/06-14 08:15
Johan Johansson
Johan Johansson
Posts: 3
Feature request #3:

When you have Auto Test enabled, or if you use Test Batch manually you will see which files that will comtain illegal characters in the file name. It would be good if you at this point could right-click the file in the list and adjust the new file name (and revalidate it) before proceding with the batch rename.

Lastly, thanks for a great program :)

Cheers,
Johan


08/06-14 08:15
#2 : 10/06-14 02:38
Kim Jensen
Kim Jensen
Administrator
Posts: 882
Reply to #1:
The best way to replace invalid characters is to add the replace method to the bottom of the method list. You can with that configure it to replace more than one character with a substitute character, like this:

Text to be replaced: ä/\/ß
Replace with: _
Regular expressions: Unchecked


10/06-14 02:38