mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #778] Not playing in order when playlist is sorted to reverseTrackOrder // sortTrackByAddedDate not working #464
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#464
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @m8-t on GitHub (Jul 19, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/778
Describe the bug
I try to listen to my playlists with the most recently songs added on top (e.g. Track no 1). spotify-player always opens the playlist with the oldest song added on 1. I tried to sort with
s-Dbut this has no effect. What it does is when I uses-rforReverseTrackOrderis sort the playlist like I want to (most recent on top). When I try to sort again withs-Dit does sort the playlist back to the oldest songs added, but not the other way around.Additionally: When I got the playlist in
reverseTrackOrdertrying to play the next song withnit just plays the previous one or sometimes even totally random songs with shuffle disabled.additonally
s-l-rdoes nothing.To Reproduce
see above
Expected behaviour
Sort should work properly and playing the next song should play the next one, not previous.
Log and backtrace
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
@aome510 commented on GitHub (Jul 27, 2025):
spotify_playerdoesn't control the playback queueing, so the sorting is just an UI thing and does not affect the queue order.I don't understand what you were trying to do here.
s-l-ris a sort command specifically for Library page not the track table.