watchlist
Jellyfin watchlist feature implementation (favorites/playlist modes and write behavior).
Last updated
Was this helpful?
Jellyfin watchlist feature implementation (favorites/playlist modes and write behavior).
Jellyfin does not have a first-class “account watchlist”. CrossWatch emulates one.
Related:
Engine semantics: Watchlist (engine-level)
“Watchlist” is a plan-to-watch set.
In Jellyfin it is implemented as one of:
favorites
playlist
collection
Movies: ✅
Shows: ✅
Reads: enumerate the chosen container.
Writes:
add adds items to that container.
remove removes items from that container.
jellyfin.watchlist.mode
jellyfin.watchlist.playlist_name
jellyfin.watchlist.watchlist_write_delay_ms
Config reference: Configuration (config.json).
Missing external IDs causes churn.
Last updated
Was this helpful?
Was this helpful?