overview
SIMKL sync module overview (activities/watermarks, caching, and rate-limit notes).
Last updated
Was this helpful?
SIMKL sync module overview (activities/watermarks, caching, and rate-limit notes).
This is the SIMKL sync module used by the orchestrator. It is not the setup/auth guide.
This module can sync:
SIMKL uses strong IDs.
It also uses incremental activity-based reads.
sync/_mod_SIMKL.py
watchlist → providers/simkl/_watchlist.py
history → providers/simkl/_history.py
ratings → providers/simkl/_ratings.py
bidirectional: true
index_semantics: "delta"
provides_ids: true
{
"bidirectional": true,
"index_semantics": "delta",
"observed_deletes": false,
"provides_ids": true
}simkl.activities.shadow.json
simkl.watermarks.json
simkl.watchlist.shadow.json
simkl.watchlist.unresolved.json
simkl.ratings.shadow.json
simkl_ratings.unresolved.json
simkl.history.shadow.json
simkl_history.unresolved.json
simkl.show.map.json
simkl.anime.tvdb_map.json
CW_SIMKL_FORCE_PRESENT
CW_SIMKL_SHADOW_TTL
CW_SIMKL_AUTO_RESOLVE
Last updated
Was this helpful?
Was this helpful?