---
title: "Linking video metadata to a clip (episode)"
slug: "linking-video-metadata-to-a-clip-episode"
updated: 2024-11-12T17:02:20Z
published: 2024-11-12T17:02:20Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.tritondigital.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Linking video metadata to a clip (episode)

> Reference self-hosted video content in Omny Studio APIs.

This document will explain how to reference your self-hosted video content (a reminder that Omny Studio does not store/serve video files) as metadata against a clip in Omny Studio.

### Using Custom Fields to link a video URL

You can use Omny's [Custom Fields](/user/docs/custom-fields) to link an audio clip (episode) with external systems used to store video content, allowing you to enhance the accessibility of video content and customise user experiences. ​ First, you will need to setup your Custom Field. You can this by selecting "Program settings" in the left-hand menu and custom fields in the adjacent menu then following the [steps in this help doc.](/user/docs/custom-fields)

![](https://cdn.document360.io/7124b381-0a94-401a-abbd-9df9c4ea5dff/Images/Documentation/ad7feb3b-fc3c-4d80-9c5e-b9f7d9d7282a.png)

![](https://cdn.document360.io/7124b381-0a94-401a-abbd-9df9c4ea5dff/Images/Documentation/0ab12e51-bb4c-4cbf-967d-4b6584a62911.png)

Now we will explain the steps to add metadata to a clip in Omny Studio, to reference video content.

### Upload audio and link a video URL

1. Navigate to the Clips (Episodes) menu in Omny Studio and select "Upload Audio" to add a new clip. Or select an existing clip and choose "Edit details".

![](https://cdn.document360.io/7124b381-0a94-401a-abbd-9df9c4ea5dff/Images/Documentation/Omny-Clips.png)
2. Select the details tab and scroll down to Custom Fields, which allows you to attach additional information to clips. This field will serve as a reference to indicate where the video content is stored or associated.

![](https://cdn.document360.io/7124b381-0a94-401a-abbd-9df9c4ea5dff/Images/Documentation/Omny-Clip-details-Custom-fields(1).png)

**Note: The Custom Field must be created before you can input a URL. Refer to the**[**Custom fields**](/user/docs/custom-fields)**help document to set this up.**
3. Enter the URL of the associated video into the custom field and click save changes to apply the change.

Alternatively, you can populate this custom metadata through the **API**. Please take a look at the information about our API [here](https://api.omnystudio.com/docs/management-api-v1/index.html).

### Accessing the metadata

To make this metadata accessible, you can **expose it** in either the [**consumer API**](/user/docs/consumer-api) or the **RSS feed**. The associated data becomes part of the clip’s public representation by enabling this in the custom field definition.

**Custom applications** or **websites** can then consume this metadata.

Developers can retrieve the custom field data programmatically using the [Omny Consumer API](/user/docs/consumer-api). The metadata can also be included in the RSS feed associated with the clip. This approach allows custom apps or websites to display and render the video content as desired, leveraging the additional context provided by the custom field.
