Moode Forum
Equaliser and Bluetooth - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: Equaliser and Bluetooth (/showthread.php?tid=4703)

Pages: 1 2


RE: Equaliser and Bluetooth - varun21 - 02-03-2022

(01-31-2022, 04:35 PM)Tim Curtis Wrote: Your script should check for moOde startup complete.

Code:
# wrkready = 0 means startup not complete yet
# wrkready = 0 means startup has completed
pi@moode:~ $ moodeutl -q "select value from cfg_system where param='wrkready'"
1

Thanks Tim. I assume you meant wrkready = 1 in the second line?


RE: Equaliser and Bluetooth - Tim Curtis - 02-03-2022

Yes it should be = 1. I'll edit the original post.