Idle video?
  • how would i go about making a video be played if the arcade has been idle for like 15 min?
  • Well, you would need a script that polls for button presses. Then you would add a timer to that script. The timer would need to be set to run your screen saver every 900,000 ticks (1000 milliseconds X 60 seconds X 15 minutes). Then you would need to reset that timer every time that there was a button press. I bet if you google it, you can probably find someone that has already made something that you can use. I would try googling something like 'unix command line screensaver' or 'python screen saver'.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!