MDBList sync module overview (capabilities, setup links, and rate-limit notes).
This is the MDBList sync module used by the orchestrator. It is not the setup/auth guide.
This module can sync:
Watchlist
History
Ratings
Auth: MDBList
Adapter: MDBList
MDBList uses strong external IDs.
That usually makes it a good “source of truth”.
sync/_mod_MDBLIST.py
watchlist → providers/mdblist/_watchlist.py
providers/mdblist/_watchlist.py
history → providers/mdblist/_history.py
providers/mdblist/_history.py
ratings → providers/mdblist/_ratings.py
providers/mdblist/_ratings.py
bidirectional: true
index_semantics: "present"
provides_ids: true
history.from_date: true
{ "bidirectional": true, "history": { "from_date": true, "remove": true, "types": { "episodes": true, "movies": true, "seasons": true, "shows": true }, "upsert": true }, "index_semantics": "present", "provides_ids": true, "ratings": { "from_date": false, "types": { "episodes": true, "movies": true, "seasons": true, "shows": true }, "unrate": true, "upsert": true } }
mdblist.watermarks.json
mdblist_watchlist.shadow.json
mdblist_watchlist.unresolved.json
mdblist_ratings.index.json
mdblist_history.index.json
Last updated 3 hours ago
Was this helpful?