fondberg / spotcast

Home assistant custom component to start Spotify playback on an idle chromecast device as well as control spotify connect devices
Apache License 2.0
640 stars 94 forks source link

Can't skip or go next song #436

Closed maos999 closed 3 months ago

maos999 commented 3 months ago

Bug Ticket

Describe the bug

When playing song from a playlist It won't go to the next song and only playing one song then stop

Troubleshooting

Make sure to validate all the elements before submitting the ticket (Exception to the steps marked as optional)

Environment

Configuration

# please remove any sensitive information like cookies and token keys
<insert configuration here>

Service Call

If relevant, provide a yaml of the service call or explain the action taken to replicate the issue.

<insert the yaml of the service call here>

Logs

<please insert any relevent logs here>

Additional context

fcusson commented 3 months ago

@maos999 are you calling the playlist or the song when providing the URI?

maos999 commented 3 months ago

I was calling the song hehe My bad, user mistake...

I have disabled the URI and enabled the force playback. Work like expected now thanks Keep up the good work!