subtitle-manager
هذا المحتوى غير متوفر بلغتك بعد.
Subtitle Manager Plugin
Section titled “Subtitle Manager Plugin”Subtitle search and download via OpenSubtitles with transcoder integration. Free: MIT licensed.
Install
Section titled “Install”nself plugin install subtitle-managerWhat It Does
Section titled “What It Does”Searches for and downloads subtitles for your media library via the OpenSubtitles API. Matches content by filename hash or IMDB ID. Stores downloaded subtitle files and tracks which languages are available per content item. Integrates with the content-acquisition plugin to automatically fetch subtitles for new downloads.
Configuration
Section titled “Configuration”| Env Var | Default | Description |
|---|---|---|
SUBTITLE_MANAGER_PORT | 3204 | Service port |
SUBTITLE_MANAGER_API_KEY | none | OpenSubtitles API key |
SUBTITLE_MANAGER_LANGUAGES | en | Comma-separated preferred languages |
SUBTITLE_MANAGER_STORAGE_DIR | /subtitles | Subtitle storage path |
| Port | Purpose |
|---|---|
| 3204 | Subtitle manager REST API |
Database Tables
Section titled “Database Tables”3 tables added to your Postgres database:
np_subtitle_manager_subtitles: downloaded subtitle recordsnp_subtitle_manager_searches: search historynp_subtitle_manager_language_prefs: per-content language preferences
Nginx Routes
Section titled “Nginx Routes”None, subtitle service is internal only.