Streaming Spotify(Novice Questions)
I"m trying to run the lights off of spotify audio but can't seem to figure out how to get the stream-in settings working. As I understand it I should be able to use the ip address that raspotify uses as the stream-in value for the LSPI but when I attempt to start the music I get a number of KeyErrors. I assume that this is the result of the IP address I'm using being incorrect or having made insufficient changes to my config file as the errors seems like its trying to run a playlist. If anyone could give me some insight that would be great
:Edit: https://pastebin.com/tmWXqXSp these are the errors I'm getting in case anyone wants to see them
:2nd Edit: I have managed to get spotify and the flashing lights working in tandem. It was as I was thinking using the same ip address that raspotify uses as a stream-source (I was able to view this by using systemctl status raspotify . However my issues were due to my edits to the configuration files were done to 'defaults.cfg' instead of"overides.cfg". After that all I had to do was use_gpu = False ( sudo raspi-config Advanced Options - GL Driver - Legacy as stated in the setup guide. Once it rebooted and I had reconnect spotify to the LSpi I started start_music_and_lights and it worked. I haven't got the audio output working correctly yet but I'm happy with my progress.