Vimeo Cloud Export is a Cloud Export extension which allows you to synchronize video assets from CELUM to Vimeo.
CELUM Content 22.1 or later
To be configured in {home}/appserver/conf/custom.properties
type: String, required: yes, default: -
The license key for the plugin (product: cloudExport), provided by brix.
type: String, required: no, default: Cloud Export
The name of the CELUM system task group.
Multiple exports can be configured, replace the {key} placeholder with a descriptive name for each export definition.
type: String, required: yes
The type of this export definition. Set this to vimeo.
type: String, required: yes
A Search Util 2 expression. All assets matching the expression will be exported.
type: Boolean, default: false
Whether to delete assets from the export destination when they leave the defined scope.
type: Integer, required: yes
The ID of the download format to use for this export.
type: String, required: no, default: Cloud Export '{key}'
The name of the system task which executes the export.
type: String, required: no, default: -
A Quartz cron expression specifying how often and when the export task should run.
type: String, required: yes
The name of the profile created with OAuth code storage.
type: Integer, required: no
ID of the information field to use as title for the Vimeo video.
type: String, required: no
ID of the information field to use as description for the Vimeo video.
type: String, required: no
URI of the Vimeo folder to upload the videos to.
type: String, required: no
Comma-separated list of Vimeo showcase (previously album) URIs to assign the videos to.
type: Integer, required: no, default: -
Needs to be configured if your user is part of a team.
type: Boolean, default: false
Whether to save the Vimeo embed URL or the Vimeo video link as Public URL on the asset.
type: Boolean, default: false
If set to true, the CELUM preview image will be uploaded as thumbnail to Vimeo.
type: Boolean, default: false
Enables chapter generation feature, if set to true. This requires you to also configure the next two properties.
type: Integer, required: if generateChapters = true
The ID of the text information field containing the chapter information in WEBVTT format.
type: String, required: if generateChapters = true
A regex pattern to extract the chapter title from WEBVTT cue text. Capture group 1 will be used as the title.
Released 2023-03-06
Initial version
Released 2023-03-13
Added support to move newly uploaded videos to a folder in Vimeo.
Released 2023-03-28
Added option to alternatively save the embed URL instead of the video link as Public URL on the asset.
Released 2023-04-24
Added thumbnail upload feature
Released 2024-03-28
Added chapter feature