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:
python://E:/PreShowExperience/setup_show.py
Would anyone know how to resolve this import error? I would be very very grateful
I'm always interested to see how people use PreShow. Please let me know what modules you use and feel free so share any description of what you do with your PreShows?
Excluding the actual hardware for your media (screen, speakers, amps, receivers, etc.) what is your favorite thing that enhances your movie watching experience?
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