تخطَّ إلى المحتوى

content-progress

هذا المحتوى غير متوفر بلغتك بعد.

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

Terminal window
nself plugin install content-progress

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.

Env VarDefaultDescription
CONTENT_PROGRESS_PORT3022Service port
CONTENT_PROGRESS_RESUME_THRESHOLD0.95Completion threshold (0-1)
PortPurpose
3022Content progress REST API

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
RouteTarget
/content-progress/Content progress API