Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Idea: Play a sound at Moode startup
#21
(07-08-2025, 11:20 PM)Nutul Wrote: Agree. No need to fight.

Not my intention at all. You asked a question about using aplay for the startup sound and I'm simply providing useful info on what has to be considered if you want to use it in moode.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#22
Peace.
Reply
#23
Fun to read this

i just  created, a long time ago, a bash script with 7 random Songs saving this as play list and then i played the play list.
This work fine it is just outside the moode worl.
just using the mpc command

have a nice day
vinc
Raspberry Pi3B+ --> HiFiBerry DAC+ PRO --> Cyrus | Pre - Pre Amplifier --> D. Klimo | Kent monoblocks --> Piega | Piega LDR 8.2
Raspberry Pi3B+ --> HiFiBerry AMP2 --> Visaton FRS 8 30W 4Ω
Reply
#24
(07-28-2025, 07:17 AM)vikozo Wrote: Fun to read this

i just  created, a long time ago, a bash script with 7 random Songs saving this as play list and then i played the play list.
This work fine it is just outside the moode worl.
just using the mpc command

have a nice day
vinc

Interesting... if that script also took care of the tracks supposed to be played automatically at moOde startup (save them, play the chimes, then restore and play), could have indeed been used with an interface to configure it...
If, OTOH, like me, you wake moOde to just chose an album and play it, then your solution is brilliant.
Reply
#25
in a bash script - first check if Song-file-server is available

and then

mpc clear
mpc load NewModelArmy
mpc play
mpc next
mpc crop
mpc rm NewModelArmy
sleep 2
mpc volume 16
mpc listall | grep NAS | grep -E '(New Model Army|Justin)' | shuf -n 18 | mpc insert
mpc save NewModelArmy
mpc play

at the end you could start to play the playlist
Or you just start it like you would start the favorites



Nice would be - move this 18 Song to the USB Stick or the SD Card of Moode itself (fist delete the old file than move the new selected)
Raspberry Pi3B+ --> HiFiBerry DAC+ PRO --> Cyrus | Pre - Pre Amplifier --> D. Klimo | Kent monoblocks --> Piega | Piega LDR 8.2
Raspberry Pi3B+ --> HiFiBerry AMP2 --> Visaton FRS 8 30W 4Ω
Reply


Forum Jump: