Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase limit beyond 50 #880

Open
human-blip opened this issue Sep 4, 2021 · 9 comments
Open

increase limit beyond 50 #880

human-blip opened this issue Sep 4, 2021 · 9 comments

Comments

@human-blip
Copy link

Is there a reason why tracklists are limited to 50? Many playlists and some albums/collections have many more than 50 entries.

@Steccah
Copy link

Steccah commented Sep 9, 2021

You can go up and down in pages with ctrl+u and ctrl+d

@asheidan
Copy link

asheidan commented 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
Copy link

Dwight-D commented 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
Copy link
Owner

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
Copy link

sayan01 commented 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?

@apprehensions
Copy link

You could have a look at https://github.com/aome510/spotify-player and maybe ask there

@sayan01
Copy link

sayan01 commented 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.

@apprehensions
Copy link

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
Copy link

sayan01 commented 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants