[GH-ISSUE #603] Artists pagination is not implemented #246

Closed
opened 2026-02-28 14:48:00 +03:00 by kerem · 1 comment
Owner

Originally created by @Utagai on GitHub (Oct 4, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/603

First off, great work on this. I was having some memory usage issues on my old laptop and this project shaved off an entire gigabyte of memory usage that the official Spotify desktop client was hogging!

Steps to reproduce

  • Go to the Artists page from the Library section.
  • Try to use <ctrl+d>/<ctrl+u> to paginate the Artists page.
  • Note that nothing happens.

Looking at the code this seems to be because we have no handlers for the next and previous page actions. I'll have a PR up for this soon, but I thought that I should probably file the issue first.

Originally created by @Utagai on GitHub (Oct 4, 2020). Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/603 First off, great work on this. I was having some memory usage issues on my old laptop and this project shaved off an entire gigabyte of memory usage that the official Spotify desktop client was hogging! # Steps to reproduce * Go to the `Artists` page from the `Library` section. * Try to use `<ctrl+d>`/`<ctrl+u>` to paginate the `Artists` page. * Note that nothing happens. Looking at the code this seems to be because we have no handlers for the next and previous page actions. I'll have a PR up for this soon, but I thought that I should probably file the issue first.
kerem closed this issue 2026-02-28 14:48:00 +03:00
Author
Owner

@Rigellute commented on GitHub (Oct 11, 2020):

Great to hear that you managed to save some memory usage by using spotify-tui!

And pagination is one major problem at the moment. We don't yet have a nice abstraction for every view. @sputnick1124 has an interesting proposal for this https://github.com/Rigellute/spotify-tui/issues/527#issuecomment-700385162

<!-- gh-comment-id:706657647 --> @Rigellute commented on GitHub (Oct 11, 2020): Great to hear that you managed to save some memory usage by using spotify-tui! And pagination is one major problem at the moment. We don't yet have a nice abstraction for every view. @sputnick1124 has an interesting proposal for this https://github.com/Rigellute/spotify-tui/issues/527#issuecomment-700385162
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/spotify-tui#246
No description provided.