mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #770] [Feature Request] scroll through a playlist #312
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#312
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 @Thraingios on GitHub (Mar 23, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/770
I'd like to be able to scroll through the entire playlist,I have a playlist with 400+ songs in it and it only prints out the first 20 or so and cant be scrolled through as the other menus can be.
@amgassert commented on GitHub (Mar 23, 2021):
Have you tried <Ctrl>+D?
@Thraingios commented on GitHub (Mar 23, 2021):
I hadn't, as I was unaware but it would be nice to arrow through a playlist like it was a menu because the ctrl + d / ctrl + u feels clunky and unintuitive. It's also different from the way that the navigation and selection works in the entire rest of the program
@4nt11 commented on GitHub (Apr 9, 2021):
I've tried to use Ctrl+D, but it doesn't works, In on Arch Linux with Spotify-tui 0.18.0, normal kernel and using Spotifyd. Maybe that's the problem? If any more info needed, please feel able to ask for it :)
@jradek commented on GitHub (May 12, 2021):
Related to #608 , aka pagination?
@omentic commented on GitHub (Dec 1, 2021):
I've also always found
ctrl+dandctrl+uunintuitive, an option to have reaching the end of a page load the next one would be fantastic.@kevin-wangg commented on GitHub (Feb 3, 2022):
Hello! I'd like to take on this issue.