06-19-2019, 09:33 PM
I'm not seeing any issues on my end with 5.3.1. and Spotify. You will probably need to run it manually with verbose debug logging enabled.
1. Turn on Debug logging in System config
2. Turn on Spotify in Audio config
3. Reboot
4. Print the moode log and look for the librespot launch string
moodeutl -l
5. Paste that string into a text file and remove > /dev/null 2>&1 & from the end, then add -v to the beginning so its like
librespot -v REST_OF_STRING
6. Revert steps #1 and #2
7. Paste the librespot launch string at the SSH prompt and run it
8. Look for errors in its debug log
-Tim
1. Turn on Debug logging in System config
2. Turn on Spotify in Audio config
3. Reboot
4. Print the moode log and look for the librespot launch string
moodeutl -l
5. Paste that string into a text file and remove > /dev/null 2>&1 & from the end, then add -v to the beginning so its like
librespot -v REST_OF_STRING
6. Revert steps #1 and #2
7. Paste the librespot launch string at the SSH prompt and run it
8. Look for errors in its debug log
-Tim