first commit

This commit is contained in:
Souti
2025-03-06 11:09:58 +01:00
commit 11f7d440ff
330 changed files with 38306 additions and 0 deletions

12
mplayerOn.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
#Creation du pont ssh avec volumio
#ssh -N -L6600:127.0.0.1:6600 pi:raspberry@192.168.0.4 &
service mplayerd stop
#Demarrage de la musique avant de redemarrer le client
#mpc clear;mpc load DiversRock;mpc play
mpc random off;mpc clear;mpc listall | shuf -n 10 |mpc add; mpc play
service mplayerd start