how do i stop plex from using the filter words (can’t find it in the faq). While ppl may find it helpful, i absolutely HATE it if titles for example the movie “The Ledge” (from 2011) gets placed under L from Ledge. If a movie/series title starts with “A”, “The”,… I WANT it to be placed under “A”, “T”,…
Currently my TV series are under a folder called “Complete Series”, how do i rename it to just “Series” without triggering plex to reindex everything (registry modification?)
There is no preferences.xml under windows (as the topic is flaired) thats for linux. I assume the following is correct for windows?
Computer\HKEY_CURRENT_USER\Software\Plex, Inc.\Plex Media Server
new > strings with name “ArticleStrings” > entered “the, a, an” (for starters) > restart plex?
Windows Registry Editor Version 5.00
[HKEY_USERS\HKEY_CURRENT_USER\SOFTWARE\Plex, Inc.\Plex Media Server]
"ArticleStrings"="the, das, der, die, a, an, el, la"
If you want to stop Plex from removing the articles, you need to actually make that an empty string – i.e. ""
That string wasn’t there so i manually added it. Instructions (at least the way i read them) told me i needed to list the ones i didn’t want plex to remove. For the record its the SORTING i’m talking about. For example “The Last Witch Hunter” is properly labelled as such in plex media. However it’s sorted under L instead of T. That’s my problem
so now i’m confused. Do i need that emptry string instead of the one i made, or a different one?