-
Notifications
You must be signed in to change notification settings - Fork 21
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
Not visible all playlist from spotify #99
Comments
How many playlists would you have? How long are the missing ones? Any error in server.log? |
I am not sure if this is confirmation of this issue as reported by @piotrek2555, but I have also noticed that the number of playlists the Spotty plugin returns seems to max out at 25 (for me this shows using Material Skin in the Web Browser UI on all platforms), and yeah, I currently have about 65 top level entries in my Spotify Playlists, with no way to reach the other 40, so it's mildly annoying. (There are no errors in server.log that I can see, and the missing ones are just "all after the top 25") I can probably make things work out for me by making my playlist hierarchy deeper rather than wider. But just having it show everything would be an easier option (for me, but probably not for you...) |
Would you mind sharing your server.log.zip with me? https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a |
Not in the least! I have uploaded it. However, I do must apologise: I swear that when I said: "There are no errors in the server log that I can see" I had just checked that file and seen nothing. But now that I'm uploading it I see it is full of Spotify errors, most of them "Access Rate limit exceeded". All I can think of is that maybe I must have clicked on scanner.log by mistake or something, sorry. Not sure if the Access Rate errors explain the situation, though - I already noticed the max playlist thing ages ago, not just the last few days. If it helps any: I run the squeezeserver through the Docker container. Oh, and Merry Christmas! |
Hmm... how many playlists do you have, and how long would they be? Does this happen when you navigate to the playlists? The Spotify dashboard has charts about what calls your application is doing. Would that list particularly many calls for playlists? |
2500 playlists is massive! As we can only get 50 at a time this means that Spotty would send 50 requests within a very short period of time to get them all. The API doesn't provide them by folder. That's all done LMS side. Therefore the plugin has to always get all playlists. Your screenshot looks as if you didn't use that configuration. Are you sure you've configured Spotty to use it? |
Dear Michael, Sincere apologies for suddenly dropping out of the conversation -- real-life stuff happened, my SqueezeBox died (twice), and in general it just kinda disappeared off my radar for a bit. Now I have purchased a brand new old SqueezeBox Classic and I'm playing music again, and suddenly noticing... - oh, right...
OK, that explains the problem then. My mental model of the API was completely wrong, I thought it would just ask for the playlists by folder, so making a 'deep' as opposed to broad tree would help. I hadn't realised it needs to get all of them in advance.
I set the thing up ages ago, and, yes, somewhere along the line my LMS Spotty settings seems to have lost my Client ID. That likely explains the rate-limiting errors I was seeing. I hope that didn't screw things up too much for others. I've now reconfigured my Client ID. That should help. Anyway, I think my path is clear: I need to stop storing all the albums I listen to (including those I 'reject') as Playlists in Spotify. That should bring the 2500 down to a much more manageable 250, I suspect. My thanks again for your assistance, and also my thanks for writing Spotty. I genuinely don't know what I'd do without it. |
Not visible all playlist from app spotify in squeezer for android and browser
The text was updated successfully, but these errors were encountered: