[GH-ISSUE #1075] All songs from Playlists dont show up in spt #492

Open
opened 2026-02-28 14:49:28 +03:00 by kerem · 11 comments
Owner

Originally created by @mrfsrf on GitHub (Feb 25, 2023).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1075

Reproduce issue:

  1. go to spotify.com, select playlist. Add song to that playlist.
  2. open spotify-tui. Selecet mentioned playlist. That song doesn't appear under playlist.

Including some screenshots.

spotify.com Blues playlist

  • Note: Reduced the size of window just to make a point.
    Screenshot 2023-02-25 at 14 41 30

Spotify-tui same playlist — Blues

Screenshot 2023-02-25 at 14 45 42

—-
spt —version
spotify-tui 0.25.0

spt list -p
blues (spotify:playlist:2JT7YjwG0UppRSl4t3X2Ht)

Originally created by @mrfsrf on GitHub (Feb 25, 2023). Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1075 Reproduce issue: 1. go to spotify.com, select playlist. Add song to that playlist. 1. open spotify-tui. Selecet mentioned playlist. That song doesn't appear under playlist. Including some screenshots. ### spotify.com Blues playlist - Note: Reduced the size of window just to make a point. <img width="912" alt="Screenshot 2023-02-25 at 14 41 30" src="https://user-images.githubusercontent.com/13692133/221360464-dec43c25-ea32-4993-b8ef-0a12a11bc054.png"> ### Spotify-tui same playlist — Blues <img width="913" alt="Screenshot 2023-02-25 at 14 45 42" src="https://user-images.githubusercontent.com/13692133/221360505-bb25e9d6-b76f-469c-a7f7-79a261e2b8f8.png"> —- `spt —version` spotify-tui 0.25.0 `spt list -p` blues (spotify:playlist:2JT7YjwG0UppRSl4t3X2Ht)
Author
Owner

@sewnie commented on GitHub (Feb 25, 2023):

Scroll down.... Its a keybind, find it.

<!-- gh-comment-id:1445124835 --> @sewnie commented on GitHub (Feb 25, 2023): Scroll down.... Its a keybind, find it.
Author
Owner

@mrfsrf commented on GitHub (Feb 25, 2023):

│Scroll down to next result page <Ctrl+d> Pagination │
│Scroll up to previous result page <Ctrl+u> Pagination

im on osx. that doesnt work. Will try to edit config file to remap keybinding for that features

<!-- gh-comment-id:1445125176 --> @mrfsrf commented on GitHub (Feb 25, 2023): │Scroll down to next result page <Ctrl+d> Pagination │ │Scroll up to previous result page <Ctrl+u> Pagination im on osx. that doesnt work. Will try to edit config file to remap keybinding for that features
Author
Owner

@mrfsrf commented on GitHub (Feb 25, 2023):

could it be that keymap bingdgs for iterm wihch im using is reserved
Screenshot 2023-02-25 at 14 59 46

<!-- gh-comment-id:1445126661 --> @mrfsrf commented on GitHub (Feb 25, 2023): could it be that keymap bingdgs for iterm wihch im using is reserved <img width="760" alt="Screenshot 2023-02-25 at 14 59 46" src="https://user-images.githubusercontent.com/13692133/221361076-3008a6bd-7b70-4219-a0c3-dd52f572aa8b.png">
Author
Owner

@sewnie commented on GitHub (Feb 25, 2023):

/shrug

<!-- gh-comment-id:1445126801 --> @sewnie commented on GitHub (Feb 25, 2023): /shrug
Author
Owner

@mrfsrf commented on GitHub (Feb 25, 2023):

doesn't work:

~./.zshrc
alias spt="spt -c ~/.config/spotify-tui/config.yml"
~/.config/spotify-tui/config.yml
 jump_to_start: "ctrl-1"
 jump_to_end: "ctrl-2"
<!-- gh-comment-id:1445128168 --> @mrfsrf commented on GitHub (Feb 25, 2023): doesn't work: ``` ~./.zshrc alias spt="spt -c ~/.config/spotify-tui/config.yml" ``` ``` ~/.config/spotify-tui/config.yml jump_to_start: "ctrl-1" jump_to_end: "ctrl-2" ```
Author
Owner

@mrfsrf commented on GitHub (Feb 25, 2023):

guees what. all of sudden it worked. huh

<!-- gh-comment-id:1445130396 --> @mrfsrf commented on GitHub (Feb 25, 2023): guees what. all of sudden it worked. huh
Author
Owner

@TTTTTN commented on GitHub (Mar 22, 2023):

Was looking through how to use this, the ctrl-up and ctrl-down displayed in ? didn't work.

Adding next_page: "{key choice}" and previous_page: "{key choice}" to the config.yml under keybindings worked like a charm! The whole playlist will become accessible like pages.

create the config.yml file yourself after installation and copy the example from readme if you're a beginner like me to start.

<!-- gh-comment-id:1479780331 --> @TTTTTN commented on GitHub (Mar 22, 2023): Was looking through how to use this, the ctrl-up and ctrl-down displayed in `?` didn't work. Adding `next_page: "{key choice}"` and `previous_page: "{key choice}"` to the config.yml under keybindings worked like a charm! The whole playlist will become accessible like pages. create the config.yml file yourself after installation and copy the example from readme if you're a beginner like me to start.
Author
Owner

@sewnie commented on GitHub (Mar 22, 2023):

https://github.com/aome510/spotify-player

<!-- gh-comment-id:1479804775 --> @sewnie commented on GitHub (Mar 22, 2023): https://github.com/aome510/spotify-player
Author
Owner

@sewnie commented on GitHub (Mar 22, 2023):

https://github.com/aome510/spotify-player

<!-- gh-comment-id:1479804993 --> @sewnie commented on GitHub (Mar 22, 2023): https://github.com/aome510/spotify-player
Author
Owner

@codevski commented on GitHub (Sep 22, 2023):

Not sure worth creating new issue, but when the window is a certain size (using tiling) it wont show couple of songs, using next page doesnt always work. For example works fine for Liked Songs, but in a album view (maybe because its only a couple or not a full page is available) it wont do anything the songs are hidden if I resize the window full height it shows the missing tracks...

<!-- gh-comment-id:1731605979 --> @codevski commented on GitHub (Sep 22, 2023): Not sure worth creating new issue, but when the window is a certain size (using tiling) it wont show couple of songs, using next page doesnt always work. For example works fine for Liked Songs, but in a album view (maybe because its only a couple or not a full page is available) it wont do anything the songs are hidden if I resize the window full height it shows the missing tracks...
Author
Owner

@sewnie commented on GitHub (Sep 22, 2023):

https://github.com/aome510/spotify-player

<!-- gh-comment-id:1731763573 --> @sewnie commented on GitHub (Sep 22, 2023): https://github.com/aome510/spotify-player
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#492
No description provided.