History
Watched-state feature. Uses watched_at timestamps when available.
Last updated
Was this helpful?
Watched-state feature. Uses watched_at timestamps when available.
History means: “I watched this.”
History is timestamp-sensitive.
Most providers store a watched_at or “played” state.
History can be noisy on big libraries.
Start one-way + add-only.
Related:
Pair toggles: Configure Pairs
Filtering by library: Library Whitelisting
Feature: history
read: build_index(...) -> dict[canonical_key -> item]
write: add(items) / remove(items)
Most items should include:
watched_at (ISO8601 preferred)
JELLYFIN: present
MDBLIST: present
PLEX: present
PUBLICMETADB: present
SIMKL: delta
TAUTULLI: present (read-only importer)
TRAKT: present
JELLYFIN
MDBLIST
PLEX
PUBLICMETADB
SIMKL
TAUTULLI
TRAKT
Last updated
Was this helpful?
Was this helpful?