Legendario

Gem Version

When a movie finishes downloading Legendario will search and download its subtitles automatically.

Installation

Install it yourself as:

$ gem install legendario

Tools

There are 3 tools at the moment:

crawl4subs: Will download the subtitles of the movies inside a parent folder recursively.

watch4subs: Watches a folder for new movies and downloads the subtitles as soon as the movie finishes downloading.

lang4subs: Change the default language of all the movies in a parent folder recursively.

In case you are a polyglot you can pass as many languages as you like as parameters. The first language available for the movie will be set as the default language for the movie.

Usage

Download subtitles in English and Portuguese for all the movies

$ crawl4subs "folder-with-movies" eng por

for example.

Default languages are: eng por spa ger on this sequence of priority. Sub language ISO 639-2 code like fre or eng.

Lay back and let watch4subs do all the work for you. As soon a new movie arrives it will download the subtitles for it.

Edit your rc.local file to start watch4subs after boot

su (username) -lc "watch4subs folder-with-movies subs-langs"  

Example su evandro -lc "watch4subs /home/evandro/Downloads por spa"

Change the languages of the subtitles

$ lang4subs "folder-with-movies" spa por

Bug reports and pull requests are welcome on GitHub at https://github.com/evandrojr/legendario. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.