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

Sorting returns the same order no matter what #829

Open
Cloweeee opened this issue Nov 6, 2024 · 2 comments
Open

Sorting returns the same order no matter what #829

Cloweeee opened this issue Nov 6, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Cloweeee
Copy link

Cloweeee commented Nov 6, 2024

Expected Behavior

When sorting a playlist, the items should appear in a specific order, sorted by that property.

Current Behavior

The order of the playlist is the same, no matter what I sort by, it simply returns it sorted by ID.

Steps to Reproduce

2024-11-06.01-20-26-00.00.00.000-00.00.16.607.mp4

Possible Solution

I tried installing a Navidrome server and the issue did not occur, but transferring my playlist(s) over is a huge pain, and I generally prefer Jellyfin, since it also hosts my other media.

Context

This bug happened with the playlist in the video, and a separate one used for testing, with just 2 songs in it. (On jellyfin)
I tried using Sonixd and it didn't work either, I did get it to sort properly on Supersonic, but the rest of that client is unusable.

Application version

v0.11.1

Operating System and version

Windows 11 Desktop

Server and Version

Jellyfin v10.10.1

Node Version (if developing locally)

No response

@Cloweeee Cloweeee added the bug Something isn't working label Nov 6, 2024
@Cloweeee
Copy link
Author

Cloweeee commented Nov 6, 2024

This might be a Jellyfin issue. jellyfin/jellyfin#12934
However that doesn't explain how sorting by Album and Name doesn't work either.

@jeffvli
Copy link
Owner

jeffvli commented Nov 14, 2024

I think you're right that it's an upstream Jellyfin issue.
No changes have been made to sorting implementation which was working previously.

Supersonic may be performing a client-side sort which is why it's working there, but Feishin is returning the order of the songs directly from the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants