alubbock / rpi-vidlooper

Video player for Raspberry Pi, controlled by GPIO buttons
MIT License
19 stars 19 forks source link

run another command after the video start #12

Open pietrondo opened 3 years ago

pietrondo commented 3 years ago

Hi, is possible to run "a wget command" after the video start? So the button run: a specific command the video? thx

alubbock commented 2 years ago

Downloading arbitrary files on a button press is probably out of scope for this video player's aims, but you could fork this repo and add that functionality if you know Python.