mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #2032] [Bug]: Default playlist sorting option #1072
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1072
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 @gelokatil on GitHub (Jul 23, 2025).
Original GitHub issue: https://github.com/koel/koel/issues/2032
Originally assigned to: @phanan on GitHub.
Description
By default, playlists are sorted by title. Once you log in, you can change the default order, but once you refresh the session, the order you defined is reset and the playlist is sorted by title again.
Would it be possible to define a default sorting method for each playlist and save it?
Perhaps by adding a second checkbox to the sorting options dropdown that can indicate the default method?
In some cases, I find it very useful to not sort by title by default. For example, I have a playlist of the latest songs added in the last 30 days, and in this case, it would be very useful to sort by date added.
Thanks in advance!
Additional information
No response
@phanan commented on GitHub (Jul 23, 2025):
The sorting option should be persisted (not per playlist though, as all
playlists share one sorting config). The behavior you reported is simply a
bug :)
Am Mi., 23. Juli 2025 um 10:11 Uhr schrieb Gelo @.***>:
@gelokatil commented on GitHub (Jul 23, 2025):
ops! I totally thought that was on purpose.