Thanks again
You could set that up as a cron job or something. Maybe when you are sleeping.once a month or so, or if Spotify stops working just run these commands via ssh
sudo apt-get update
sudo apt-get dist-upgrade
sudo reboot
And that should fix it. (I had to do this today)
Quite possibly, I never gave it a thought.You could set that up as a cron job or something. Maybe when you are sleeping.
sudo /var/www/command/updater.sh r40a
sudo nano /etc/default/raspotify
sudo nano /lib/systemd/system/raspotify.service
Environment="DEVICE_NAME=digione(%H)"
Environment="BITRATE=320"
set the volume control to disabled.
SoX resampling 24 bit / 192 Khz
SoX quality very high
SoX multithreading yes
Gapless mp3 playback yes
DSD over PCM (DoP) no
Volume normalization no
ReplayGain off
sudo /var/www/command/updater.sh r42
sudo /var/www/command/updater.sh r43
- 700 Hz, 6.0 dB - Chu Moy (most popular)
This setting is close to the parameters of a Chu Moy crossfeeder.
net.ifnames=0 dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=PARTUUID=b057295d-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait isolcpus=2,3 dwc_otg.microframe_schedule=0 dle=0 dwc_otg.nak_holdoff_enable=1 dwc_otg.fiq_fix_enable=0 dwc_otg.lpm_enable=0 smsc95xx.turbo_mode=N
sudo apt-get remove -y --purge raspotify
sudo rm -v /etc/apt/sources.list.d/raspotify.list
sudo /var/www/command/updater.sh r44