-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timer Control #210
Comments
Hey, you can use cron to just swap the files in the folder for the video you want to have played at the certain time - this would cause videolooper to start the playback of the file without having to reload the looper (in directory mode the directory is watched and playback changes if files change) Also I share with you now the changes I make to all the PIs I use with the videolooper to hide the bootscreen and the terminal:
I also install a "splashscreenservice" which just displayes a custom fullscreen PNG instead of a black screen until the videolooper starts. if you want I can share this also with you |
Hi @tofuSCHNITZEL I've finally found time to update my image file for videolooper.de again, and your script looks like it would be good to include as a manual option. If there's anything else you want to share, let's have it! :) |
here is what I do for the "boot up screen":
splashscreen.service looks like this: [Unit]
package "fbi" needs to be installed Edit: |
Intro (feel free to skip):
We're running multiple Pi Zeros looping happily through some videos in our store. I set them up (cron) to stop video_looper 5 minutes after closing each day and sending the attached tv into standby another minute later. 5 minutes before we open the RasPis will reboot and wake up the TVs again.
Request:
I'd like video_looper to switch to a certain video at a certain time (without needing to stop video_looper and showing command prompt). That way i'd be able to show a message that our store will be closing in a few minutes.
The text was updated successfully, but these errors were encountered: