> For the complete documentation index, see [llms.txt](https://catenoid-support.gitbook.io/loomex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catenoid-support.gitbook.io/loomex/userguide/library/detail/meta.md).

# 방송 메타

이 페이지에서는 Loomex의 방송메타에 대해 안내합니다.

&#x20;

> ### **방송 메타** <a href="#undefined" id="undefined"></a>
>
> 프로그램, 회차, 클립에 포함된 방송 메타데이터를 라이브러리에 있는 동영상에 연결하여 콘텐츠를 구조화하여 분류하고 미디어 자산을 효율적으로 관리할 수 있습니다.

### **방송 메타 추가** <a href="#undefined" id="undefined"></a>

#### **Step 1. 방송 메타 탭 이동** <a href="#step-1." id="step-1."></a>

라이브러리 영상의 동영상 제목을 클릭하면 라이브러리 상세 화면으로 이동합니다. 우측의 방송 메타 탭을 클릭하고 **방송 정보 가져오기** 버튼을 클릭하면 아래와 같은 메타 검색창이 나타납니다.

<figure><img src="/files/b9nvldF8LQXsz6bAm5Yp" alt=""><figcaption><p>방송 메타 탭</p></figcaption></figure>

&#x20;**Step 2. 방송 정보 가져오기**

메타 타입 분류에서 클립 및 회차로 구분되는 프로그램의 방송 정보를 가져올 수 있습니다. 메타 정보는 한국어, 영어, 일본어 등의 다국어를 지원합니다. 해당하는 메타를 선택하여 라이브러리의 동영상에 방송 정보를 연결합니다.

<figure><img src="/files/CljllAVb48EBEsymSj4C" alt=""><figcaption><p>메타 검색창</p></figcaption></figure>

{% hint style="info" %}
**참고**

메타는 동영상마다 오직 하나의 언어만을 지원합니다. 이미 연결된 메타가 있는 영상에 다른 방송 메타를 연결할 경우, 기존 설정한 정보는 초기화됩니다.
{% endhint %}

### **방송 메타 확인** <a href="#undefined" id="undefined"></a>

메타를 선택하고 확인 버튼을 누르고 우측 상단에 있는 **저장** 버튼을 누르면 메타 연결이 완료됩니다. 메타를 변경하고 싶은 경우 **방송 정보 가져오기**를 클릭한 다음 메타를 재선택하여 메타를 수정할 수 있습니다.

<figure><img src="/files/B2dlMRjZHVTLvdMkk2T0" alt=""><figcaption><p>방송 메타 확인</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://catenoid-support.gitbook.io/loomex/userguide/library/detail/meta.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
