mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #229] Liked songs displayed as playlist #1051
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#1051
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 @Silimoon on GitHub (Aug 2, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/229
Is your feature request related to a problem? Please describe.
I have tons of tracks just lying around in my liked songs collection and would like to play directly from there.
Describe the solution you'd like
Is there any way to include them as a playlist?
Describe alternatives you've considered
I could also add them into an external playlist, but with 450+ tracks that is pretty tedious.
@Silimoon commented on GitHub (Aug 2, 2023):
After digging through the commands, I found the one for displaying all liked songs. Still I find it more convenient to have them show up as a playlist
@aome510 commented on GitHub (Aug 2, 2023):
You can start a playback from liked song page like a playlist page.
Due to its API restriction, it's impossible to treat liked songs as a Spotify playlist.
Will close this issue for now as using liked song page should be enough.