Open edi-spaghetti opened 1 year ago
This was originally supported, but I think the backend changed, and the python code hadn't been updated. I'll log a ticket internally to get this fixed.
OK, do I need to wait a new release and rebuild then? Or is this functionality achievable a different way?
Following the demo code from this tutorial; file:///home/centos/xstudio/build/bin/docs/user_docs/appendix/python_scripting.html
I have minorly adapted it to run media on our own system like so;
With an xstudio player already launched from another shell and running the above code, I would expect a playlist with two images sequences to be playing one after the other. However what I actually see is just the first media item playing. It seems to be coming from the Panels > Settings > Begin Playback on Startup option though, because with that unchecked then the first media item is loaded in the viewport, but isn't playing.
In fact, I can't seem to find any UI options that allow me to play media items sequentially.
What needs to be changed in this demo code to view multiple media items? To be clear, both the items are loaded in the playlist, and I can manually swap to each of them in the xstudio UI, it just seems to be playback is not what I was expecting.