Only perform filename validation

Support for macOS users
Post Reply
Darkly
Posts: 2
Joined: 27 May 2024, 09:51

Only perform filename validation

Post by Darkly »

I have directories and sub-directories containing thousands of files and I would like to find and fix filenames with invalid characters only.

Is it possible to use FileBot to only 'validate' filenames without making any changes to files that do not contain invalid characters?
User avatar
rednoah
The Source
Posts: 23146
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Only perform filename validation

Post by rednoah »

You mean to remove character like : and * that are fine on macOS but not on Windows?


FileBot will indeed do that for any move / rename / copy / etc operation by default:
viewtopic.php?t=12627


So you can just use Plain File Mode with {fn} current file name as format:
Screenshot



:idea: If you mean to rewrite the entire file path, then FileBot will likely accept folders as valid if they already exist. In this case you can have your custom format generate the absolute file path without Windows illegal characters, or rewrite file paths into a new empty folder where series / movie folders do not exist already.
:idea: Please read the FAQ and How to Request Help.
Darkly
Posts: 2
Joined: 27 May 2024, 09:51

Re: Only perform filename validation

Post by Darkly »

I'll give that a try.
Thx.
Post Reply