create new playlist using python #420
-
|
Hello! I've written a user interface using fltk that allows a user to select one or more clips and load them into mrv. I would like to add the loaded clips to a new playlist using python, but there seems to be no way to create an empty timeline using the API. Maybe I'm overlooking something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi, welcome! Yes, you are overlooking something: the power of python libraries. cmd.open() can be used to open also an OpenTimelineIO playlist. As Pixar generously distributes the "opentimelineio" module through pip, you would need to, roughly do: |
Beta Was this translation helpful? Give feedback.
Hi, welcome!
Yes, you are overlooking something: the power of python libraries. cmd.open() can be used to open also an OpenTimelineIO playlist.
As Pixar generously distributes the "opentimelineio" module through pip, you would need to, roughly do: