05-18-2021, 01:51 PM
Spotify doesn't work with USB DAC even after the 7.2.1 update. (with 7.1.0 work perfect!)
If you run librespot manually with sudo:
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 change --device "_audioout" to --device "_deviceout" it working fine!
Sadly you need to perform this modifications every time you reboot.
Is there something I can change manually to force moode to use _deviceout instead of _audioout?
Thanks!
If you run librespot manually with sudo:
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 change --device "_audioout" to --device "_deviceout" it working fine!
Sadly you need to perform this modifications every time you reboot.
Is there something I can change manually to force moode to use _deviceout instead of _audioout?
Thanks!