mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #529] Playlist sorting #218
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#218
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 @csonyi on GitHub (Jul 15, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/529
I might have missed it in the help menu, even though i looked through it like 3 times...
It would be awesome if we could have the ability to sort the current list by artist/title/album/etc...
@Rigellute commented on GitHub (Jul 22, 2020):
This would be a great feature however I can't see a way to do this via the Spotify API.
I'd like to avoid a homegrown fix such as fetching all items in a playlist, then sorting client side.
@ghost commented on GitHub (Jul 22, 2020):
I don't believe there is a way to do this via API, it has to be done client side.
I personally do find this a great feature though! If someone can make a clean pull request for this, it'd be amazing!
@sputnick1124 commented on GitHub (Sep 29, 2020):
I think this is a duplicate of #76, no?
@Rigellute commented on GitHub (Sep 30, 2020):
Closing in favour of #76 (thanks for pointing out @sputnick1124)