Skip to content

lighttigerXIV/subget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A small program to download subtitles from OpenSubtitles.

I felt the need to have a quick way to download subtitles do to my Stremio and VLC setup so i created a small terminal program to download subtitles with multiple languages from OpenSubtitles.

Screen Shots

image image

Install

To download the program just go to the latest releases and download the version for your OS.

github-download

After downloading you can open the terminal and move the program to where you see fit. I recommend copying it to global location.

On Linux:

sudo cp linux_subget /usr/local/bin/subget

On windows:

cp win_subget.exe $env:LocalAppData\Microsoft\WindowsApps\subget.exe

Config

When opening for the first time, the program asks for the API Key and the languages you want to use. You can get a key at the OpenSubtitles Website.

image

Note

You can change the key, languages and download path if you go to the configuration file. ~/.config/subget/config.json

Example:

{
  "api_key": "QQWIsjl!@IL!@L!JIL@L!I@JL!@JI",
  "languages": [
    "en",
    "pt-PT",
    "pt-BR",
    "es",
    "fr"
  ],
  "download_dir": null
}

How To Use

To use this app just select Show or Movie and it will ask for it's name. In case of a show it will ask for the season and episode number.

About

A small program to download subtitles from OpenSubtitles

Resources

Stars

Watchers

Forks

Contributors

Languages