![]() |
General Question: Special features sorting - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Feature Requests (https://forum.jellyfin.org/f-feature-requests) +--- Thread: General Question: Special features sorting (/t-general-question-special-features-sorting) |
General Question: Special features sorting - Perseverant - 2024-01-08 Hey folks, I want to get a feature request out there, but I'm not sure what end this would be handled on. The use case is this: I number my special features like so, with the goal of sorting them in a particular order: 01 Making-Of Documentary.mkv 02 Cast Interviews.mkv 03 Bloopers.mkv 04 Domestic Trailer.mkv 05 International Trailer.mkv However, when I look at them in the web client and in the AndroidTV client, they aren't sorted alphanumerically, so the first one shown might be 04, then 02, then 01, then 03, then 05. I'm very interested in being able to sort these, but I want to enter a GitHub issue for the right project. Is this something that would need to be handled server-side or client-side? Thank you! |