So, a slightly different topic for a change.
We talk a lot about the Kodi software, its development and releases, and that's fine, as that's what we're all about and that's what everyone ultimately sees. However, we thought we'd change the subject a little and explore what goes on behind the scenes: how "Team Kodi" is structured, and what else is going on in the background in support of that glorious code.
The Kodi Foundation and the Board of Directors
Kodi has a legal personality. We're inco
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