1.1.1 • Published 6 months ago

srt-downloader v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

SRT Downloader

A NodeJS CLI app to download subtitles for every media files in a directory. Subtitles are downloaded from opensubtitles.com.

How it works

  1. The app is looking for every media files and subtitles in directory and subdirectories.
  2. For every detected media file, the app checks for missing subtitle languages
  3. The missing subtitle languages are researched on opensubtitles
  4. The subtitles are downloaded and placed next to the media files

Prerequisites

  • ffmpeg (or at least ffprobe) must be installed on your system
  • OpenSubtitles.com account
  • OpenSubtitles.com consumer API key (you can create one here)

Usage

npx srt-downloader -a <apiKey> -u <username> -p <password>

FlagsRequiredDescriptionDefault
-aYesOpenSubtitles ApiKey-
-uYesOpenSubtitles username-
-pYesOpenSubtitles password-
-dNoMedia files directoryCurrent directory
-lNoLanguages (comma separated)en

Todo

  • Multiple subtitles providers
  • Start by searching by media hash and fallback on media name search
1.1.1

6 months ago

1.1.0

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago