Skip to content

plugin content progress

github-actions[bot] edited this page Apr 26, 2026 · 2 revisions

Content Progress Plugin

Playback progress tracking, continue watching, watchlists, and favorites. Free, MIT licensed.

Install

nself plugin install content-progress

What It Does

Tracks where users left off in video content, maintains watchlists and favorites, and provides a "continue watching" feed. Progress is stored per-user per-content item with position and completion status. Works alongside the content-acquisition and torrent-manager plugins.

Configuration

Env Var Default Description
CONTENT_PROGRESS_PORT 3022 Service port
CONTENT_PROGRESS_RESUME_THRESHOLD 0.95 Completion threshold (0-1)

Ports

Port Purpose
3022 Content progress REST API

Database Tables

5 tables added to your Postgres database:

  • np_content_progress_progress, per-user playback position
  • np_content_progress_watchlist, user watchlists
  • np_content_progress_favorites, user favorites
  • np_content_progress_history, view history
  • np_content_progress_ratings, user ratings

Nginx Routes

Route Target
/content-progress/ Content progress API

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Operations


Contributing


Changelog

Clone this wiki locally