_mod_TMDB
Sync engine module for TMDb account sync (watchlist/ratings indexing and writes).
Last updated
Was this helpful?
Sync engine module for TMDb account sync (watchlist/ratings indexing and writes).
Last updated
Was this helpful?
Was this helpful?
Orchestrator
└─ OPS.build_index(cfg, feature)
└─ TMDBModule.build_index(feature)
└─ providers/tmdb/_{feature}.py : build_index(adapter, ...)Orchestrator plan → OPS.add/remove(...)
└─ TMDBModule.add/remove(feature, items, dry_run=...)
└─ providers/tmdb/_{feature}.py : add/remove(adapter, items){
"bidirectional": true,
"index_semantics": "present",
"provides_ids": true,
"ratings": {
"add": true,
"remove": true,
"types": {
"episodes": false,
"movies": true,
"seasons": false,
"shows": true
}
},
"watchlist": {
"add": true,
"remove": true,
"types": {
"episodes": false,
"movies": true,
"seasons": false,
"shows": true
}
}
}