-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Playlist section not complete #116
Comments
Yeah we need to implement pagination for the playlist view 👍 . And 70 playlists?! Wow 😄 |
I believe this was fixed in #150 |
I experience the same issue, I have a lot more playlists than are being displayed in spotify-tui 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 |
Thanks for the video @LennyPenny. Does pressing |
Nop |
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. |
I'm also having this same problem and my main playlist of buried near the start of the list. |
Same problem here trying to scroll on an album. |
Would love to see such a feature. Honestly it's the only issue that keeps me from using spotify-tui for a daily use 😢 |
The problem is on requests of paginations on API? @Rigellute |
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. |
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 |
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). |
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. |
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. |
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. |
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. |
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. |
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. |
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.
The text was updated successfully, but these errors were encountered: