_auth_JELLYFIN

Internal Jellyfin auth provider module (server URL + access token handling).

Jellyfin authentication provider (server URL + user token).

What this auth provider does

Stores Jellyfin connection details so CrossWatch can call the Jellyfin API.

Auth flow

  • token (user supplies token / CrossWatch stores it)

Writes to config

Namespace:

  • cfg[\"jellyfin\"]

Common fields:

  • server URL

  • user id

  • access token

Gotchas

  • Token must be for the user you want to sync.

  • Sync support can differ from auth capability hints.

    • Example: ratings are not supported by the Jellyfin sync module right now.

Last updated

Was this helpful?