> 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/media-servers/jellyfin.md).

# Jellyfin

{% hint style="warning" %}
CrossWatch requires **Jellyfin 10.9 or newer**. Older Jellyfin versions are not supported.
{% endhint %}

{% tabs %}
{% tab title="End users" %}

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

### Connect Jellyfin

Jellyfin supports **Quick Connect** and username/password sign-in.

#### Quick Connect (recommended)

1. Enter your **Server URL**.
2. Click **Start Quick Connect**.
3. In Jellyfin, open your user menu and select **Quick Connect**.
4. Enter the displayed code and authorize the connection.
5. Open **Settings** for Jellyfin.
6. Verify these values are filled:
   * **Server URL**
   * **Username**
   * **User ID** (use **Auto-Fetch** if needed)
7. Click **Save**.

#### Username and password

Enter your **Server URL**, **Username**, and **Password**. Then click **Sign In**.

### Optional: whitelisting (libraries)

If you don’t see your libraries:

1. Click **Load Libraries**.
2. Pick the libraries you want CrossWatch to use.
3. Click **Save**.

Guide: [Library Whitelisting](/crosswatch/settings/connections/library-whitelisting.md).
{% endtab %}

{% tab title="Power users" %}

### Config keys

Stored under:

* `jellyfin.*`

Common keys:

* `jellyfin.server` / `jellyfin.server_url`
* `jellyfin.user_id`
* `jellyfin.access_token`

### Related docs

* Sync module: [Jellyfin module](broken://spaces/3rh5THg1PdhVsBt3GALo/pages/8894e0a8c6c0655a44b11dde4a70cdb1b5c0c04c)
* Adapter: [Adapter: Jellyfin](/crosswatch/settings/synchronization/media-servers/jellyfin.md)
  {% endtab %}
  {% endtabs %}


---

# 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/media-servers/jellyfin.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.
