TMDb watchlist feature implementation (account watchlist reads and writes).
Generated: 2026-01-31 02:50:29Z
Related:
Engine semantics: Watchlist (engine-level)
This feature syncs your TMDb account watchlist.
Movies: ✅
Shows: ✅
Reads: build a present-state TMDb watchlist index.
Writes:
add adds items to the watchlist.
add
remove removes items from the watchlist.
remove
tmdb_sync.api_key
tmdb_sync.session_id
tmdb_sync.timeout
tmdb_sync.max_retries
Config reference: Configuration (config.json).
providers/tmdb/_watchlist.py
providers/tmdb/_common.py
Last updated 3 hours ago
Was this helpful?