mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #223] psst only shows first 200 items of a playlist #165
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#165
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 @Adkoda-777 on GitHub (Nov 29, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/223
I have a playlist with 300 items but psst only displays the first 200.
I worked with the Spotify api as well but with python. It might be because of the request limit.
ps.: I really like this app. It is very clean and absolutely does what it should
@jacksongoode commented on GitHub (Nov 30, 2021):
I'm sure there is a limit to the number of songs returned from the API call - but I'm not sure if @jpochyla has implemented a way of loading more songs either through pagination or loading once reaching the bottom of the playlist.
@jpochyla commented on GitHub (Nov 30, 2021):
Hi, yes there's a hard limit for now, unfortunately. With the latests patches to Piet, creating text layouts on macOS is fast again, so unless similar problems are present on Win/Linux, we can increase the limit to i.e. 500, for Liked Songs and playlists. Better solution would be indeed either paging or virtual scrolling container (hard to do but possible) + automatic playback when the end of the playlist is reached.
@jpochyla commented on GitHub (Nov 30, 2021):
I've increased the limit in
74c30b09f5.@jpochyla commented on GitHub (Dec 2, 2021):
I'll close this, as we have #18 open for this anyway.