[GH-ISSUE #116] Playlist section not complete #66

Open
opened 2026-02-28 14:46:44 +03:00 by kerem · 21 comments
Owner

Originally created by @chimbosonic on GitHub (Oct 27, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/116

So the playlist section is missing playlists. From the looks of it the playlist api only returns 20 playlists by default. Adding limit=50 to the query will increase it to 50 however in my case I have 70 playlists. In which case paging will need to be implemented. Overwise great job I really enjoy it.

Originally created by @chimbosonic on GitHub (Oct 27, 2019). Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/116 So the playlist section is missing playlists. From the looks of it the playlist api only returns 20 playlists by default. Adding limit=50 to the query will increase it to 50 however in my case I have 70 playlists. In which case paging will need to be implemented. Overwise great job I really enjoy it.
Author
Owner

@Rigellute commented on GitHub (Oct 28, 2019):

Yeah we need to implement pagination for the playlist view 👍 .

And 70 playlists?! Wow 😄

<!-- gh-comment-id:546900280 --> @Rigellute commented on GitHub (Oct 28, 2019): Yeah we need to implement pagination for the playlist view 👍 . And 70 playlists?! Wow 😄
Author
Owner

@Rigellute commented on GitHub (Dec 2, 2019):

I believe this was fixed in https://github.com/Rigellute/spotify-tui/pull/150

<!-- gh-comment-id:560304380 --> @Rigellute commented on GitHub (Dec 2, 2019): I believe this was fixed in https://github.com/Rigellute/spotify-tui/pull/150
Author
Owner

@LennyPenny commented on GitHub (Dec 3, 2019):

I experience the same issue, I have a lot more playlists than are being displayed in spotify-tui
Here's a video showing the difference: https://youtu.be/jAYL3hg7rPc
The first 29 playlists are exactly the same in spotify and spotify-tui, then it just stops

This might need to be reoponened

I suspected this had to do with playlist folders, but even some playlists that aren't in one are missing

<!-- gh-comment-id:561098562 --> @LennyPenny commented on GitHub (Dec 3, 2019): I experience the same issue, I have a lot more playlists than are being displayed in spotify-tui Here's a video showing the difference: https://youtu.be/jAYL3hg7rPc The first 29 playlists are exactly the same in spotify and spotify-tui, then it just stops This might need to be reoponened I suspected this had to do with playlist folders, but even some playlists that aren't in one are missing
Author
Owner

@Rigellute commented on GitHub (Dec 3, 2019):

Thanks for the video @LennyPenny.

Does pressing ctrl-d scroll to the next result page?

<!-- gh-comment-id:561130426 --> @Rigellute commented on GitHub (Dec 3, 2019): Thanks for the video @LennyPenny. Does pressing `ctrl-d` scroll to the next result page?
Author
Owner

@LennyPenny commented on GitHub (Dec 3, 2019):

Nop

<!-- gh-comment-id:561133009 --> @LennyPenny commented on GitHub (Dec 3, 2019): Nop
Author
Owner

@AlexSWall commented on GitHub (Dec 24, 2019):

I also have this problem, in v0.11.0.

I also have playlist folders. If I list my playlists from top to bottom (ignoring directory structure, i.e. if I fully expand all directories and ignore the directories themselves), the top 27 playlists are getting shown. I need to scroll down to see the latter of these, and ctrl-d is not working for me. Some of these are in playlists two folders deep.

<!-- gh-comment-id:568618695 --> @AlexSWall commented on GitHub (Dec 24, 2019): I also have this problem, in v0.11.0. I also have playlist folders. If I list my playlists from top to bottom (ignoring directory structure, i.e. if I fully expand all directories and ignore the directories themselves), the top 27 playlists are getting shown. I need to scroll down to see the latter of these, and ctrl-d is not working for me. Some of these are in playlists two folders deep.
Author
Owner

@ScriptingDad commented on GitHub (May 28, 2020):

I'm also having this same problem and my main playlist of buried near the start of the list.

<!-- gh-comment-id:635567036 --> @ScriptingDad commented on GitHub (May 28, 2020): I'm also having this same problem and my main playlist of buried near the start of the list.
Author
Owner

@Kuunikal commented on GitHub (Jul 4, 2020):

Same problem here trying to scroll on an album.

<!-- gh-comment-id:653813192 --> @Kuunikal commented on GitHub (Jul 4, 2020): Same problem here trying to scroll on an album.
Author
Owner

@acauquil commented on GitHub (Feb 18, 2021):

Would love to see such a feature. Honestly it's the only issue that keeps me from using spotify-tui for a daily use 😢

<!-- gh-comment-id:781282492 --> @acauquil commented on GitHub (Feb 18, 2021): Would love to see such a feature. Honestly it's the only issue that keeps me from using spotify-tui for a daily use :cry:
Author
Owner

@joaoeudes7 commented on GitHub (Feb 18, 2021):

The problem is on requests of paginations on API? @Rigellute

<!-- gh-comment-id:781538788 --> @joaoeudes7 commented on GitHub (Feb 18, 2021): The problem is on requests of paginations on API? @Rigellute
Author
Owner

@6180 commented on GitHub (Feb 19, 2021):

Popping in to say it's still seemingly impossible to view all of my playlists in spotify-tui. This is such an easy fix it boggles the mind why you refuse to implement this core functionality. Even if you wanted to go with the half-assed manual pagination used in the playlist->songs view.

<!-- gh-comment-id:781740695 --> @6180 commented on GitHub (Feb 19, 2021): Popping in to say it's still seemingly impossible to view all of my playlists in spotify-tui. This is such an easy fix it boggles the mind why you refuse to implement this core functionality. Even if you wanted to go with the half-assed manual pagination used in the playlist->songs view.
Author
Owner

@felixei commented on GitHub (Nov 18, 2021):

I see this awesome tool is luckily still being maintained, however still missing a fix for the playlist issue. Yes, I can still find playlists when searching for them, but this really shouldnt be the way to go (can't remember my 100+playlist all by name anyway).

PLEASE please fix this. Awesome program otherwise. Thanks! <3

<!-- gh-comment-id:973476682 --> @felixei commented on GitHub (Nov 18, 2021): I see this awesome tool is luckily still being maintained, however still missing a fix for the playlist issue. Yes, I can still find playlists when searching for them, but this really shouldnt be the way to go (can't remember my 100+playlist all by name anyway). PLEASE please fix this. Awesome program otherwise. Thanks! <3
Author
Owner

@jlombera commented on GitHub (Jan 18, 2022):

It seems the the song list (e.g. when selecting a playlist) have the same problem, not all the songs are shown (only 27 in my case).

<!-- gh-comment-id:1015927447 --> @jlombera commented on GitHub (Jan 18, 2022): It seems the the song list (e.g. when selecting a playlist) have the same problem, not all the songs are shown (only 27 in my case).
Author
Owner

@6180 commented on GitHub (Jul 16, 2022):

I believe this was fixed in #150

Popping back after 17 months to say this is still not fixed and I can only view 50/120 playlists. This has been the only thing blocking me from using spotify-tui for the last 2 years. It has been known for almost as long and it seems like no effort is being taken to fix this major bug in core functionality that prevents many people from using the software. The only way to get to 58% of my playlists is by searching for them.

<!-- gh-comment-id:1186186696 --> @6180 commented on GitHub (Jul 16, 2022): > I believe this was fixed in #150 Popping back after 17 months to say this is still not fixed and I can only view 50/120 playlists. This has been the only thing blocking me from using spotify-tui for the last 2 years. It has been known for almost as long and it seems like no effort is being taken to fix this major bug in core functionality that prevents many people from using the software. The only way to get to 58% of my playlists is by searching for them.
Author
Owner

@Gibbo3771 commented on GitHub (Nov 7, 2023):

Hello from 2023, I assume this issue extends to actual songs on the playlists right? I can only see a limited number of playlists but worse than that, I can only see 3/4 of a page of songs on that playlist.

<!-- gh-comment-id:1798258517 --> @Gibbo3771 commented on GitHub (Nov 7, 2023): Hello from 2023, I assume this issue extends to actual songs on the playlists right? I can only see a limited number of playlists but worse than that, I can only see 3/4 of a page of songs on that playlist.
Author
Owner

@sewnie commented on GitHub (Nov 7, 2023):

https://github.com/aome510/spotify-player is complete. No need to have spotify-tui playlist bullcrap

<!-- gh-comment-id:1798308878 --> @sewnie commented on GitHub (Nov 7, 2023): https://github.com/aome510/spotify-player is complete. No need to have spotify-tui playlist bullcrap
Author
Owner

@Gibbo3771 commented on GitHub (Nov 7, 2023):

https://github.com/aome510/spotify-player is complete. No need to have spotify-tui playlist bullcrap

No because I don't like your attitude and won't support your project.

<!-- gh-comment-id:1798587361 --> @Gibbo3771 commented on GitHub (Nov 7, 2023): > https://github.com/aome510/spotify-player is complete. No need to have spotify-tui playlist bullcrap No because I don't like your attitude and won't support your project.
Author
Owner

@sewnie commented on GitHub (Nov 7, 2023):

it is not my project. i am quite frankly tired of this project being dead for 3 years and it's maintainer giving false hopes, which is why im suggesting everyone to move to that project which is a FULLY complete spotify tui client with every feature needed to replace spotify's actual client, unlike spotify-tui.

it deserves the recognition it needs.

<!-- gh-comment-id:1798794564 --> @sewnie commented on GitHub (Nov 7, 2023): it is not my project. i am quite frankly tired of this project being dead for 3 years and it's maintainer giving false hopes, which is why im suggesting everyone to move to that project which is a **FULLY** complete spotify tui client with every feature needed to replace spotify's actual client, unlike spotify-tui. it deserves the recognition it needs.
Author
Owner

@Gibbo3771 commented on GitHub (Nov 7, 2023):

it is not my project. i am quite frankly tired of this project being dead for 3 years and it's maintainer giving false hopes, which is why im suggesting everyone to move to that project which is a FULLY complete spotify tui client with every feature needed to replace spotify's actual client, unlike spotify-tui.

it deserves the recognition it needs.

People are likely to move over to it if you aren't just slapping a link in and shitting on the very project they are trying to get help with. You just look like a shill. Basically, you need to work on your approach a little bud.

Either that or I assume you're quite young and have underdeveloped social skills, in which case my point about still stands.

<!-- gh-comment-id:1799113729 --> @Gibbo3771 commented on GitHub (Nov 7, 2023): > it is not my project. i am quite frankly tired of this project being dead for 3 years and it's maintainer giving false hopes, which is why im suggesting everyone to move to that project which is a **FULLY** complete spotify tui client with every feature needed to replace spotify's actual client, unlike spotify-tui. > > it deserves the recognition it needs. People are likely to move over to it if you aren't just slapping a link in and shitting on the very project they are trying to get help with. You just look like a shill. Basically, you need to work on your approach a little bud. Either that or I assume you're quite young and have underdeveloped social skills, in which case my point about still stands.
Author
Owner

@the-arkhive commented on GitHub (Mar 26, 2024):

Still seems to be broken. More so even. My playlist section is completely empty. Though when I first installed it showed maybe 3 playlists, but just a few days ago the list disappeared completely.

<!-- gh-comment-id:2019301670 --> @the-arkhive commented on GitHub (Mar 26, 2024): Still seems to be broken. More so even. My playlist section is completely empty. Though when I first installed it showed maybe 3 playlists, but just a few days ago the list disappeared completely.
Author
Owner

@p70062790 commented on GitHub (Jun 26, 2024):

Still broken, my playlists don't display like 90% of the time for whatever reason. Also for some reason even running through the daemon is a mixed bag that only works sometimes for me as well.

<!-- gh-comment-id:2192598315 --> @p70062790 commented on GitHub (Jun 26, 2024): Still broken, my playlists don't display like 90% of the time for whatever reason. Also for some reason even running through the daemon is a mixed bag that only works sometimes for me as well.
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#66
No description provided.