Sort Remove Words - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification) +---- Thread: Sort Remove Words (/t-sort-remove-words) |
Sort Remove Words - Luke64 - 2023-12-31 Hi, I would like to disable the "SortRemoveWords" feature. I tried to modify the system.xml file by commenting the following lines like this: <!-- <SortRemoveWords> <string>the</string> <string>a</string> <string>an</string> </SortRemoveWords> --> but unfortunately after restarting jellyfin the system.xml file is restored as before and the change has no effect. What am I doing wrong? How can I disable the "SortRemoveWords" function? Thank you RE: Sort Remove Words - niels - 2023-12-31 If you comment out the element the server doesn't find it and will replace it with a default value. I believe you can replace it with just <SortRemoveWords></SortRemoveWords> to avoid that behavior. RE: Sort Remove Words - Luke64 - 2023-12-31 (2023-12-31, 01:15 PM)niels Wrote: If you comment out the element the server doesn't find it and will replace it with a default value. I believe you can replace it with just <SortRemoveWords></SortRemoveWords> to avoid that behavior. It worked thanks |