history
MDBList history feature implementation (watched/unwatched writes and pagination).
Last updated
Was this helpful?
MDBList history feature implementation (watched/unwatched writes and pagination).
Generated: 2026-01-31 02:50:29Z
Related:
Engine semantics: History (engine-level)
This feature syncs your MDBList watched history.
MDBList supports incremental reads.
Movies: ✅
Shows: ✅
Seasons: ✅
Episodes: ✅
Reads: fetch watched items.
Writes:
add inserts watched events.
remove removes watched events.
Common tuning keys:
mdblist.history_since
mdblist.history_per_page
mdblist.history_chunk_size
Config reference: Configuration (config.json).
Last updated
Was this helpful?
Was this helpful?