TMDb sync module overview (account sync behavior and limitations).
This is the TMDb (Sync) module used by the orchestrator. It connects to your TMDb account.
This module can sync:
Watchlist
Ratings
It does not support:
History
Auth: TMDb
Adapter: TMDb
TMDb uses TMDb IDs. Matching is usually clean.
sync/_mod_TMDB.py
watchlist → providers/tmdb/_watchlist.py
providers/tmdb/_watchlist.py
ratings → providers/tmdb/_ratings.py
providers/tmdb/_ratings.py
tmdb.find_cache.json
This caches TMDb “find” lookups.
Last updated 3 hours ago
Was this helpful?