Made some changes
parent
74af99cd53
commit
31bb849cd6
@ -1,5 +1,5 @@
|
|||||||
30 16 * * * /home/pi/start-projector.sh
|
30 16 * * * /home/pi/video-player/start-projector.sh
|
||||||
0 17 * * * /home/pi/play-overlay.sh
|
0 17 * * * /home/pi/video-player/play-overlay.sh
|
||||||
0 18 * * * /home/pi/play-overlay.sh
|
0 18 * * * /home/pi/video-player/play-overlay.sh
|
||||||
0 19 * * * /home/pi/play-overlay.sh
|
0 19 * * * /home/pi/video-player/play-overlay.sh
|
||||||
30 19 * * * /home/pi/stop-projector.sh
|
30 19 * * * /home/pi/video-player/stop-projector.sh
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
ffplay -fs -exitauto -hide_banner $(cat /overlayvideo)
|
export DISPLAY=:0
|
||||||
|
|
||||||
|
ffplay -fs -autoexit $(cat /overlayvideo)
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
curl http://192.168.1.93/api/v01/control/escvp21?cmd=PWR+ON
|
curl http://192.168.1.93/api/v01/control/escvp21?cmd=PWR+ON
|
||||||
|
curl http://192.168.1.67/api/v01/control/escvp21?cmd=PWR+ON
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
curl http://192.168.1.93/api/v01/control/escvp21?cmd=PWR+OFF
|
curl http://192.168.1.93/api/v01/control/escvp21?cmd=PWR+OFF
|
||||||
|
curl http://192.168.1.67/api/v01/control/escvp21?cmd=PWR+OFF
|
||||||
|
|||||||
Loading…
Reference in New Issue