Set-like feature used for “plan to watch” lists.
Watchlist means: “I plan to watch this.”
It is set-like:
present → keep it
missing → remove it (only if you enabled Remove)
Start add-only.
Remove can delete real user data.
Related:
Pair toggles: Configure Pairs
Matching improvements: Metadata
Feature: watchlist
watchlist
read: build_index(...) -> dict[canonical_key -> item]
build_index(...) -> dict[canonical_key -> item]
write: add(items) / remove(items)
add(items)
remove(items)
Watchlist works best when items carry stable IDs under ids:
ids
imdb, tmdb, tvdb (plus provider-specific IDs)
imdb
tmdb
tvdb
If two providers disagree on the “best key”, the orchestrator may re-key and coalesce.
JELLYFIN: present
JELLYFIN
present
MDBLIST: present
MDBLIST
PLEX: present
PLEX
SIMKL: delta
SIMKL
delta
TMDB: present
TMDB
TRAKT: present
TRAKT
Last updated 15 hours ago
Was this helpful?