(06-20-2025, 12:10 PM)Tim Curtis Wrote: I did end up implementing this but in a more generalized way by use of a customizable "Ready Script" thats run after moOde startup completes.
Here's some specifics:
- It defaults to playing a pleasant chime to indicate the system is ready
- The chime is a flac file thats added to the Queue and then played
- There is a System Config setting to turn the Ready Script on/off
- The script can be customized but you are on your own in this case ;-)
ETA: Here are moode startup log entries for Ready Script
Code:.
.
20250620 072127 worker: --
20250620 072127 worker: -- Startup complete
20250620 072127 worker: --
20250620 072127 worker: Mount monitor: started
20250620 072127 worker: Radio monitor: off
20250620 072127 worker: Watchdog monitor: started
20250620 072127 worker: Responsiveness: Default
20250620 072127 worker: Ready
20250620 072127 worker: Ready script enabled
20250620 072127 worker: Script started
20250620 072127 worker: Script result: Play OSDISK/System Sounds/ReadyChime.flac
20250620 072127 worker: Script finished
Nice feature
