history

Jellyfin history feature implementation (watched state indexing and writes).

Generated: 2026-01-31 02:50:29Z

Related:

What syncs

This feature syncs watched state for a Jellyfin user.

Supported media types

  • Movies: ✅

  • Episodes: ✅

Reads vs writes

  • Reads: build a present-state watched index.

  • Writes:

    • add marks items played.

    • remove unmarks items played.

Key settings

  • jellyfin.history.libraries

  • jellyfin.history.history_query_limit

  • jellyfin.history.history_write_delay_ms

Config reference: Configuration (config.json).

Last updated

Was this helpful?