Rigellute / spotify-tui

Spotify for the terminal written in Rust 🚀
MIT License
17.34k stars 518 forks source link

Playlist section not complete #116

Open chimbosonic opened 4 years ago

chimbosonic commented 4 years ago

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.

Rigellute commented 4 years ago

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

And 70 playlists?! Wow 😄

Rigellute commented 4 years ago

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

LennyPenny commented 4 years ago

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

Rigellute commented 4 years ago

Thanks for the video @LennyPenny.

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

LennyPenny commented 4 years ago

Nop

AlexSWall commented 4 years ago

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.

ScriptingDad commented 4 years ago

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

Kuunikal commented 4 years ago

Same problem here trying to scroll on an album.

acauquil commented 3 years ago

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:

joaoeudes7 commented 3 years ago

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

6180 commented 3 years ago

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.

felixei commented 2 years ago

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

jlombera commented 2 years ago

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

6180 commented 2 years ago

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.

Gibbo3771 commented 10 months ago

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.

apprehensions commented 10 months ago

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

Gibbo3771 commented 10 months ago

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.

apprehensions commented 10 months ago

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.

Gibbo3771 commented 10 months ago

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.

the-arkhive commented 5 months ago

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.

p70062790 commented 2 months ago

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.