Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielfsousa/opensubz
:movie_camera: Two-click subtitle downloader script
https://github.com/danielfsousa/opensubz
opensubtitles-downloader python script subtitle-downloader
Last synced: 11 days ago
JSON representation
:movie_camera: Two-click subtitle downloader script
- Host: GitHub
- URL: https://github.com/danielfsousa/opensubz
- Owner: danielfsousa
- License: mit
- Created: 2017-02-28T06:41:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T22:34:13.000Z (over 7 years ago)
- Last Synced: 2024-10-12T04:09:14.523Z (about 1 month ago)
- Topics: opensubtitles-downloader, python, script, subtitle-downloader
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# opensubz
Two-click subtitle downloader script![opensubz gif](https://j.gifs.com/nZP2BY.gif)
## Requirements
* [Python 3.x](https://www.python.org/downloads/)
* [opensubtitles.org](https://www.opensubtitles.org/newuser) Account## How to Install
Install via pip
```bash
$ pip install opensubz
```Install via github
```bash
$ git clone https://github.com/danielfsousa/opensubz.git
$ cd opensubz
$ pip install . --upgrade
```For the first time you run opensubz you will be prompted to login into your opensubtitles account.
```bash
$ opensubz --help
```Add opensubz shortcut to Windows context menu
```bash
$ opensubz --install
```## How to Use
**Command line:**
```bash
$ opensubz -s [PATH] -l [LANGUAGE CODE]
```Ex:
```bash
$ opensubz -s . -l "pob"
$ opensubz --search "C:\TvShows"
$ opensubz --search "C:\Movies" --language "eng"
```**Context menu:**
Rigth click on any folder than click "Download Subtitles"
![context menu](https://cloud.githubusercontent.com/assets/11372312/23395366/f5d0ea4c-fd6c-11e6-95b8-11ce9c3990eb.png)