[GH-ISSUE #11] Unable to scroll past first page of songs in playlist #12

Closed
opened 2026-02-28 14:46:20 +03:00 by kerem · 5 comments
Owner

Originally created by @VerbTheNoun95 on GitHub (Oct 7, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/11

After selecting a playlist, I can only view the first 30 or so songs and can't scroll beyond that. Scrolling using vim keys or arrow keys brings me back to the top of the list, and ctl+d/u doesn't do anything (although I'm not too sure ctl+d/u should do). Hopefully I'm not missing something easy in the help section.

Originally created by @VerbTheNoun95 on GitHub (Oct 7, 2019). Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/11 After selecting a playlist, I can only view the first 30 or so songs and can't scroll beyond that. Scrolling using vim keys or arrow keys brings me back to the top of the list, and ctl+d/u doesn't do anything (although I'm not too sure ctl+d/u should do). Hopefully I'm not missing something easy in the help section.
kerem closed this issue 2026-02-28 14:46:20 +03:00
Author
Owner

@Rigellute commented on GitHub (Oct 7, 2019):

You're right that ctrl+d/u should scroll through pages, but this has only been implemented in the "Liked Songs" view.

Will implement scrolling in other views!

<!-- gh-comment-id:539192887 --> @Rigellute commented on GitHub (Oct 7, 2019): You're right that `ctrl+d/u` should scroll through pages, but this has only been implemented in the "Liked Songs" view. Will implement scrolling in other views!
Author
Owner

@daphen commented on GitHub (Oct 9, 2019):

Or maybe you should be able to just scroll further down the list like in the "playlists-view"? Instead of jumping up when you get to the bottom I mean?

<!-- gh-comment-id:540000081 --> @daphen commented on GitHub (Oct 9, 2019): Or maybe you should be able to just scroll further down the list like in the "playlists-view"? Instead of jumping up when you get to the bottom I mean?
Author
Owner

@jessebett commented on GitHub (Oct 25, 2019):

I agree with @daphen the behaviour inside the Songs view should be the same as the behaviour inside the Playlists view, not like the current Liked Songs. Liked Songs should also behave like this.

That is, once the Songs view has been selected,hitting j to the bottom should not cycle to the top, but should continue going down the view, like Playlists.

ctrl+d/u will still be useful for scrolling up and down whole pages.

<!-- gh-comment-id:546451166 --> @jessebett commented on GitHub (Oct 25, 2019): I agree with @daphen the behaviour inside the `Songs` view should be the same as the behaviour inside the `Playlists` view, not like the current `Liked Songs`. `Liked Songs` should also behave like this. That is, once the `Songs` view has been selected,hitting `j` to the bottom should not cycle to the top, but should continue going down the view, like `Playlists`. `ctrl+d/u` will still be useful for scrolling up and down whole pages.
Author
Owner

@nikolaevigor commented on GitHub (Oct 4, 2020):

Hi, what if I have ctrl-d bound to i3wm dmenu, can i remap it somehow? If yes, what key should I use in keybindings: part of client.yml?

<!-- gh-comment-id:703304705 --> @nikolaevigor commented on GitHub (Oct 4, 2020): Hi, what if I have `ctrl-d` bound to i3wm dmenu, can i remap it somehow? If yes, what key should I use in `keybindings:` part of `client.yml`?
Author
Owner

@Rigellute commented on GitHub (Oct 5, 2020):

@nikolaevigor in the next release you'll be able to configure ctrl-d/u through the keybindings config https://github.com/Rigellute/spotify-tui/pull/566

<!-- gh-comment-id:703496385 --> @Rigellute commented on GitHub (Oct 5, 2020): @nikolaevigor in the next release you'll be able to configure `ctrl-d/u` through the keybindings config https://github.com/Rigellute/spotify-tui/pull/566
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#12
No description provided.