(05-12-2021, 01:46 AM)ukdude07 Wrote:(05-12-2021, 01:36 AM)ukdude07 Wrote: I enabled debug logging and see this in the moode.log. Does anything look amiss?
Code:20210511 203409 startSpotify(): (librespot --name "Moode Spotify" --bitrate 320 --initial-volume 100 --volume-ctrl fixed --cache /var/local/www/spotify_cache --disable-audio-cache --backend alsa --device "_audioout" --onevent /var/local/www/commandw/spotevent.sh > /dev/null 2>&1 &)
Good news! I noticed back on the first page that you could run librespot manually with sudo. I ran
Code:sudo librespot --name "Moode Spotify" --bitrate 320 --initial-volume 100 --volume-ctrl fixed --cache /var/local/www/spotify_cache --disable-audio-cache --backend alsa --device "_audioout" --onevent /var/local/www/commandw/spotevent.sh -v
and it had ERRORs in alsa. I changed --device "_audioout" to --device "_deviceout" and it started working fine!
Is there something I can change manually to force moode to use _deviceout instead of _audioout? Thanks!
Yeah, worked for me too with Aune USB DAC.
But if you reboot or disconnect Spotify the "modification" is lost!