spotcast
spotcast copied to clipboard
Home assistant custom component to start Spotify playback on an idle chromecast device as well as control spotify connect devices
Hi, I had a working spotcast integration since month and I didn’t change anything. Suddenly I got an error message: `Failed to call service spotcast.start. Could not get spotify token.`...
# Bug Ticket ## Describe the bug The Spotify "Your Episodes" collection is associated with a user:[ID]:collection URI, similar to the URIs used with the "Liked Songs" collection. For example:...
This automatically converts spotify web URLs (e.g. https://open.spotify.com/track/XXX) to spotify URIs. This is particularly useful to me, since I have a NFC-tag jukebox for the kids to use. And it's...
The current implementation makes very bad choices. Searching for comfortably numb by pink floyd plays some random artist's rendition etc. The reason being - most cover songs have the artist...
This Pull Request introduces the ability to configure the timeout for launching the Spotify application within spotcast. The primary motivation behind this enhancement is to provide users with more control...
# Bug Ticket ## Describe the bug ## Troubleshooting Make sure to validate all the elements before submitting the ticket (Exception to the steps marked as optional) * [ ]...
I'd like to be able to pick a point in a song / podcast that I want the media player to start at, instead of starting at 0:00. This would...
My change will allow the user to specify the start position of a track.
Picks up from https://github.com/fondberg/spotcast/pull/363 and rebases it again on latest changes. Added more options to support more things that are in the spotify API as well, like "genre", "audiobook", things...
Proposed (temp) fix for https://github.com/fondberg/spotcast/issues/432#issuecomment-1974763399 `# TODO: review random position algo`