mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #871] play random song from liked list from CLI #367
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#367
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 @Lakpoh on GitHub (Aug 26, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/871
Hello,
i would love to play a random song from my liked song with a command on CLI.
maybe the function is already here but i can't find it in the documentation and in the "--help"output from cli "spt play"
as i understood, "liked songs" is not a "playlist" and have his own status
one solution is to create manually a playlist with all played songs but it's lame and you have to update it every time and so
another is to get the liked songs URI, but can't found it.
@RandomTrickster commented on GitHub (Aug 10, 2022):
You could probably parse the output of
spt list --likedto get the urls of your liked songs and pipe a random one tospt play --url, but this is way too complicated so I would love this feature to get impemented as well.@cheyngoodman commented on GitHub (Apr 11, 2023):
From the TUI we can navigate and select Library > Liked Songs but this feature is missing from the CLI options.
Something like
spt play --likedwould be very handy.@sewnie commented on GitHub (Apr 11, 2023):
Suggest this to https://github.com/aome510/spotify-player/pull/159