Is there a script or a way to change the format of how the <sorttitle> tag is processed? Right now it leaves the articles "The, A and An" at the beginning.
<sorttitle>Christmas Story, A Collection :: 1983-01-01:: Christmas Story, A<\sorttitle>
The way it is now kind of defeats the purpose of sorting. Other nfo files usually leave it blank and either Plex or Jellyfin sorts it out. I've got alot of "The" movies in the "T" section.
Trying to look for an automated way to do this.
Even a regex solution in bulk rename utility would be appreciated
$ filebot -script fn:amc ./INPUT --output ./OUTPUT -non-strict --def artwork=y
...
[MOVE] from [INPUT/A Christmas Story.mkv] to [OUTPUT/Movies/A Christmas Story (1983) {tmdb-850}/A Christmas Story (1983).mkv]
...
Fetching movie artwork for [A Christmas Story (1983)] to [OUTPUT/Movies/A Christmas Story (1983) {tmdb-850}]
Generate Movie NFO: A Christmas Story [850]
...
$ cat 'OUTPUT/Movies/A Christmas Story (1983) {tmdb-850}/movie.nfo'
<movie>
<title>A Christmas Story</title>
<originaltitle>A Christmas Story</originaltitle>
<sorttitle>Christmas Story Collection :: Christmas Story :: 1983-11-18</sorttitle>
...
EDIT:
I ran tests with the Export NFO files post-processing feature as well and can now confirm the issue:
Fixed. FileBot r10465 will now ensure that --apply nfo generates <sorttitle> elements with Sort Name transformation applied to both collection name and movie name.