Moving Image Cloud Export

No UI

Moving Image Cloud Export is a Cloud Export extension which allows you to synchronize video assets from CELUM to Moving Image.

Requirements

CELUM Content 22.1 or later

Dependencies

Properties

To be configured in {home}/appserver/conf/custom.properties

General

cloudExport.general.license

type: String, required: yes, default: -

The license key for the plugin (product: cloudExport), provided by brix.

cloudExport.general.taskGroupName

type: String, required: no, default: Cloud Export

The name of the CELUM system task group.

Export Definitions

Multiple exports can be configured, replace the {key} placeholder with a descriptive name for each export definition.

cloudExport.{key}.type

type: String, required: yes

The type of this export definition. Set this to movingimage.

cloudExport.{key}.scopeExpression

type: String, required: yes

A Search Util 2 expression. All assets matching the expression will be exported.

cloudExport.{key}.deleteOutOfScopeRemoteAssets

type: Boolean, default: false

Whether to delete assets from the export destination when they leave the defined scope.

cloudExport.{key}.downloadFormatId

type: Integer, required: yes

The ID of the download format to use for this export.

cloudExport.{key}.taskName

type: String, required: no, default: Cloud Export '{key}'

The name of the system task which executes the export.

cloudExport.{key}.taskCronExpression

type: String, required: no, default: -

A Quartz cron expression specifying how often and when the export task should run.

cloudExport.{key}.oauthProfileName

type: String, required: yes

The name of the profile created with OAuth code storage.

cloudExport.{key}.videoManagerId

type: String, required: yes

Your Moving Image video manager ID

cloudExport.{key}.playerId

type: String, required: yes

A valid Moving Image player ID (will be used in generated Public URLs)

cloudExport.{key}.videoTitle.infoFieldId

type: Integer, required: no

ID of the information field to use as title for the Moving Image video.

cloudExport.{key}.videoDescription.infoFieldId

type: String, required: no

ID of the information field to use as description for the Moving Image video.

cloudExport.{key}.metadataKey.assetId

type: String, required: no, default: CELUM_ASSET_ID

ID of an existing Moving Image metadata attribute for saving the CELUM asset ID

Compatibility Matrix

movingImageCloudExport CELUM
1.0 - 1.1 6.4.0 - 6.19
1.2 6.20

Release Notes

1.0

Released 2024-11-11

Initial version