Skip to content

content-acquisition

RSS monitoring, release calendar, and automated download pipeline. Free: MIT licensed.

Terminal window
nself plugin install content-acquisition

Monitors RSS feeds and release calendars for new content, then automatically triggers download pipelines. Stores feed state, discovered items, and download jobs in Postgres. Integrates with the torrent-manager and subtitle-manager plugins to form a complete content pipeline.

Env VarDefaultDescription
CONTENT_ACQUISITION_PORT3202Service port
CONTENT_ACQUISITION_POLL_INTERVAL300Feed poll interval in seconds
CONTENT_ACQUISITION_DOWNLOAD_DIR/downloadsBase download directory
PortPurpose
3202Content acquisition REST API

8 tables added to your Postgres database:

  • np_content_acquisition_feeds: RSS/Atom feed subscriptions
  • np_content_acquisition_feed_items: discovered feed items
  • np_content_acquisition_releases: release calendar entries
  • np_content_acquisition_download_jobs: queued downloads
  • np_content_acquisition_download_history: completed downloads
  • np_content_acquisition_filters: content filtering rules
  • np_content_acquisition_categories: content categories
  • np_content_acquisition_indexers: indexer configurations
RouteTarget
/content-acquisition/Content acquisition API