> For the complete documentation index, see [llms.txt](https://wiki.crosswatch.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.crosswatch.app/crosswatch/settings/connections/metadata.md).

# Metadata

Metadata and ID mapping help CrossWatch match the same item across different services.

Without them, CrossWatch sees more missing peers and weaker ID coverage.

That matters more now that Plex, Jellyfin, and Emby default to strict ID matching.

Find this section in **Settings → Connections**.

In older versions, this section was named **Metadata**.

<figure><img src="/files/uM8mWpwPq1aCWZsdNAPl" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Set up TMDb before your first real sync run.
{% endhint %}

### Why you want this section

Most matching problems start with weak identifiers:

* Different services use different IDs.
* Titles are localized, renamed, or ambiguous.
* Episodes can be especially messy without external IDs.

Metadata and ID mapping help CrossWatch:

* match items by stable IDs (TMDb/IMDb/etc. when available)
* reduce “missing peer” and “wrong match” issues
* make two-way sync less risky

{% hint style="info" %}
If you use AniList pairs, enable Anime ID Mapping too.
{% endhint %}

### What CrossWatch supports

CrossWatch supports:

* **TMDb** metadata
* **Anime ID Mapping** for AniList pairs

<table data-view="cards"><thead><tr><th>Guide</th><th data-card-target data-type="content-ref">Open</th></tr></thead><tbody><tr><td>TMDb Metadata</td><td><a href="/spaces/3rh5THg1PdhVsBt3GALo/pages/FWsYA6CO8FVG9KIb08pZ">/spaces/3rh5THg1PdhVsBt3GALo/pages/FWsYA6CO8FVG9KIb08pZ</a></td></tr><tr><td>Anime ID Mapping</td><td><a href="/spaces/3rh5THg1PdhVsBt3GALo/pages/K78pPkkhj5tsnPhNITkq">/spaces/3rh5THg1PdhVsBt3GALo/pages/K78pPkkhj5tsnPhNITkq</a></td></tr></tbody></table>

### Setup

{% stepper %}
{% step %}

### Open Metadata / ID Mapping

Go to **Settings → Connections**.
{% endstep %}

{% step %}

### Configure TMDb

Create a TMDb API key and paste it into CrossWatch.

Guide: [TMDb Metadata](/crosswatch/settings/connections/metadata/tmdb-metadata.md)
{% endstep %}

{% step %}

### Configure Anime ID Mapping

If you sync AniList with another provider, enable Anime ID Mapping.

Guide: [Anime ID Mapping](/crosswatch/settings/connections/metadata/anime-id-mapping.md)
{% endstep %}
{% endstepper %}

### Troubleshooting

* **Lots of missing matches**: configure TMDb, then re-run the pair.
* **AniList anime still missing peers**: enable Anime ID Mapping, then run the pair again.
* **Wrong match**: fix the item in the Editor (override IDs), then re-run.
* **Rate limits**: increase TMDb cache TTL and avoid rapid re-runs.


---

# 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://wiki.crosswatch.app/crosswatch/settings/connections/metadata.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.
