mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #1576] Sort songs in playlist by the time they were added #881
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#881
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 @jacobvdl on GitHub (Nov 7, 2022).
Original GitHub issue: https://github.com/koel/koel/issues/1576
Description
Sorting playlists in order of the time they were added (like spotify).
Example
Spotify has this with playlists.
@phanan commented on GitHub (Nov 7, 2022):
Apart from "Spotify has it," what would be a reason for this "feature"?
@jacobvdl commented on GitHub (Nov 7, 2022):
It's a lot easier to organise songs this way rather than it being on
shuffle.
On Tue, 8 Nov 2022 at 01:08, Phan An @.***> wrote:
@phanan commented on GitHub (Nov 7, 2022):
I think the better way (which Spotify supports btw) is to be able to re-order the songs in playlists. This, however, isn't too high on my list.
@jacobvdl commented on GitHub (Nov 7, 2022):
Yeah that'd also be a good way to sort it.
On Tue, 8 Nov 2022 at 08:58, Phan An @.***> wrote:
@bilogic commented on GitHub (Jul 2, 2023):
Is there a way to rearrange the order of songs in a playlist?
@Mark-Shternberg commented on GitHub (Aug 15, 2023):
This is really a very important thing that greatly affects on the UI convenience
@TylerCode commented on GitHub (Dec 11, 2023):
For now I've been using "Shuffle" on the Favorites, but I would like this feature since usually the songs I've just added to the favorites are the current "fire" I'm listening to so I want to listen to them either shuffled or in the order they were added.
@eylvisaker commented on GitHub (Jan 17, 2024):
DJ'ing. From time to time, I DJ dance events. In this scenario, being able to replay a playlist in the order that I curated it is critical. I've been doing it in iTunes, and I want to get rid of it for obvious reasons. So I wrote some code to parse my iTunes library and upload it to my Koel instance, but since Koel doesn't preserve the ordering of songs, it's not fit for this purpose.
@phanan commented on GitHub (Jan 17, 2024):
Good point. I will include it in a future version.
On Wed, Jan 17, 2024 at 22:51 Erik Ylvisaker @.***>
wrote:
@emmadesilva commented on GitHub (Feb 5, 2024):
So surprised to find that there is no way to order songs! The way Spotify has it is perfect, default to sort by date added, but allow reorder (so implementation-wise, the song order would default to an int based on the count songs in the playlist).
@phanan commented on GitHub (Feb 5, 2024):
This feature will land in the next version :)
On Mon, Feb 5, 2024 at 16:38 Caen De Silva @.***> wrote:
@emmadesilva commented on GitHub (Feb 5, 2024):
Awesome! I made an embarrassingly crude patch for myself until then, if anyone dares to use it
Still needs to have the priority set when adding to playlist, and also support reorder