Sort Order incorrect?

Just a question about the sorting of TV shows in the Series page.

I have The 100, 12 Monkeys and 24 in my collection, but I would have thought that The 100 would be 3rd in the list after 12 Monkeys and 24, especially if The is being ignored, but it’s not.

They are sorted OK in MediaBowser.

Sonarr v2.0.0.2959

Thanks.

If sorting is done character by character, “10” of “The 100” is lower than “12” of “12 Monkeys”. I think you are expecting The 100 to be in 3rd position because you are comparing entire “words”,e.g. comparing “100” vs “12” as a human would.

Correct, I am.

Am I wrong ??

Either Sonarr is wrong or MediaBrowser is wrong :smiley:

Ow, joy, alphanumberical sorting.
It’s of course possible to implement it clientside with a bit of work, but it feels a bit like a 1% feature.