I have set the file format string to this:
Code:
{author_sort:re([.],)}/{authors} - {series}{series_index:0>2s| | - }{title:re([?],)}
However, for a title like "The Grapes of Wrath", the {title} comes out as "Grapes of Wrath, The" (i.e. it uses title sort order). Is there an alternative to {title} that uses the plain title rather than sort order, like {author} vs. {author_sort}?