09-02-2019, 01:46 PM
Hi,
Starting with moOde 6.1.0, a more recent version of librespot is used. You could try swapping in the earlier version from the 6.0.0 release to see if that makes a diff.
Starting with moOde 6.1.0, a more recent version of librespot is used. You could try swapping in the earlier version from the 6.0.0 release to see if that makes a diff.
Code:
1. Turn off Spotify renderer in Audio Config
2. Save current binary
sudo cp /usr/local/bin/librespot ./librespot_save
3. Get 6.0.0 sources
sudo wget https://github.com/moode-player/moode/archive/r600prod.zip
sudo unzip -q ./moode-r600prod.zip
4. Install older binary
sudo cp ./moode-r600prod/other/librespot/librespot-daeeeaa-armv6l /usr/local/bin/librespot
5. Turn on Spotify renderer in Audio Config
#
# To go back to current binary from 6.1.0
#
1. Turn off Spotify renderer in Audio Config
2. Install saved binary
sudo cp ./librespot_save /usr/local/bin/librespot
5. Turn on Spotify renderer in Audio Config