_auth_EMBY

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

Emby authentication provider (server URL + user token).

What this auth provider does

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

Auth flow

  • token (user supplies token / CrossWatch stores it)

Writes to config

Namespace:

  • cfg[\"emby\"]

Common fields:

  • server URL

  • user id

  • access token / api key

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 Emby sync module right now.

Last updated

Was this helpful?