In the MoOde?

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)
 
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)
You could set that up as a cron job or something. Maybe when you are sleeping.
 
To pull the latest version of MoOde audio simply enter this command

Code:
sudo /var/www/command/updater.sh r40a

It may take up to 30 mins to complete then reboot it.
 
you can edit the spotify config file with this command

Code:
sudo nano /etc/default/raspotify

and change the bitrate to 320 and change the name.

Code:
sudo nano /lib/systemd/system/raspotify.service

only change these values

Code:
Environment="DEVICE_NAME=digione(%H)"
Environment="BITRATE=320"

save with ctrl + x hit y and enter.

now load the web interface of moodeaudio, click the green m in the top right hand corner, then click configure>mpd options

hit edit settings, I use these settings for the digione card

Code:
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

hope this helps :)
 
Major Moodeaudo update, just pull it via ssh.

Code:
sudo /var/www/command/updater.sh r42
or
Code:
sudo /var/www/command/updater.sh r43
depending on what version you are running.

i have also switched on the crossfeed in the mpd config.

I picked this setting:

Code:
- 700 Hz, 6.0 dB - Chu Moy (most popular)
This setting is close to the parameters of a Chu Moy crossfeeder.

the sox resampling I have changed to 32 bit / 192khz

so far this update is well worth pulling.
 
also added the isocpus, to the boot cmdline

ssh in and sudo nano /boot/cmdline.txt save with ctrl +x and y

Code:
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
 
Raspotify is no longer needed as moode has an inbuilt renderer to remove the added version of Raspotify that was added before the inbuilt renderer follow this via ssh

Code:
sudo apt-get remove -y --purge raspotify
sudo rm -v /etc/apt/sources.list.d/raspotify.list

now head up to the M in the top right hand corner of the webpage>configure>spo

Bit rate 320 Khz
Initial volume 100
Volume curve Logarithmic
Volume normalization No
Normalization pre-gain 0 db

save by hitting apply
 
Back
Top