overview
Jellyfin sync module overview (capabilities, setup links, and matching notes).
Last updated
Was this helpful?
Jellyfin sync module overview (capabilities, setup links, and matching notes).
This is the Jellyfin sync module used by the orchestrator. It is not the setup/auth guide.
This module can sync:
Jellyfin often lacks strong external IDs.
Expect noisier matching than Plex or Trakt.
Read: Provider specifics.
Watchlist is emulated (favorites/playlist/collection).
Writes can be eventually consistent.
Two-way sync is risky if IDs are missing.
sync/_mod_JELLYFIN.py
watchlist → providers/jellyfin/_watchlist.py
history → providers/jellyfin/_history.py
bidirectional: true
index_semantics: "present"
provides_ids: false
jellyfin_watchlist.unresolved.json
jellyfin_history.shadow.json
jellyfin_history.unresolved.json
jellyfin_history.jellyfin-plex.blackbox.json
CW_JELLYFIN_DEBUG=1
CW_JELLYFIN_LOG_LEVEL
Last updated
Was this helpful?
Was this helpful?
{
"bidirectional": true,
"index_semantics": "present",
"provides_ids": false
}