Watchlist
Set-like feature used for “plan to watch” lists.
Last updated
Was this helpful?
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
read: build_index(...) -> dict[canonical_key -> item]
write: add(items) / remove(items)
Watchlist works best when items carry stable IDs under ids:
tmdb, imdb, tvdb (plus provider-specific IDs)
If two providers disagree on the “best key”, the orchestrator may re-key and coalesce.
JELLYFIN: present
MDBLIST: present
PLEX: present
PUBLICMETADB: present
SIMKL: delta
TMDB: present
TRAKT: present
JELLYFIN
MDBLIST
PLEX
PUBLICMETADB
SIMKL
TMDB
TRAKT
Last updated
Was this helpful?
Was this helpful?