li-transcoding-state

Supported Features

Document
Media
Table Dashboard
Include
Display Filter
Search Indexing
System Metadata

Default UI

UI to trigger transcodings, see progress and the end result.

Storage Format

{
  commands: [
    {
      assetKey: <String>,
      commandId: <String>,
      createdAt: <String>,
      state: <String>,
      errorMessage: <String>,
      progress: <Number>
    }
  ],
  transcodings: [
    {
      assetKey: <String>
    }
  ]
}

Content Type Config

{
  handle: 'myContentType',
  // ...
  metadata: [
    {
      handle: 'myHandle'
      type: 'li-transcoding-state',
      config: {
        index: true                              // optional, default: false. Added in: release-2023-07
      }
      ui: {
        label: 'My Transcoding'     // optional, takes "Transcoding State" otherwise
      }
    }
    // ...
  ]
}