overview
MDBList sync module overview (capabilities, setup links, and rate-limit notes).
Last updated
Was this helpful?
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:
MDBList uses strong external IDs.
That usually makes it a good “source of truth”.
sync/_mod_MDBLIST.py
watchlist → providers/mdblist/_watchlist.py
history → providers/mdblist/_history.py
ratings → 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
Was this helpful?
Was this helpful?