improvements and QR cards
This commit is contained in:
@@ -111,7 +111,20 @@ irsend LIST JBLIIIP ""
|
||||
## Der Befehl muss 2x schnell hintereinander gesendet werden. Offensichtlich muss die Konfiguration noch verbessert werden.
|
||||
irsend SEND_ONCE JBLIIIP KEY_MUTE
|
||||
|
||||
# autostart for piplayer with log output redirection
|
||||
# (siehe http://raspberrypi.stackexchange.com/questions/8169/run-startup-application-as-a-specific-user)
|
||||
sudo nano /etc/rc.local
|
||||
# ...
|
||||
# su pi -c 'python3 /home/pi/piplayer2/piplayer2.py >> /home/pi/piplayer2/piplayer2.log 2>&1 &'
|
||||
# exit 0
|
||||
|
||||
sudo reboot
|
||||
|
||||
# check if running after restart
|
||||
ps -ef | grep python
|
||||
|
||||
# Tests mit QR-Code-Karten
|
||||
tail -f /home/pi/piplayer2/piplayer2.log
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user