mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #340] Is it possible to sort Albums or Artists alphabetically #144
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#144
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 @Godridge on GitHub (Mar 16, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/340
@BKitor commented on GitHub (Mar 16, 2020):
Related: #76
@Rigellute commented on GitHub (Mar 17, 2020):
Not currently possible in
spotify-tui, it doesn't look like the Spotify API lets us sort from their end. We could sort the results after we receive them, but not sure how useful this is?Will close this as it's a duplicate of #76
@Godridge commented on GitHub (Mar 17, 2020):
How useful is the artists tab at all when it's sorted by when they were added? I'll help you out; its absolutely useless. By your logic, remove the artists tab altogether because it's non-functional. Much more useful than leaving the results a jumbled mess. If it isn't possible to cache a user's saved albums and sort the results in a sane manner, it would make much more sense not to have the album tab at all as a feature
@Rigellute commented on GitHub (Mar 17, 2020):
Caching saved albums could be a good solution. At the moment we just display the list of albums as returned by the spotify api.
Sorry to hear you find the artists view absolutely useless 😞