How to have matching ignore special / unused characters
Posted: 25 Jul 2023, 04:10
by Coslwodlesworth
I have filebot run from time to time and it requires intervention for a few different special characters such as : and ?
How could I get it so that Filebot doesn't see these as rename requests. For example changing a show from /filebot/season1/the show? and it being named /filebot/season1/the show so it shows up as a rename requirement.
Re: How to have matching ignore special / unused characters
Posted: 25 Jul 2023, 05:25
by rednoah
The target file path is entirely up to your custom format, so you can take care of : and ? at format time, and FileBot only suggests fixing things for you at a later point in time if your custom format has not taken care of things already: Format Expressions Replace : colon with - dash
Note that formatting is unrelated to matching. You'll want to move / rename / organize files into a new file structure at once as shown in the Getting Started video tutorials, i.e. cleanly separate badly named input files and well named target files into separate folders, and then only ever process badly named files from the input folder which only ever contains badly named files.