Custom metadata can be used to add additional metadata fields to your videos. Custom fields are added as part of your account settings. After the custom fields have been added, the fields can be assigned values using the Media module.
To create custom fields, follow these steps.
Note that internal names never have spaces and are all lower-case. They are generally formed by making the display name lower case and replacing spaces with underscore characters.
For example, if you enter My Field
as the display name, the internal name will be my_field
.
Custom fields you create are available immediately and will be visible in the Media module.
Up to 10 custom fields can be created. If you need more than 10 fields, click the Need more fields? link in the Video Fields page to contact Brightcove Customer Support with a request for more. Publishers are limited to 50 custom fields.
You can add additional values to a List type custom field. Click the custom field name link, add the values and then click Add to List. When done, click Save Field.
You can add/remove existing values from a List type custom field. Click the custom field name link, click the delete icon () associated with the value and then click Save Field.
When a list value is removed, any videos that were previously assigned that value will keep the value. However, if a video with the deleted value is edited, the value will be cleared and a new value will have to be selected.
To remove a custom field from an account, click the delete icon () associated with the custom field name.
There are some reserved words that must not be used as custom field internal names (the display name does not matter). One common name is category. If you use a reserved name as the internal name for a custom field, searches on that field will return no results. If you already have a custom field named that uses a reserved name, you should remove it and replace it with a different name or contact Brightcove Support for guidance.
The following should not be used as internal custom field names.
category | complete | created_at |
creationdate | custom_fields | dataimport |
discriminator | displayname | displayname_analyzed |
displayname_tokenized | enddate | itemstate |
lastmodifieddate | mediaid | name |
playable_now | playstotal | playstrailingweek |
published_at | publisheddate | publisherid |
referenceid | referenceid_analyzed | scheduled |
referenceid_analyzed | schedule.ends_at | schedule.starts_at |
scheduled | searchtext | searchtext_analyzed |
startdate | tag | tags |
text | state | video_type |
Custom fields can be accessed programmatically using one of the Brightcove APIs. The following developer documents provide more information.