Skip to end of banner
Go to start of banner

Metadata 17.3

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

MediaHaven has a wide variety of metadata fields. This table list various information about these fields

  • Changes versus Metadata 17.1:
    • Renamed family Standard Fields to family Descriptive Fields
    • Renamed family Read-Only Fields to family Administrative Fields: this family provides information to help manage a resource, such as when and how it was ingested, file type
    • The administrative fields are now also exposed in the export sidecar metadata under the tag Administrative
    • New administrative field Workflow: describes through which workflow a file was ingested (if applicable)
    • New administrative field IngestTape: describes on which ingest tape the file was provided (if applicable)
    • New technical field OriginalFilename (same meaning as before but now in the correct family Technical)
    • New internal field DeparmentId: uuid of the department the file was published with, the administrative field DepartmentName provides the human readable name.

Legend

  • Profile: If you fill this value out in a MediaHaven Profile this metadata will appear in the user interface
  • Search / Searchable / Sortable: In the MediaHaven REST API you can search for it using this value if it is searchable and optionally sort the results (sortable).
  • Read-only: This field cannot be modified in the user interface or API calls

Descriptive Fields

ProfileDescriptionFormatSearchSidecar (xpath)Read-onlySearchableSortable
TitleThe title of the file
MediaObjectFragmentTitleSorttitle
(tick)(tick)
DescriptionDescription about the file
MediaObjectFragmentScriptDescriptiondescription
(tick)
CreationDateThe date and time the file was originally createdEXIFMediaObjectFragmentCreationDateMDProperties/CreationDate
(tick)(tick)
Rights_OwnerThe name of the (copyright) owner of the file
MediaObjectFragmentrightsownerMDProperties/rights_owner


KeywordsSeries of keywords about the fileMultiItemMediaObjectFragmentKeyword (individual value)keywords/keyword
(tick)
CategoriesSeries of categories about the fileMultiItemMediaObjectFragmentcategory (individual value)MDProperties/categories/category

(tick)
PublisherPublisher of the file
N/AMDProperties/Publisher



Administrative Fields

ProfileDescriptionFormatSearchSidecar (xpath)Read-onlySearchableSortable
OrganisationNameThe name of the organisation to which the file belongs
MediaObjectOwnerNameAdministrative/OrganisationName(tick)(tick)
LastModifiedDateThe date and time when the file was last editedISO-8601MediaObjectFragmentLastModifiedTimeAdministrative/LastModifiedDate(tick)(tick)(tick)

ExternalId

The ID of the file in an external platform. This field is only for advanced installations.
MediaObjectExternalIdAdministrative/ExternalId(tick)(tick)
ArchiveDateThe date and time the file was ingestedEXIFMediaObjectArchiveDateAdministrative/ArchiveDate(tick)(tick)(tick)
UploadedByThe name of the user that uploaded the file
MediaObjectUploadedByAdministrative/UploadedBy(tick)(tick)


TypeThe type of the file (e.g. video, audio, etc)
MediaObjectTypeAdministrative/Type(tick)(tick)
DepartmentNameThe name of the department that published the file
MediaObjectFragmentDepartmentNameAdministrative/DepartmentName(tick)(tick)
WorkflowDescribes through which workflow a file was ingested (if applicable)
MediaObjectWorkflowAdministrative/Workflow(tick)(tick)
IngestTapeDescribes on which ingest tape the file was provided (if applicable)
MediaObjectIngestTapeAdministrative/IngestTape(tick)(tick)

Technical Fields

Profile / Sidecar

DescriptionFormatSearchSidecar (xpath)Read-onlySearchableSortable
OriginalFilename The name of the file as it was ingested into MediaHaven
MediaObjectOriginalFilenameSortTechnical/OriginalFilename(tick)(tick)(tick)
FileSizeThe size of the file in bytes
MediaObjectFileSizeTechnical/FileSize(tick)(tick)(warning) yes, but lexicographically
Md5The MD5 checksum of the file
MediaObjectMd5Technical/Md5(tick)
(tick)
MimeTypeThe mime type of the file, e.g. image/jpg
MediaObjectMimeTypeTechnical/MimeType(tick)(tick)
WidthThe width of the filepixelsImageWidthTechnical/Width(tick)(tick)(warning) yes, but lexicographically
HeightThe height of the filepixelsImageHeightTechnical/Height(tick)(tick)(warning) yes, but lexicographically
ImageSizeWidth times height, e.g 1920x1080pixels times pixelsImageSizeTechnical/ImageSize(tick)(tick)
VideoTechnicalDescription of the video codec in the media file
VideoTechnicalTechnical/VideoTechnical(tick)(tick)
AudioTechnicalDescription of the audio codec in the media file
AudioTechnicalTechnical/AudioTechnical(tick)(tick)
VideoFormatThe format of the video (e.g. IMX 30i SD, XDCAMHD)
VideoFormatTechnical/VideoFormat(tick)(tick)
DurationTimeCodeThe duration of the media fileHH:mm:ss.SSSMediaObjectDurationTimeCodeTechnical/DurationTimeCode(tick)

StartTimeCodeThe start time of the media fileHH:mm:ss.SSS
MediaObjectStartTimeCode
Technical/StartTimeCode(tick)

EndTimeCodeThe end time of the media fileHH:mm:ss.SSS
MediaObjectEndTimeCode
Technical/EndTimeCode(tick)

FragmentDurationTimeCodeThe duration of the a fragmentHH:mm:ss.SSS
MediaObjectFragmentDurationTimeCodeTechnical/FragmentDurationTimeCode(tick)

FragmentStartTimeCodeThe start time of a fragment, relative to the start of the media fileHH:mm:ss.SSS
MediaObjectFragmentStartTimeCode
Technical/FragmentStartTimeCode(tick)

FragmentEndTimeCodeThe end time of a fragment, relative to the start of the media fileHH:mm:ss.SSS
MediaObjectFragmentEndTimeCode
Technical/FragmentEndTimeCode(tick)

Internal Fields

Profile / SidecarDescriptionRemarkSearchSidecar (xpath)Read-onlySearchableSortable

MediaObjectId

The unique identifier of the file64 charactersMediaObjectIdInternal/MediaObjectId(tick)

FragmentId

The unique identifier of the fragments of the file96 charactersMediaObjectFragmentIdInternal/FragmentId(tick)(tick)
TransferStatus
  • If the value is 1016 the file is processed
  • If the value is < 1016, the file is being processed

MediaObjectStatusInternal/TransferStatus(tick)(tick)
ArchiveStatusThe possible values are documented here: Ingest Monitoring
MediaObjectArchiveStatusInternal/ArchiveStatus(tick)(tick)
OrganisationIdThe ID of the organisation to which the file belongs to. The administrative field OrganisationName provides the human readable name.
MediaObjectOwnerInternal/OrganisationId(tick)(tick)
IngestSpaceIdThe ID of the ingest space the file belongs or belonged toUUIDMediaObjectFragmentingestspacenameInternal/IngestSpaceId(tick)(tick)
IsInIngestSpaceWhether the file still belongs to an ingest space0 or 1MediaObjectFragmentisiningestspaceInternal/IsInIngestSpace(tick)(tick)
DepartmentIduuid of the department the file was published with, the administrative field DepartmentName provides the human readable name.UUIDMediaObjectDepartmentIdInternal/DepartmentId(tick)(tick)
  • No labels