content-acquisition
Content Acquisition Plugin
Section titled “Content Acquisition Plugin”RSS monitoring, release calendar, and automated download pipeline. Free: MIT licensed.
Install
Section titled “Install”nself plugin install content-acquisitionWhat It Does
Section titled “What It Does”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.
Configuration
Section titled “Configuration”| Env Var | Default | Description |
|---|---|---|
CONTENT_ACQUISITION_PORT | 3202 | Service port |
CONTENT_ACQUISITION_POLL_INTERVAL | 300 | Feed poll interval in seconds |
CONTENT_ACQUISITION_DOWNLOAD_DIR | /downloads | Base download directory |
| Port | Purpose |
|---|---|
| 3202 | Content acquisition REST API |
Database Tables
Section titled “Database Tables”8 tables added to your Postgres database:
np_content_acquisition_feeds: RSS/Atom feed subscriptionsnp_content_acquisition_feed_items: discovered feed itemsnp_content_acquisition_releases: release calendar entriesnp_content_acquisition_download_jobs: queued downloadsnp_content_acquisition_download_history: completed downloadsnp_content_acquisition_filters: content filtering rulesnp_content_acquisition_categories: content categoriesnp_content_acquisition_indexers: indexer configurations
Nginx Routes
Section titled “Nginx Routes”| Route | Target |
|---|---|
/content-acquisition/ | Content acquisition API |