Fornoth / spotify-connect-web

MIT License
436 stars 66 forks source link

Use SC alongside other audio-sources #121

Closed raggequit closed 7 years ago

raggequit commented 7 years ago

Hey guys! Spotify-Connect works fine on my Pi3+HifiberryDAC+ and Runeaudio. The only problem is, that i cant play music from any other source (like USB Stick, Bubbleupnp), while the SC-Service is active. I autostart SC with following command line.

./spotify-connect-web.sh --username xyz --password 123 --bitrate 320 --name SpotifyPi --device 1

Is there any way, that the SC-Client release the audio-device when the playback is stopped? I tried to replace the original console_callbacks.py with the one from JozoVilcek, like it was suggested in other threads but i only got errors.

Please help me! Greets

raggequit commented 7 years ago

Ok my fault. I accidentally installed a wrong older Version from another source... Reinstalled Spotify-Connect with the actual version from Fornoth here on Github and now everything work as expected.

No need to replace console-callbacks.py anymore.

Greets