Forum Replies Created
Viewing 4 posts - 1 through 4 (of 4 total)
-
Posted in: Allo USB Bundle
-
29. Mai 2019 at 22:05 #45552
Das Custom_autostart.sh startet mein Script
/opt/max2play/custom_autostart.sh
Chromium starten und Vollbild aktivieren
#!/bin/bash echo "Custom Bash-Script" if [ $(ps -AL | grep "chromium-browse" | wc -l) -gt "0" ]; then exit 0 fi echo "Start Panel" export DISPLAY=':0.0' sleep 10 chromium-browser http://192.168.0.100:52199/Panel/#/playing & sleep 20 xdotool mousemove 780 105 click 1 sleep 10 xdotool mousemove 655 115 click 1 exit 0
29. Mai 2019 at 21:59 #45551Chromium wurde über SSH installiert
sudo apt-get install chromium-browser --yes
so wie xdotool
sudo apt-get install xdotool unclutter sed
29. Mai 2019 at 21:57 #4555029. Mai 2019 at 21:56 #45549Max2Play ist hierfür ein passendes Betriebssystem, die WEB-Oberfläche vereinfacht da so einiges und es hat bereits vieles was ich benötige.
Es sind ja schon einige unterstütze Audio Devices dabei wie HiFiberry, …, die sich leicht konfigurieren lassen.
Ich möchte mir auch noch andere Systeme ohne Display bauen, daher habe ich mir für Jriver ein Plugin erstellt.
Link zum Plugin- This reply was modified 5 years, 4 months ago by jober14.
-
Viewing 4 posts - 1 through 4 (of 4 total)