Hello,
This is a brilliant solution to a problem I have and it ticks every one of my boxes.
My only problem is that when the process is called from rc.local on boot it will still show the console inbetween switching the videos. I've tried adding cls to the initial script and also adding os.system('clear') to the .py file but it doesn't seem to make a difference. Maybe I'm not putting the clear command in the right place? I'm using the GPIO version.
If the script is run form the command line it works fine - unfortunately when and where this setup will be deployed I won't be in a position to start it from the command line.
Thanks in advance
Hello,
This is a brilliant solution to a problem I have and it ticks every one of my boxes.
My only problem is that when the process is called from rc.local on boot it will still show the console inbetween switching the videos. I've tried adding cls to the initial script and also adding os.system('clear') to the .py file but it doesn't seem to make a difference. Maybe I'm not putting the clear command in the right place? I'm using the GPIO version.
If the script is run form the command line it works fine - unfortunately when and where this setup will be deployed I won't be in a position to start it from the command line.
Thanks in advance