[GH-ISSUE #495] Cannot save songs #203

Closed
opened 2026-02-28 14:47:44 +03:00 by kerem · 2 comments
Owner

Originally created by @Babbie on GitHub (Jun 11, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/495

Whenever I try to press the hotkey for saving the currently highlighted song in the table, nothing happens. I have not altered the key in my config.yml, so s should still be assigned to it. My config.yml, just to be sure:

# Sample config file

# The theme colours can be an rgb string of the form "255, 255, 255" or a string that references the colours from your terminal theme: Reset, Black, Red, Green, Yellow, Blue, Magenta, Cyan, Gray, DarkGray, LightRed, LightGreen, LightYellow, LightBlue, LightMagenta, LightCyan, White.
theme:
  active: Cyan
  banner: LightCyan
  error_border: Red
  error_text: LightRed
  hint: Yellow
  hovered: Magenta
  inactive: Gray
  playbar_background: Black
  playbar_progress: LightCyan
  playbar_text: White
  selected: LightCyan
  text: White

behavior:
  seek_milliseconds: 5000
  volume_increment: 10
  # The lower the number the higher the "frames per second". You can decrease this number so that the audio visualisation is smoother but this can be expensive!
  tick_rate_milliseconds: 250

keybindings:
  # Key stroke can be used if it only uses two keys:
  # ctrl-q works,
  # ctrl-alt-q doesn't.
  back: "esc"

  jump_to_album: "a"

  # Shift modifiers use a capital letter (also applies with other modifier keys
  # like ctrl-A)
  jump_to_artist_album: "A"

  manage_devices: "d"
  decrease_volume: "-"
  increase_volume: "+"
  toggle_playback: " "
  seek_backwards: ","
  seek_forwards: "."
  next_track: ">"
  previous_track: "<"
  copy_song_url: "c"
  copy_album_url: "C"
  help: "?"
  repeat: "r"
  search: "/"
  audio_analysis: "v"
Originally created by @Babbie on GitHub (Jun 11, 2020). Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/495 Whenever I try to press the hotkey for saving the currently highlighted song in the table, nothing happens. I have not altered the key in my config.yml, so ```s``` should still be assigned to it. My config.yml, just to be sure: ``` # Sample config file # The theme colours can be an rgb string of the form "255, 255, 255" or a string that references the colours from your terminal theme: Reset, Black, Red, Green, Yellow, Blue, Magenta, Cyan, Gray, DarkGray, LightRed, LightGreen, LightYellow, LightBlue, LightMagenta, LightCyan, White. theme: active: Cyan banner: LightCyan error_border: Red error_text: LightRed hint: Yellow hovered: Magenta inactive: Gray playbar_background: Black playbar_progress: LightCyan playbar_text: White selected: LightCyan text: White behavior: seek_milliseconds: 5000 volume_increment: 10 # The lower the number the higher the "frames per second". You can decrease this number so that the audio visualisation is smoother but this can be expensive! tick_rate_milliseconds: 250 keybindings: # Key stroke can be used if it only uses two keys: # ctrl-q works, # ctrl-alt-q doesn't. back: "esc" jump_to_album: "a" # Shift modifiers use a capital letter (also applies with other modifier keys # like ctrl-A) jump_to_artist_album: "A" manage_devices: "d" decrease_volume: "-" increase_volume: "+" toggle_playback: " " seek_backwards: "," seek_forwards: "." next_track: ">" previous_track: "<" copy_song_url: "c" copy_album_url: "C" help: "?" repeat: "r" search: "/" audio_analysis: "v" ```
kerem closed this issue 2026-02-28 14:47:44 +03:00
Author
Owner

@Rigellute commented on GitHub (Jun 29, 2020):

Hmm... strange. Thanks for reporting - will look into it.

<!-- gh-comment-id:651268392 --> @Rigellute commented on GitHub (Jun 29, 2020): Hmm... strange. Thanks for reporting - will look into it.
Author
Owner

@jackson15j commented on GitHub (Jul 10, 2020):

With the default keymap I can not save songs from a Playlist. Here are my reproduction steps.

  • $ spt.
  • Library <return> Made For You <return> Discover Weekly <return>.
  • s on highlighted song does not save the song to my Liked Songs.
  • <return> to play a song and then s does save the song to my Liked Songs.
  • a to jump to album of currently playing song and then s on any song in that album will save that respective song to my Liked Songs.

Expected s to work in all 3 scenarios.

  • Were you hitting one of these @Babbie ?
  • @Rigellute Happy to re-raise as a new issue, but felt like this was related.
<!-- gh-comment-id:656747736 --> @jackson15j commented on GitHub (Jul 10, 2020): With the default keymap I can not save songs from a Playlist. Here are my reproduction steps. * `$ spt`. * `Library <return> Made For You <return> Discover Weekly <return>`. * `s` on highlighted song does not save the song to my `Liked Songs`. * `<return>` to play a song and then `s` does save the song to my `Liked Songs`. * `a` to jump to album of currently playing song and then `s` on **any** song in that album will save that respective song to my `Liked Songs`. Expected `s` to work in all 3 scenarios. * Were you hitting one of these @Babbie ? * @Rigellute Happy to re-raise as a new issue, but felt like this was related.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#203
No description provided.