In the MoOde?

pgh13

Specialist Contributor
Joined
Apr 5, 2005
Messages
1,688
Reaction score
414
Points
83
Age
72
My Satellite Setup
XTrend ET8000, Dr HD 15, PC/twinhan combination. 80cm dish. GBPVR with 2 DTTV cards +hauppauge Media MVP +Raspberry Pi running XBMC
My Location
Midlands UK
A

Archive-8

Guest
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)
 

RustySpoons

Sleepy Hollow
Joined
Jan 31, 2018
Messages
2,345
Reaction score
1,278
Points
113
Age
42
My Satellite Setup
50E - 30W
2x CM 1.2m Polar Mount/Jack
65E- 65W
Gibertini 1m OP100 - STAB HH100 - Inverto Black Ultra 0.2 Twin
Mutant HD51
Edision Primo IP S2
Dreambox DM800HD
Venton Unibox HD2
Sony Bravia 55" 4K
My Location
South Wales
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.
 
A

Archive-8

Guest
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.
 
A

Archive-8

Guest
Also found a few audio tweeks for moodeaudio & Spotify.

Instructions to follow...
 
A

Archive-8

Guest
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 :)
 
A

Archive-8

Guest
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.
 
A

Archive-8

Guest
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
 
A

Archive-8

Guest
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
 

Archive9

Archived
Joined
Feb 18, 2019
Messages
57
Reaction score
19
Points
8
My Satellite Setup
Sky Dish for the moment.
My Location
South Somerset
Official Git Hub

moode-player/moode

Major moodeaudio update, just ssh in and pull the update:

Code:
sudo /var/www/command/updater.sh r44
 
Top