Hello, I hope you're all well... Until yesterday, my trailers in the pre-show were working normally... I have it configured to show trailers for movies I don't own, with the intention of discovering new things. But today it stopped working; it only pulls trailers for movies I have in the database, and if I disable the Kodi database option, it doesn't play any trailers at all, it just stays stuck on a black screen. Does anyone have any idea how I can solve this problem? Thank you in advance.
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