The Avengers => Avengers
Format: Select all
{ n.sortName() }
The Avengers => Avengers, The
Format: Select all
{ n.sortName('$2, $1') }
The Avengers => A
Format: Select all
{ n.sortName()[0] }
Custom Regex Replace:
Format: Select all
{ n.replaceFirst(/^(?i)(The|A|An)\s(.+)/, /$2, $1/) }
Note that most software expects the file name and the database entry to match exactly. If you mess up the file name like this, then FileBot and any other 3rd party software may have trouble making sense of the file name in the future.