mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 16:45:59 +03:00
[GH-ISSUE #547] Only ~33/67 songs from my playlist are listed. #227
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#227
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 @K4rakara on GitHub (Jul 30, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/547
For whatever reason, no more than ~33 songs are listed in the playlist view for me. Whats even weirder is that it plays the whole playlist just fine, but only shows ~33 songs. If there's any debug information I can give, let me know.
Running the snap package on Manjaro Linux, because atm the AUR version fails to compile because the version
rust-opensslthat this depends on doesn't support OpenSSL 1.1.1@hk3wxy commented on GitHub (Aug 2, 2020):
I have the same problem.
@ozars commented on GitHub (Aug 3, 2020):
Same issue here. Running v0.21.0 on Debian 11. It may have something to do with pagination of songs list since the number of available songs gets lesser when I run it in a terminal with smaller height. Thanks.
@ozars commented on GitHub (Aug 3, 2020):
Nevermind. My issue looks same with #441.
@Rigellute commented on GitHub (Aug 19, 2020):
@ozars are you able to scroll through playlists? Can I close this?
@K4rakara commented on GitHub (Aug 19, 2020):
I'm able to scroll through my playlist via CTRL+D and CTRL+U, but as it is right now, it displays 1 more result than can fit in the terminal, and that makes it appear as if it should just keep loading more results as you scroll. See this screencap.
@ozars commented on GitHub (Aug 20, 2020):
@Rigellute I can scroll through with ctrl+d and ctrl+u as well. The issue I reported above happens in liked songs, but there isn't much that can be done about it FWIU from the linked issue.
@mredaelli commented on GitHub (Sep 10, 2020):
Would it be possible to remap the scrolling too in the config file? I keep trying to use CTRL-f.
@timsterzel commented on GitHub (Dec 16, 2020):
I have the same problem and Ctrl+d and Ctrl+u are not working for me. It only works in the Help menu, but not inside playlist list and track list.