For me, the features would be to be able to run the program from a computer and manage several pis remotely, and second, manage videos (play, stop, pause) remotely.
I'm currently working on my timed projections (pumpkins, witch, and window) using python with 3 pis and my mac. I'm using the subprocess method to ssh into each pi and start a video which is working ok, but having to ssh into each one every time to pipe the omxplayer command can time out or take forever so timing is not reliable. Also, I need the pumpkins to pause at the end instead of stop and that's a whole different bag of worms that requires dbuscontroller... and I'm just learning all this so I'm a bit lost. But that's the fun of programming and doing this kind of stuff for Halloween, the learning.
I'm super interested in your program. Thanks for putting it together!
I'm currently working on my timed projections (pumpkins, witch, and window) using python with 3 pis and my mac. I'm using the subprocess method to ssh into each pi and start a video which is working ok, but having to ssh into each one every time to pipe the omxplayer command can time out or take forever so timing is not reliable. Also, I need the pumpkins to pause at the end instead of stop and that's a whole different bag of worms that requires dbuscontroller... and I'm just learning all this so I'm a bit lost. But that's the fun of programming and doing this kind of stuff for Halloween, the learning.
I'm super interested in your program. Thanks for putting it together!