Jellyfin Forum
How do I get Jellyfin to sort movies alphabetically? - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: How do I get Jellyfin to sort movies alphabetically? (/t-how-do-i-get-jellyfin-to-sort-movies-alphabetically)



How do I get Jellyfin to sort movies alphabetically? - aide199 - 2025-10-19

Hi Guys,

I've just transferred over from Plex to Jellyfin and was wandering if anyone can please tell me how I can get Jellyfin to sort my movies alphabetically, so that I haven’t got movies like 'The Accountant' being sorted under 'a'

Jellyfin server is running on Windows 11

Thanks in advance


RE: How do I get Jellyfin to sort movies alphabetically? - theguymadmax - 2025-10-19

config → settings.xml
Replace:
Code:
  <SortRemoveWords>
    <string>the</string>
    <string>a</string>
    <string>an</string>
  </SortRemoveWords>

With this:
Code:
<SortRemoveWords />

Restart the server after making the change. Then rescan your library and using the "Search for missing metadata" option.


RE: How do I get Jellyfin to sort movies alphabetically? - aide199 - 2025-10-20

That's done the trick.

Many thanks for the info