Moode Audio Player for Raspberry Pi

What's the output of:

Code:
cat /lib/systemd/system/hw_pause_play.service

LTF

Here is the output of the cat command:

Code:
[Unit]
Description=Moode Audio Pause/Play
After=mpd.service

[Service]
ExecStart=/home/pi/command/hw_pause_play.py
TimeoutSec=0
Restart=always
RestartSec=1
StartLimitInterval=30
StartLimitBurst=20

[Install]
WantedBy=multi-user.target

I found a reference that said jounalctl _PID=(PID from systemctl status) should help. It returned the following:

Code:
pi@moode:~ $ sudo journalctl _PID=1617
-- Logs begin at Sat 2017-04-15 21:48:48 PDT, end at Sat 2017-04-15 22:15:42 PDT. --
Apr 15 22:00:27 moode hw_pause_play.py[1617]: [49B blob data]

I went back to Moode 3.1 and moved the Python script from the /var/www/command directory to /home/pi/command and the service worked just fine.

The Python script works on its own in either Moode 3.1 or 3.5. It is just the service that will not start in 3.5.

Cheers, Bryce.
 
Moode 3.5, trying to configure a NAS share, I had the problem referenced here:

http://www.diyaudio.com/forums/pc-based/271811-moode-audio-player-raspberry-pi-624.html#post4967141

Unable to delete misconfigured mount point.

In my case, the fix was to

sqlite3 /var/local/www/db/moode-sqlite3.db "delete from cfg_source where id='2';"

Tim, can you please make the code a tad more resilient so that it is possible to delete a NAS entry from the db within the GUI even when the mount point isn't there?

Cheers,

Phil
 
Two more things about 3.5:

Library Artist Column selector shows blank (in firefox), not the current selection.

Using a Pimoroni pHAT DAC, how the heck do I disable software volume control? I just want 100% output and to use my amp's volume control. Cannot for the life of me figure how to, yet I could do it in 3.1.

Phil

Ah, found it under MPD settings seconds after posting!

Cheers,

Phil
 
Hi,

Having international language support would be nice but implementing it is beyond my experience. I would need someone to guide me on the coding framework that would enable this.

-Tim

Hi Tim,

I did that once with my Ibasso DX50 and the Chinese development team:they sent me an excel file with a table with all the english words they were using for their software "interface", and I sent them back all corresponding french words. This way, the Ibasso DX50 got a "verified" French translation update... I am not a programmer, but I guess that translations handling would require a database management not too complicated.

So if you are interested, we could first proceed the same way...
 
Thanks Tim, my moOde 3.5 diy build works fine [emoji1]
fbe582faaaafc812b744cc7352df1420.jpg


我從使用 Tapatalk 的 Redmi Note 4 發送
 
3.5 up and running with Allo Kali/Piano 2.1. Thanks Tim!
I don't see a specific setting for the Piano 2.1, unless that's the 'Piano Dac Plus' that appears in the Custom Settings? In Volumio there are crossover settings for the Sub in 2.1 or 2.2 mode, but I would much prefer to use Moode.
I have installed the LL Advanced Kernel but the player won't reboot if I attempt to install the RT version. Using Pi3 with internal Wifi off.