[GH-ISSUE #223] psst only shows first 200 items of a playlist #165

Closed
opened 2026-02-28 14:31:05 +03:00 by kerem · 4 comments
Owner

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

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
kerem 2026-02-28 14:31:05 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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.

<!-- gh-comment-id:982188616 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:982432155 --> @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.
Author
Owner

@jpochyla commented on GitHub (Nov 30, 2021):

I've increased the limit in 74c30b09f5.

<!-- gh-comment-id:982451296 --> @jpochyla commented on GitHub (Nov 30, 2021): I've increased the limit in 74c30b09f53f9a701a2f214d79fdd9b102f9c018.
Author
Owner

@jpochyla commented on GitHub (Dec 2, 2021):

I'll close this, as we have #18 open for this anyway.

<!-- gh-comment-id:984413432 --> @jpochyla commented on GitHub (Dec 2, 2021): I'll close this, as we have #18 open for this anyway.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#165
No description provided.