Curious if thereโs a way to program a sequence action or other method to advance to the next item based on a specific clock time. Hereโs the scenario I run into: we program outdoor movies in our park, and the schedule needs to be pretty precise. We typically run a 30-minute block of trivia while people get situated, followed by a 9-minute theater intro, with the feature film starting right at 8:00 PM. That means I need to start the sequence at exactly 7:21 PM to keep everything on schedule. The
Hi There,
I have written a script in python to dynamically generate my pre-show content and place it in the relevant folders. In order to achieve the content generation I am using the library moviepy. Running the script from my shell works as expected but when testing the script from Kodi I get an import error no such module moviepy. My action file running this is a simple one liner:
ย
Would anyone know how to resolve this import error? I would be very very grateful