mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #913] Can't like songs #393
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#393
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 @samuelstevens on GitHub (Nov 12, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/913
I can't like songs with the
skey, in either the playbar or in search screens.Is there a location I can look for logs? Or a CLI option like --verbose? Right now I can't provide much more information than "it doesn't work".
@aromeronavia commented on GitHub (Nov 29, 2021):
What OS are you using? I'm working with Mac and it seems to be working on my side.
@samuelstevens commented on GitHub (Nov 29, 2021):
macOS Catalina, 10.15.7.
@LukeMarlin commented on GitHub (Dec 8, 2021):
It seems that the
skey works only inside a block, when doing a search you get multiple blocks but aren't inside one. What I do when I want to like a song from the search or from bar is to start it then go to the album witha, like withsand the get back to where I was withq.Not very practical but it seems that what you noted as "not working" is by design. Might be wrong, I'm a fairly recent user :)
@torhovland commented on GitHub (Dec 18, 2021):
For me, it's working when I go to the "Playing" panel and press
sthere.@JocelynTuohy commented on GitHub (Sep 2, 2022):
I found this issue when I couldn't figure it out, either, so commenting to confirm this works (using macOS Monterey, 12.5.1)--with a clarification for those as sleepy/dunderheaded as I am: go to the Playing panel, but don't forget to hit
Returnin order forsto actually do something 🙃.