amueller-tech / spotifycontroller

Simple API Wrapper to use the Sonos-Kids-Controller with Spotify Connect
MIT License
9 stars 3 forks source link

Spotify-Connect Button missed #5

Closed tlrider99 closed 3 years ago

tlrider99 commented 3 years ago

Hi ,

I miss the Spotify Connect selection button you included in your version of the Sonos Kids controller. I have installed everything as described on your page. Do you have any idea? Thanks.

amueller-tech commented 3 years ago

Note: This is not related to the spotifycontroller.

Did you install this fork: https://github.com/amueller-tech/Sonos-Kids-Controller

make sure you enable spotify-connect in the config file (set enabled to true). Only then the div in the html is shown.

"spotify-connect": {
    "enabled": "true",
    "server": "127.0.0.1",
    "port": "5005"
}

You could try the latest branch https://github.com/amueller-tech/Sonos-Kids-Controller/tree/spotify-control/ instead of master.

Note: I stopped developing it as I'm only using one spotify device that is hard coded in the config. This allows me to always use Thyraz latest version.