Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/faressoft/subtitle-fetch

Download a subtitle from Subscene, extract the zip file, convert to UTF-8, rename the subtitle file to match the movie in the current directory
https://github.com/faressoft/subtitle-fetch

Last synced: 11 days ago
JSON representation

Download a subtitle from Subscene, extract the zip file, convert to UTF-8, rename the subtitle file to match the movie in the current directory

Awesome Lists containing this project

README

        

# SubtitleFetch

[![npm](https://img.shields.io/npm/v/subtitle-fetch.svg)](https://www.npmjs.com/package/subtitle-fetch)
[![npm](https://img.shields.io/npm/l/subtitle-fetch.svg)](https://github.com/faressoft/subtitle-fetch/blob/master/LICENSE)

![Demo](/demo.gif?raw=true)

# About

It is a tool to help you to download subtitles from [Subscene](https://subscene.com).

* Auto recognize the movie name from the video file.
* Searches for the movie and get a list of results to choose from.
* Lists the subtitles to choose from including:
* Rating(gray, green, red).
* Title.
* Author.
* Downloads the choosed subtitle.
* Extracts the subtitle file.
* Converts into `UTF8`.
* Saves the subtitle to a file with a matching name with the video.

# Installation

```
npm install -g subtitle-fetch
```

# Usage

Go to the directory that has the movie file then run the tool:

```
subtitleFetch
```

or the another alias

```
subf
```

# License

This project is under the MIT license.