Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

gholker/OpenSubtitles-CLI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

There is no longer a free opensubtitles.org API so this project is no longer of use.

OpenSubtitles CLI

Command line tool for finding and download subtitles from OpenSubtitles.org.

Find and download subtitles for a movie file from your command line:

java -jar fetch-subs.jar -u <username> -p <password> -file <path to file or folder>

Options:

  • -name "<name of show or movie>" to specify the name in case the name parsed from the file name is incorrect
  • -H disable the search by hash
  • -P include the parent folder name in the search query
  • -R recursive
  • -F force refetch even if a .srt file already exists

Based on the Java client here: https://github.com/sacOO7/OpenSubtitle-API

About

CLI for finding and downloading subtitles

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Shell 0.3%