Getting VuoCompositionMetadata from VuoRunner

Is there anyway to get VuoCompositionMetadata from a VuoRunner loaded with a URL?

I see in the VuoRunnerCocoa that the file is loaded as a String. Then the VuoRunner is initialized with the CompositionString rather than the fileURL.

I see the function to get the MetaData from the CompositionString. But is there anyway around this?

Or should I switch to using the CocoaMethod?

There’s not a way to construct a VuoCompositionMetadata directly from a URL — but you could call VuoFileUtilities::readFileToString with the composition file path, then pass the returned string to the VuoCompositionMetadata constructor.