First, thanks for some terrific software. I've been trying to set up the Articles to Ignore, to strip off the word "The". Works fine if you use spaces in your folder/filenames. But if you use underscores, then the entire folder name is parsed as one word, and the "The" is not stripped.
For example, 'The_Rolling_Stones' parses differently from 'The Rolling Stones'.
The simple workaround is to replace "The_" with "The ", but spaces can be undesirable in file names when scripting or using the cli.
Any chance of being able to specify the separator character as being a space OR an underscore?
This is by no means a show stopper, or a high priority. But if it can be implemented simply, it would add some flexibility to folder naming conventions.
thanks,
Dan