I am willing to use moveiEngine from the palette. I would need to change file path either by exporting a path from a DAT or via python but it seems not possible or it is built in a way i must follow a specific way to achieve it. I keep having “object is not subscriptable”
Hi Gallo, you’re right - it doesn’t work by putting an expression into the File par. It was designed more for putting explicit file paths there or dropping movie files from the file system onto the node. But it really should work as you expect. So you would have to change line 88 of moviePlayer/timer_callbacks from:
which does an eval() of the File parameter to get the exact path while it’s transitioning to the next movie. I’ll change that in the next Official build. Thanks for that.