eluv-io / elv-fabric-browser

Eluvio Content Fabric Browser
MIT License
2 stars 1 forks source link

Add ingest page #40

Closed elv-zenia closed 2 years ago

elv-zenia commented 2 years ago

Support ingesting media within a Library and Content Object.

Library page > More Options > Create Media Object Library > Content Object > More Options > Convert to Media Object

Works with elv-ingest.

Library page image

Object page image

image

Usage

The library must be configured with a default abr profile and mezzanine content type via the metadata, formatted as such:

abr: {
  default_profile: {} // object: abr profile may be copied from elv-client-js/utilities/example_files
  mez_content_type: "" // string: content type version hash or title
}

You should now be able to see the Media Object button within More Options. Please note, the button is visible on objects that haven't yet been ingested.

elv-zenia commented 2 years ago

@elv-kevin This also needs a change to configuration.js for ingest-media to point to a deployment of elv-ingest.