Hi,
Moode 2.6 2016-06-27 update is available.
...
Enjoy!
Regards,
Tim
Update worked great here.
While I haven't had a need for the functionality of the new peripherals section, I can well appreciate how useful it may be for others. Kudos to Richard Parslow.
Regards,
Kent
How the update process works?
Is it done automatically? Do I have to download something? where?
Thank you!
Arnaud
Is it done automatically? Do I have to download something? where?
Thank you!
Arnaud
How the update process works?
Is it done automatically? Do I have to download something? where?
Thank you!
Arnaud
That would also be in my interest. Can I do it with Putty via ssh? Is there an instruction for the right commands?
Thanx and greetingz, Robert
Sound Quality
I also believe moode is one of the best sounding (means least sounding) if not the best raspi-player/renderer. Hope, it will not get blown too big...
To me, SQ is all that matters. I don`t need anything else, no cover art etc. - but I know, I belong to a minority ..
Luki
I also believe moode is one of the best sounding (means least sounding) if not the best raspi-player/renderer. Hope, it will not get blown too big...
To me, SQ is all that matters. I don`t need anything else, no cover art etc. - but I know, I belong to a minority ..
Luki
How the update process works?
Is it done automatically? Do I have to download something? where?
Thank you!
Arnaud
Read post 3535 from last week this linkThat would also be in my interest. Can I do it with Putty via ssh? Is there an instruction for the right commands?
Thanx and greetingz, Robert
http://www.diyaudio.com/forums/pc-based/271811-moode-audio-player-raspberry-pi-354.html#post4751108
Last edited:
I also believe moode is one of the best sounding (means least sounding) if not the best raspi-player/renderer. Hope, it will not get blown too big...
To me, SQ is all that matters. I don`t need anything else, no cover art etc. - but I know, I belong to a minority ..
Luki
Hi Luki!
I totally agree! Simplicity is the key to SQ concerning computer audio. I therefore also would prefer headless systems like Archphile controlled by clients like MPDroid, where the main action is to handle by the phone with the benefit, that it has minimum influence on the bit- transporting board. But I have to say, that Tim has managed that Web- Gui- Thing very good!- and this is hearable (Compared to Volumio or Rune). All board activities have an influence on sound quality- the higher the duty, the more noise is produced and that bears the risk of signal pollution. Best thing would be to lower CPU- frequency at a fixed level as low as a stable run is guaranteed. Further it would be good to lower down everything managable till at least stable running conditions. Also I would disable all components, that are not needed. I can tell this out of experience during over 1 year when I tried to optimize the CICS- Memory- Player to increase SQ- all this measures take significant effect in a positive way.
It's a pity, that most of the users of such players are looking for comfort in the first line. This fact leeds to blown up distros that have it's effect in degrading SQ.
A good idea would be to have the possibility to disable everything one do not need. So there is the chance for everyone to choose individual settings as demanded.
Greetingz, Robert
Just did the latest auto-update.
After reboot I can't access system setup "sys-config.php"
Other options/settings are working.
That one gives me http error 500
Restarting doesn't help.
Anyone else with this?
p.s. I'm re-updating to see what happens.
Marek
After reboot I can't access system setup "sys-config.php"
Other options/settings are working.
That one gives me http error 500
Restarting doesn't help.
Anyone else with this?
p.s. I'm re-updating to see what happens.
Marek
Last edited:
ok, had to reinstall everything from an image.
Then applied the updates and all is ok now (just need to rebuild the library again).
Btw - are the BBC 320k streams working? Can't get any sound.... the rest of radios seems to be fine.
Then applied the updates and all is ok now (just need to rebuild the library again).
Btw - are the BBC 320k streams working? Can't get any sound.... the rest of radios seems to be fine.
ok, had to reinstall everything from an image.
Then applied the updates and all is ok now (just need to rebuild the library again).
Btw - are the BBC 320k streams working? Can't get any sound.... the rest of radios seems to be fine.
The BBC 320K streams only work in the UK, alas
Hi,
Just an FYI.
One way to keep track of important Moode announcements i.e., releases and updates, is to follow Moode Audio on Twitter.
The process I've been using is to post details about a release or update in three forums including CA, diyAudio and TAS then post an announcement on Moode Twitter feed with a link to the diyAudio post.
Give it a try 🙂
Regards,
Tim
Just an FYI.
One way to keep track of important Moode announcements i.e., releases and updates, is to follow Moode Audio on Twitter.
The process I've been using is to post details about a release or update in three forums including CA, diyAudio and TAS then post an announcement on Moode Twitter feed with a link to the diyAudio post.
Give it a try 🙂
Regards,
Tim
Update
Hi Tim
The Update with 32/352.8 works perfectly 🙂 - thanks for a great job
All Best
Anders
Hi Tim
The Update with 32/352.8 works perfectly 🙂 - thanks for a great job
All Best
Anders
Audiophonics DAC V3
A couple of weeks ago I purchased an Audiophonics iSabre V3 DAC. With this DAC, the Pi is powered from the DAC, and there is an option to turn it (and the Pi) on and off with a simple push button. For this purpose there is a uP on the DAC that communicates with the Pi through the GPIO. There are tutorials on the Audiophonics site on how to install the necessary software and scripts for Volumio and Rune, but not for Moode.
So, even though I'm not fluent in Unix, I tried to make this button work in Moode.
Basically, you'll need to install wiringPi and some scripts as described on
Forum Audiophonics.fr • Consulter le sujet - Tutoriel I-sabre V3 + Volumio : Gestion d'alimentation
Some directories mentioned are to be changed since they are Volumio specific, but that does not make a big difference.
With the scripts in place the power button will work, but there is no connection to Moode yet. For this you'll need to change a couple of lines in worker.php, found in the /var/www/command/ directory. I changed version 2.6 and the lines to be changed can be found from 317 onwards. Shutdown and reboot are 'hardcoded' here, what I did was change it so Moode calls a script in stead. Unfortunately when Moode is updated I'll have to do this again, so it might be a good idea to to make this the standard behaviour. So in stead of a ‘hardcoded’ reboot in worker.php you call a script that basically just does a restart/shutdown, but can be adapted by the user to their demands.
Anyway, a more detailed description can be found at Forum Audiophonics.fr • Consulter le sujet - Moode Audio support?
Don't worry, this page is all English ;-)
Cheers,
Arjen
A couple of weeks ago I purchased an Audiophonics iSabre V3 DAC. With this DAC, the Pi is powered from the DAC, and there is an option to turn it (and the Pi) on and off with a simple push button. For this purpose there is a uP on the DAC that communicates with the Pi through the GPIO. There are tutorials on the Audiophonics site on how to install the necessary software and scripts for Volumio and Rune, but not for Moode.
So, even though I'm not fluent in Unix, I tried to make this button work in Moode.
Basically, you'll need to install wiringPi and some scripts as described on
Forum Audiophonics.fr • Consulter le sujet - Tutoriel I-sabre V3 + Volumio : Gestion d'alimentation
Some directories mentioned are to be changed since they are Volumio specific, but that does not make a big difference.
With the scripts in place the power button will work, but there is no connection to Moode yet. For this you'll need to change a couple of lines in worker.php, found in the /var/www/command/ directory. I changed version 2.6 and the lines to be changed can be found from 317 onwards. Shutdown and reboot are 'hardcoded' here, what I did was change it so Moode calls a script in stead. Unfortunately when Moode is updated I'll have to do this again, so it might be a good idea to to make this the standard behaviour. So in stead of a ‘hardcoded’ reboot in worker.php you call a script that basically just does a restart/shutdown, but can be adapted by the user to their demands.
Anyway, a more detailed description can be found at Forum Audiophonics.fr • Consulter le sujet - Moode Audio support?
Don't worry, this page is all English ;-)
Cheers,
Arjen
Hi,
Did u install Updater on 2.6 final or one of the 2.6 TR's?
-Tim
Hi, I´ve did full 2.6 reinstall today, then the SSH Moode upgrade. In Moode/About is stated "2.6 2016-06-07" , "Check for software update" popups "Moode software is up to date" . Doing the upgrade instructions again didn´t helped.
Hi Tim
I have bought this xmos usb.
It works fine with a windows pc with this driver....[URL="http://download.shenzhenaudio.com/drivers/Singxer-USB-Audio-Class2-Driver_v3.20.0.rar"]http://download.shenzhenaudio.com/drivers/Singxer-USB-Audio-Class2-Driver_v3.20.0.rar
But I cant get it working with my Moode.....is there workarounds or can it be integrated.
2.6 is so nice!!!!
I have bought this xmos usb.
It works fine with a windows pc with this driver....[URL="http://download.shenzhenaudio.com/drivers/Singxer-USB-Audio-Class2-Driver_v3.20.0.rar"]http://download.shenzhenaudio.com/drivers/Singxer-USB-Audio-Class2-Driver_v3.20.0.rar
But I cant get it working with my Moode.....is there workarounds or can it be integrated.
2.6 is so nice!!!!
Hi Tim
I have bought this xmos usb.
It works fine with a windows pc with this driver....[URL="http://download.shenzhenaudio.com/drivers/Singxer-USB-Audio-Class2-Driver_v3.20.0.rar"]http://download.shenzhenaudio.com/drivers/Singxer-USB-Audio-Class2-Driver_v3.20.0.rar
But I cant get it working with my Moode.....is there workarounds or can it be integrated.
2.6 is so nice!!!!
Hi,
Firstly, what is exact issue u are experiencing? If its white noise or a lot of audio glitches then try the USB (UAC2) fix on Moode System config page.
Linux uses a single, universal USB audio driver. The driver has bugs that affect some high speed UAC2 chipsets. There are a lot of fixes made to this driver in the Linux development branches but so far an updated driver has not made it into mainline Linux kernels which is what Moode uses.
-Tim
A couple of weeks ago I purchased an Audiophonics iSabre V3 DAC. With this DAC, the Pi is powered from the DAC, and there is an option to turn it (and the Pi) on and off with a simple push button. For this purpose there is a uP on the DAC that communicates with the Pi through the GPIO. There are tutorials on the Audiophonics site on how to install the necessary software and scripts for Volumio and Rune, but not for Moode.
So, even though I'm not fluent in Unix, I tried to make this button work in Moode.
Basically, you'll need to install wiringPi and some scripts as described on
Forum Audiophonics.fr • Consulter le sujet - Tutoriel I-sabre V3 + Volumio : Gestion d'alimentation
Some directories mentioned are to be changed since they are Volumio specific, but that does not make a big difference.
With the scripts in place the power button will work, but there is no connection to Moode yet. For this you'll need to change a couple of lines in worker.php, found in the /var/www/command/ directory. I changed version 2.6 and the lines to be changed can be found from 317 onwards. Shutdown and reboot are 'hardcoded' here, what I did was change it so Moode calls a script in stead. Unfortunately when Moode is updated I'll have to do this again, so it might be a good idea to to make this the standard behaviour. So in stead of a ‘hardcoded’ reboot in worker.php you call a script that basically just does a restart/shutdown, but can be adapted by the user to their demands.
Anyway, a more detailed description can be found at Forum Audiophonics.fr • Consulter le sujet - Moode Audio support?
Don't worry, this page is all English ;-)
Cheers,
Arjen
Hi Arjen,
This is a good idea. I'll see of I can implement the scripts for release 2.7
-Tim
Hi,
Firstly, what is exact issue u are experiencing? If its white noise or a lot of audio glitches then try the USB (UAC2) fix on Moode System config page.
Linux uses a single, universal USB audio driver. The driver has bugs that affect some high speed UAC2 chipsets. There are a lot of fixes made to this driver in the Linux development branches but so far an updated driver has not made it into mainline Linux kernels which is what Moode uses.
-Tim
Hi Tim
Oh yes - sorry.
The issues is that it doesnt appear in the MPD config as an option. I can only choose "onboard audio device".
- Home
- Source & Line
- PC Based
- Moode Audio Player for Raspberry Pi