07-09-2025, 12:14 AM
Thank you for your donation!
Idea: Play a sound at Moode startup
|
07-28-2025, 07:17 AM
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Ω
07-28-2025, 02:53 PM
(07-28-2025, 07:17 AM)vikozo Wrote: Fun to read this 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.
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Ω |
« Next Oldest | Next Newest »
|