In the MoOde?

A

Archive-8

Guest
Support for my Allo DigiOne is somewhat limited.

Drivers are available only problem is that it needs to be used with the latest kernel.

It turns out that simply updating the kernel brakes a lot of the ready made imgs, so I set about looking for an img that had support for the dac.

My only option was Volumio, so I thought then I stumbled across a player suite called MoOde.

moodeaudio.org

This is very different from Volumio as you have to “build” the img it’s not difficult just a tad long winded.

Installation uses a script to build the img and a usb flash drive.

You first download an img to micro sd card, enable ssh by making a file called ssh, in the boot area of the img.

Then you need to boot the Pi up and log in to the Pi via ssh.

Then run these commands:

cd /home/pi
sudo wget -q http://moodeaudio.org/downloads/mos/mosbuild.sh -O /home/pi/mosbuild.sh
sudo chmod +x /home/pi/mosbuild.sh
sudo ./mosbuild.sh

It does take a while to run through, only plug in the flash drive when the automated script asks you to!

Once you have “made” the img, remove from the Pi and use win32diskimager (or similar) to clone the usb flash drive.

Once you have a cloned img, simply flash that cloned img to the micro sd card, and boot your Pi.

First boot up does take a long time.

Once booted go to http://moode.local/ or http://moode.local./

The configuration pages are really easy to follow.

5955E0FC-6A99-45D3-8A38-60E97C4C3790.png

Nas setup is under the Sources option.

C0F25D08-4B55-49F0-A5CD-D42031FD4085.png
 
Last edited by a moderator:
A

Archive-8

Guest
If you added Spotify to your img you will need to run an update.

Run these commands via ssh

sudo apt-get update

sudo apt-get dist-upgrade

Right near the end it will ask you if you would like to replace the www conf file, hit NO! (Very important)

Spotify is working again :cool:
 

Lazarus

Retired Moderator
Joined
May 29, 2009
Messages
27,078
Reaction score
8,664
Points
113
My Satellite Setup
80cm Motorised.
Several small Dishes.
Much else.
My Location
North York Moors
Do you still need "- get" ?

Ubuntu etc. have dropped that and simplified commands to "apt update", "apt upgrade" etc.

I rather assume this applies across all Linux derivatives?
 
A

Archive-8

Guest
Do you still need "- get" ?

Ubuntu etc. have dropped that and simplified commands to "apt update", "apt upgrade" etc.

I rather assume this applies across all Linux derivatives?
No idea tbh. I didn’t know that.

I was forced to do the upgrade as Spotify stopped working just after I updated the app on my phone.
 
A

Archive-8

Guest
As well as tidal and qubuz embedded, you can also add google music via this command in your ssh terminal.

sudo pip install gmusicapi
 

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
Keen to try this but not getting very far! when I enter 'sudo ./mosbuild.sh' there's no error but it comes straight back to the prompt. What should I be seeing?
 
A

Archive-8

Guest
Keen to try this but not getting very far! when I enter 'sudo ./mosbuild.sh' there's no error but it comes straight back to the prompt. What should I be seeing?
Yes I know what you mean, to install this you need to another usb stick to build the img on, the timing of plugging in the second stick is critical.

As you have to flash Raspbian with ssh enabled, then run the setup and plugin the usb stock when prompted.

It should run through, It took me a few attempts.

Good luck.

If you do get stuck let me know and I will compile and upload the img. It will be an hour or so before I can do that.
 
Last edited by a moderator:

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
OK, thanks. I got as far as booting from SD card and ssh using Putty. Just not getting prompted for the usb stick. I'll keep trying
 
A

Archive-8

Guest
ok i am running this now

1.PNG2.PNG3.PNG4.PNG

notice the write os build directly to sd card hit no.

5.PNG

then hit yes.

6.PNG

then pick yes again for "are all storage devices unplugged"

7.PNG
now plug in the usb stick you will write the img to.

then hit yes.

it should progress to this stage

8.PNG

hit no to proxy server.
 
A

Archive-8

Guest
the wifi option is up to you, i will say no.

1.PNG

it should then go on to this screen

2.PNG

hit yes.
 
A

Archive-8

Guest
Capture.PNG

at this point hit no.

now close ssh, and read the img file thats just been made on the usb stick.
 
A

Archive-8

Guest
now write the img file back to the micro sd card

Capture.PNG

then boot from the micro sd card, if it all went well you should now have moode running.
 

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
Thanks again, Chris. Total numpty question.... having downloaded the Moode 4.0 sources, where does it need to go for image builder to use it?
 

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
A

Archive-8

Guest
Thanks again, Chris. Total numpty question.... having downloaded the Moode 4.0 sources, where does it need to go for image builder to use it?
tbh I have no idea, the script builds every thing. the only thing I have to add is spotify connect.
 
A

Archive-8

Guest
just going to make an img file now hopefully i should be able to upload it soon.
 
Top