I'm working on a trivia pack based on the Get The Picture daily questions from the AFI website. Couple questions... Is JPG the preferred format or would PNG be better? What's the ideal resolution for trivia images? For each question, I want to have 3 slides: question slide with answer options; answer slide with correct option highlighted; fact slide with further info about the movie in question. So it would be QUESTION -> ANSWER -> RELATED FACT. What's the best way to name these files? Are
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