mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #1057] Play-followed-by-recommendations from the CLI #478
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#478
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 @twotwotwo on GitHub (Dec 23, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1057
With the first-party clients, I will often play a search result and let Spotify's recommendations play after.
spotify-tuiseems to have the pieces for that, just not the flow. It'd be nice for CLI usage because you enter one command with a 'seed' song and you're done.I might get adventurous and see if I can hack it in under cli/, though both Rust and of course this app are pretty new to me. If there's a way to do it with existing commands/settings that I'm missing, I'll happily take that as an answer!
@robrecord commented on GitHub (Jan 13, 2023):
I realise you probably know this, but just in case: from the help, there is this keybinding that you could use:
Play recommendations for song/artist. Key: r
I am not sure if this is supposed to start immediately or after songs have finished. I tdoesn't seem to do anything for me.