This guide will show you how to configure Asset Update/Reject based on checksum readings to prevent duplicate content from coming in from multiple sources.
This article will demonstrate how to make the changes on a Watch folder ingest, however, similar changes are applied for a Curator Connect ingest and will also be covered in this guide.
First, It is advised that your ingest workflows are updated to their latest versions and should exceed or be of the same release version as Curator 3.2.
You will also need to ensure you have:
- Spawn - Get Additional Metadata On Source File
- PEA - Get Checksum on Source File
You will be notified of any missing workflows installed within your Process Designer when testing.
Once the workflows are configured, Create a Custom Mediastore named ADDITIONAL-METADATA with the following:
<ADDITIONAL-METADATA>
<MediaStoreDescription></MediaStoreDescription>
<MediaStoreTemplate>Custom</MediaStoreTemplate>
<MetadataStores>CHECKSUM</MetadataStores>
<Workflow>Spawn - Get Additional Metadata on Source File</Workflow>
</ADDITIONAL-METADATA>
Next, on the relevant Ingest Mediastore you will need to include the below key:
<UniqueMatchMetadata>MD5Checksum</UniqueMatchMetadata>
In this example, the FILEINGEST-HI-RES-VIDEO Mediastore was modified.