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.
To download the program just go to the latest releases and download the version for your OS.
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
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.
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
}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.