> 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/jp/loomex-yzgaido/fang-song.md).

# 放送

Loomexの放送について説明します。

> ### **放送** <a href="#loomex-fang-song-fang-song" id="loomex-fang-song-fang-song"></a>
>
> 放送とはプログラムを生成したり編成して映像を外部に配布することを意味します。Loomexはメディア資産をプログラム、エピソード、クリップで分類し、コンテンツ情報を入力するメタデータと連係することで効率的なメディア資産の管理と配布を可能とします。

&#x20;

### **プログラム** <a href="#loomex-puroguramu" id="loomex-puroguramu"></a>

***

メディアコンテンツは放送の用途及び形式などの分類基準に合わせてプログラムで企画・編成されて視聴者に提供されます。Loomexのプログラムはプログラム名、視聴年齢制限、放送開始日などの基本的なメタデータが含まれていて、プログラムにエピソードとクリップを連係することで一つの放送プログラムとして管理することができます。

<figure><img src="/files/if7gadR8FzOKVm3Lvsmn" alt=""><figcaption><p>プログラムリスト画面</p></figcaption></figure>

### **エピソード** <a href="#loomex-episdo" id="loomex-episdo"></a>

***

1回あたりの放送分を意味します。メディアコンテンツ別の放送回数が増える場合、プログラムを複数のエピソードで分けて放送することができます。Loomexのエピソードはエピソード情報、視聴年齢制限、エピソード名などのメタデータを登録して管理することができます。

<figure><img src="/files/o6CTLaEvYjl3kqNtXCyW" alt=""><figcaption><p>エピソードリスト画面</p></figcaption></figure>

### **クリップ** <a href="#loomex-kurippu" id="loomex-kurippu"></a>

***

既存の放送プログラムを加工した映像または短く企画・制作されたメディアコンテンツを意味します。クリップは予告編・名場面などの映像を含めて放送プログラムに関する付加コンテンツを短くて簡潔なショートフォーム形態で運用・サービスすることができます。

<figure><img src="/files/a1MEs5iEgIMAhyQlgSkD" alt=""><figcaption><p>クリップリスト画面</p></figcaption></figure>

### **メタデータ** <a href="#loomex-metadta" id="loomex-metadta"></a>

***

メタデータは‘データに対するデータ(data about data)’として情報を構造化して分類し、付加情報を追加するために元のデータに含まれる情報を意味します。放送制作の際に生成されるタイトル、放送日、出演者などの基本情報と商品、リンク、テキストなどの付加情報もメタデータとして活用することが可能で、更に映像の区間に付加情報を追加することもできます。Loomexで提供しているメタデータは以下の通りになります。

| **メタデータ** | **説明**               |
| --------- | -------------------- |
| プログラム名    | プログラムのタイトル           |
| エピソード名    | プログラムに属するエピソード別のタイトル |
| クリップ名     | クリップのタイトル            |
| ポスター      | プログラムを代表する画像         |
| サムネイル     | 映像を代表する画像            |
| 字幕        | 映像に追加された字幕または翻訳データ   |
| 視聴年齢      | 映像に設定された年齢制限         |
| シノプシス     | プログラムのあらすじ           |
| 許可国       | 映像の視聴を許可する国          |
| 放送日       | 映像が公開される日付           |
| 制作/出演     | 映像の制作に関わる人物情報        |
| ホームページ    | プログラムの公式ホームページURL    |
| 再視聴       | プログラムの再視聴URL         |
| 掲示板       | プログラムの掲示板URL         |
| 添付ファイル    | プログラムに関する添付ファイル      |


---

# 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, and the optional `goal` query parameter:

```
GET https://catenoid-support.gitbook.io/loomex/jp/loomex-yzgaido/fang-song.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
