mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #11] Unable to scroll past first page of songs in playlist #12
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#12
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 @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.
@Rigellute commented on GitHub (Oct 7, 2019):
You're right that
ctrl+d/ushould scroll through pages, but this has only been implemented in the "Liked Songs" view.Will implement scrolling in other views!
@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?
@jessebett commented on GitHub (Oct 25, 2019):
I agree with @daphen the behaviour inside the
Songsview should be the same as the behaviour inside thePlaylistsview, not like the currentLiked Songs.Liked Songsshould also behave like this.That is, once the
Songsview has been selected,hittingjto the bottom should not cycle to the top, but should continue going down the view, likePlaylists.ctrl+d/uwill still be useful for scrolling up and down whole pages.@nikolaevigor commented on GitHub (Oct 4, 2020):
Hi, what if I have
ctrl-dbound to i3wm dmenu, can i remap it somehow? If yes, what key should I use inkeybindings:part ofclient.yml?@Rigellute commented on GitHub (Oct 5, 2020):
@nikolaevigor in the next release you'll be able to configure
ctrl-d/uthrough the keybindings config https://github.com/Rigellute/spotify-tui/pull/566