OpenAssetIO / otio-openassetio

A prototype OpenTimelineIO plugin to allow assetized EDLs to be resolved through OpenAssetIO.
Apache License 2.0
10 stars 2 forks source link

Add minimal resolver plugin using a custom media linker #1

Closed foundrytom closed 2 years ago

foundrytom commented 2 years ago

Hopefully gets us pretty much there with with https://github.com/TheFoundryVisionmongers/OpenAssetIO/issues/215. Keeping to the https://github.com/OpenTimelineIO/otio-plugin-template as much as it can.

It is very minimal right now in terms of functionality, pending the changes were making to move to trait-based resolution. Hopefully it illustrates a representative use case, and will enable some real-world exploration of assetized EDLs.

There are all sorts of fun things we can do later, especially around the other media reference properties, and the use of inherited metadata to drive aspects of the resolution process.

A working example of CI is available here.

I'll fix the too-long commit titles when squashing.