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

subtitle-manager

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

Subtitle search and download via OpenSubtitles with transcoder integration. Free: MIT licensed.

Terminal window
nself plugin install subtitle-manager

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.

Env VarDefaultDescription
SUBTITLE_MANAGER_PORT3204Service port
SUBTITLE_MANAGER_API_KEYnoneOpenSubtitles API key
SUBTITLE_MANAGER_LANGUAGESenComma-separated preferred languages
SUBTITLE_MANAGER_STORAGE_DIR/subtitlesSubtitle storage path
PortPurpose
3204Subtitle manager REST API

3 tables added to your Postgres database:

  • np_subtitle_manager_subtitles: downloaded subtitle records
  • np_subtitle_manager_searches: search history
  • np_subtitle_manager_language_prefs: per-content language preferences

None, subtitle service is internal only.