Include the word “The” when sorting media.
Eg. I would like to search for “The Libertines”, not “Libertines, The”.
Include the word “The” when sorting media.
Eg. I would like to search for “The Libertines”, not “Libertines, The”.
The normal sorting used in everything from dictionaries and reference books to cookbooks is to omit “the,” “a” and other articles and only use words with meaning for the sort.
If you wish to sort outside the norm Plex does provide a method. You can simply place what you want in the “sort” field by editing the item you want to be different. Then you can have all the “thes” in you database all together like you are asking for.
It is a tiny minority of people that would want that improper sorting so Plex, in this case, would be well served to simply leave everything as it is and those few that want to do it differently can simply use the sort filed and accomplish what is wanted.
… and judging by the numerous feature request threads already in existence on this matter and the way in which they get ignored by Plex I would expect this tradition to continue.
The idea of Plex is to automate everything. All we need is a setting that we can turn on or off with a list of comma separated strings with prefixes to ignore. It’s not a big feature to ask for at all, give me the source code and I’ll write it myself 
On my PC I use a different player for music, sorted the way I like. Plex goes against this grain, so when searching for music outside of my home I always go to “the” to find my album, but isn’t there. It also just looks wrong to have loads of “The…” in the middle of an alphabetical sorting.
Standard or not…people like options.
@terids Check the following link: Advanced, Hidden Server Settings
There is a settings called ArticleStrings, if you remove the items from this you should have one you want. Unfortunately this is only used on creation of an item, refreshing in your current library will not honor this.
Edit your server’s advanced configuration
https://support.plex.tv/hc/en-us/articles/201105343-Advanced-Hidden-Server-Settings
If you want all articles to be relevant for sorting, you need to create an empty string named ArticleStrings
This change will only affect newly added items, because what it actually does is to influence how the ‘Sort Title’ of items is generated:
Thanks, I spotted this today and am giving it a go for future additions. Let the manual labour begin… 
@terids said:
Thanks, I spotted this today and am giving it a go for future additions. Let the manual labour begin…
There should be a SQL command floating around these forums to copy the ‘Title’ unchanged into the ‘Sort Title’ field.