overview
Emby sync module overview (capabilities, setup links, and matching notes).
Last updated
Was this helpful?
Emby sync module overview (capabilities, setup links, and matching notes).
This is the Emby sync module used by the orchestrator. It is not the setup/auth guide.
Start at: Emby module.
This module can sync:
Feature semantics live here:
Emby often lacks strong external IDs.
That makes CrossWatch matching noisier.
Best practice:
keep your Emby metadata agents set up
ensure items have IMDb/TMDb/TVDb IDs where possible
Watchlist is emulated (favorites/playlist/collections).
Library scoping changes what “exists” to the module.
Writes can be eventually consistent.
If IDs are missing, two-way sync can get risky.
sync/_mod_EMBY.py
watchlist → providers/emby/_watchlist.py
history → providers/emby/_history.py
bidirectional: true
index_semantics: "present"
provides_ids: false
emby_watchlist.unresolved.json
emby_history.shadow.json
emby_history.unresolved.json
emby_history.emby.blackbox.json
CW_DEBUG, CW_LOG_LEVEL
CW_EMBY_DEBUG, CW_EMBY_LOG_LEVEL
Last updated
Was this helpful?
Was this helpful?
{
"bidirectional": true,
"index_semantics": "present",
"provides_ids": false
}