Use Case Metadata Editor Integration [VF IG]
The Metadata Editor is a configurable UI for creating/updating metadata in VidiFlow. It is provided as a standalone HTML page that can be called from any system. It comes with 2 modes, creating a new placeholder item, or updating an existing item. The different modes are configured by providing different query parameters when calling the web UI.
Path: The Metadata Editor Base Path |
http:// |
Creating New Placeholder Item | ||
Query Parameters | Description | Example |
mode | Indicate what mode (create/update) it is | create |
parentOrigin | The original web server that calls this page. | http://platform.server.io |
expectedMediaType | The default media type to be set | audio, video |
Updating Existing Item | ||
Query Parameters | Description | Example |
mode | Indicate what mode (create/update) it is | update |
parentOrigin | The original web server that calls this page. | http://platform.server.io |
objectId | The id of the item to be edited. | pf://system/item/VX-123/ |