improvements and QR cards

This commit is contained in:
tilman
2016-12-31 00:42:33 +01:00
parent 09b739621d
commit 5f837d478d
7 changed files with 261 additions and 7 deletions
+13
View File
@@ -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