04-19-2020, 04:48 PM
(04-19-2020, 04:35 PM)ivenhoe Wrote:(04-19-2020, 12:01 PM)Tim Curtis Wrote: Turn everything off except the Spotify renderer. You might have to turn on Bluetooth in order to turn off the Pairing agent.
- All the other renderers
- The eq
- Upnp/dlna
- Etc
Reboot
Confirm that Spotify renderer is running
pgrep -l librespot
Hi Tim,
I was turn off everything trough ssh, reboot and finally take the pgrep - librespot, by your instructions and get back:
I don't know what this mean (I mean the result: 1102)Code:pi@moode:~ $ pgrep -l librespot
1102 librespot
pgrep returns blank if the program is not running. In your case it returned the name and pid of the program which means its running.