_mod_EMBY
Sync module for Emby (MediaBrowser API).
Last updated
Was this helpful?
Sync module for Emby (MediaBrowser API).
Provider ID: EMBY
Version (module): 2.1.0
Emby support in the sync engine.
Use it to sync:
watchlist
history
progress
Setup docs:
Entry point: sync/_mod_EMBY.py
health()
build_index(feature)
add(feature, items)
remove(feature, items)
watchlist → providers/emby/_watchlist.py
history → providers/emby/_history.py
progress → providers/emby/_progress.py
bidirectional: true
provides_ids: false
index_semantics: "present"
emby_history.shadow.json
emby_history.unresolved.json
emby_history.emby.blackbox.json
emby_watchlist.unresolved.json
provides_ids: false means CrossWatch relies heavily on external IDs.
Good TMDb metadata improves matching.
Last updated
Was this helpful?
Was this helpful?
{
"bidirectional": true,
"index_semantics": "present",
"provides_ids": false
}