Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offline mode sorting does not match online mode sorting #581

Closed
drazil100 opened this issue Jan 22, 2024 · 6 comments
Closed

Offline mode sorting does not match online mode sorting #581

drazil100 opened this issue Jan 22, 2024 · 6 comments

Comments

@drazil100
Copy link

Jellyfin is one of those pieces of software that sorts "The X" under X instead of T. For instance "The Legend of Zelda" gets sorted with the Ls. In offline mode however I notice that the albums get sorted under T. On top of this jellyfin offers a "Sorting Title" field in the metadata for giving it a title it only sorts by internally but never displays to the user. For instance I could do "Star Wars 1" "Star Wars 2" so that the media would be sorted in order for the series. Offline mode does not appear to respect sorting titles.

Idk if there are any other sorting inconsistencies but it would be nice if it was the same. This isn't a huge issue for me though so if this never gets fixed no big deal. Just wanted to report it.

@Chaphasilor
Copy link
Collaborator

There is another one, #444

It seems like this should be reasonably easy to fix, since we probably have the sorting title available in offline mode too :)

@Chaphasilor
Copy link
Collaborator

@puff you fixed this issue as part of your PR, right? :)

@puff
Copy link

puff commented Jan 25, 2024

@puff you fixed this issue as part of your PR, right? :)

Ahh unfortunately not, I only made it case-insensitive which is only part of this issue

@Chaphasilor
Copy link
Collaborator

Got it, no worries. We can tackle it in a different PR :)

@jmshrv
Copy link
Owner

jmshrv commented Jan 27, 2024

Fixed in 1706178

@jmshrv jmshrv closed this as completed Jan 27, 2024
@bravely-beep
Copy link

This issue still occurs if albums have "sort title" metadata. The "sort title" field is respected for sorting in online mode, but not in offline mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants