mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #880] increase limit beyond 50 #370
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#370
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 @human-blip on GitHub (Sep 4, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/880
Is there a reason why tracklists are limited to 50? Many playlists and some albums/collections have many more than 50 entries.
@Steccah commented on GitHub (Sep 9, 2021):
You can go up and down in pages with ctrl+u and ctrl+d
@asheidan commented on GitHub (Sep 14, 2021):
This doesn't seem to work for all playlists. In my (limited) testing (v. 0.25.0), it works on playlists that fits on 2 "pages". If the playlist is longer than that the pagination doesn't seem to work (nothing visible happens when Ctrl-d is pressed).
Doesn't work on this playlist for example:
https://open.spotify.com/playlist/37i9dQZF1DX5wgKYQVRARv
EDIT: Added the version I tested with.
@Dwight-D commented on GitHub (Oct 13, 2021):
I'm having this issue as well, I haven't confirmed the exact count, pretty sure it's more than 50 but it's a lot less than the full amount of tracks in the playlist.
@Rigellute commented on GitHub (Oct 21, 2021):
50 is the max dictated by the spotify API. Pagination with ctrl+u and ctrl+d is not consistently implemented across all areas of the app (sorry about that!).
I am doing some experimentation of a new architecture that would hopefully make this easier to implement and therefore be consistently applied to all pageable results.
@sayan01 commented on GitHub (Nov 21, 2023):
but why does pressing down on the last item in current page wrap to top item in current page? wont it make more sense to internally trigger ctrl+d when down is pressed on last item in page? Maybe can be opted-in using a config setting?
@sewnie commented on GitHub (Nov 21, 2023):
You could have a look at https://github.com/aome510/spotify-player and maybe ask there
@sayan01 commented on GitHub (Nov 21, 2023):
@apprehensions I have tried out spotify-player. It is not good. It tries to do too many things. If i want a streamer I will use ncspot. I use spt to control spotify and use spotifyd to play it. spotify-player's device control doesn't work properly. Also stop spamming that repo on every issue/PR/question on this repo.
@sewnie commented on GitHub (Nov 21, 2023):
Not my fault this project has been abandoned for too long with no given alternatives, but yeah, that 'too many features' is understandable; it is necessary to support the full spotify proprietary client replacement, which is a good thing if you couldn't tell.
@sayan01 commented on GitHub (Nov 21, 2023):
Being abandoned doesn't mean you should spam other repositories here. There are other ways to spread the word. Each projects have their merit.