05-22-2018, 04:42 AM
Hi Rafa,
I followed the directions you provided but it seems like spotify-connect-web.service never activates.
And I never see 'Moode Connect' show up as a option in Spotify.
Ran the sound test and it works fine.
Can you take a look and see if I am missing something?
Thanks in advance
pi@moode:~ $ sudo systemctl status spotify-connect-web.service
● spotify-connect-web.service
Loaded: loaded (/lib/systemd/system/spotify-connect-web.service; disabled; vendor preset: enabled)
Active: activating (auto-restart) since Mon 2018-05-21 21:36:49 PDT; 7s ago
Process: 2373 ExecStart=/home/pi/spotify/spotify-connect.sh (code=exited, status=0/SUCCESS)
Main PID: 2373 (code=exited, status=0/SUCCESS)
spotify-connect.sh content
#!/bin/sh
cd /
cd home/pi/spotify/spotify-connect-web
LD_LIBRARY_PATH=/home/pi/spotify/spotify-connect-web python main.py --playback_device softvol -m Master --mixer_device_index 1 --bitrate 320 --name "moOde Connect" --key /home/pi/spotify/spotify-connect-web/spotify_appkey.key
cd /
asound.conf
cm.softvol {
type softvol
slave {
pcm "hw:0"
}
control {
name "Master"
card 0
}
}
I followed the directions you provided but it seems like spotify-connect-web.service never activates.
And I never see 'Moode Connect' show up as a option in Spotify.
Ran the sound test and it works fine.
Can you take a look and see if I am missing something?
Thanks in advance
pi@moode:~ $ sudo systemctl status spotify-connect-web.service
● spotify-connect-web.service
Loaded: loaded (/lib/systemd/system/spotify-connect-web.service; disabled; vendor preset: enabled)
Active: activating (auto-restart) since Mon 2018-05-21 21:36:49 PDT; 7s ago
Process: 2373 ExecStart=/home/pi/spotify/spotify-connect.sh (code=exited, status=0/SUCCESS)
Main PID: 2373 (code=exited, status=0/SUCCESS)
spotify-connect.sh content
#!/bin/sh
cd /
cd home/pi/spotify/spotify-connect-web
LD_LIBRARY_PATH=/home/pi/spotify/spotify-connect-web python main.py --playback_device softvol -m Master --mixer_device_index 1 --bitrate 320 --name "moOde Connect" --key /home/pi/spotify/spotify-connect-web/spotify_appkey.key
cd /
asound.conf
cm.softvol {
type softvol
slave {
pcm "hw:0"
}
control {
name "Master"
card 0
}
}