-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Spotcast v5 playlist styles #485
Comments
I can probably add another special case (just like I did for |
Sadly I dont. Tried looking into the old code but that is almost unreadable for me with limited Python knowledge |
ok, no problem, if it was a feature of the old code, I can parse through it. I never used this specific feature, so I never realised it was there |
@mikevanes could you confirm the playlist-type you were using was |
I was using that one indeed, but the complete supported list was:
I think it would be nice to support all of these. |
ok, so featured, that's an additional API endpoint, I'll be able to check that. The recently-played will require to make the Spotify API think the web player is requesting a view. That's what the old code was doing and I tried to remove it to realign with the public API processes. I can add it as an additional function |
Where to find this card? |
submitted PR to @mikevanes fork to help finalize #489. When PR approved and documentation written for new websocket endpoints and service, will be able to merge into the dev branch |
@mfabiani53 This card is still in development should be ready somewhere next month I hope. Until than if you want to use the spotify-card do not upgrade spotcast. |
closing since we merged your PR. If you have any additional changes that you would like, lets add it to the V5 project. |
Summary
First of all, nice work on the new version. Looks good and the code is way more readable!
I am working on a completely new spotify-card called: spotcast-spotify-card which aims to work with the v5 version of spotcast.
However I have noticed a few limitations already. The new playlist websocket endpoint uses categories, where as before we used playlist names. I can't get my recently-played list now for example. Which is a shame, as these are very useful and most likely contains the playlists the user wants to see or listen to.
Right now we are limited to categories or the playlists of the user.
It would be nice if we could define a set of playlist I would like to include in the list as well or search for a playlist.
Second points as we discussed is the chromecast devices seemingly not appearing. I found out that this was an issue with me using the devcontainer for development and it doesn't see any devices on my network - My bad.
Use Case
Have useful playlist showing.
Benefits
No response
Potential Solutions
No response
Additional Details
No response
The text was updated successfully, but these errors were encountered: