Ratings
Rating feature. Syncs rating values plus rated_at when available.
Last updated
Was this helpful?
Rating feature. Syncs rating values plus rated_at when available.
Ratings means: “I rated this.”
Ratings can include:
numeric rating value
optional like/dislike
rated_at timestamp (not all providers support this)
Removes here are “unrate”.
Treat it as destructive.
Related:
Rating feature filters: types and from_date live in pair settings.
Two-way conflict behavior: Conflicts
Feature: ratings
read: build_index(...) -> dict[canonical_key -> item]
write: add(items) / remove(items)
“Add” is an upsert.
“Remove” is an unrate.
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?