Skip to content

fernandog/subliminal

 
 

Repository files navigation

Subliminal

Subtitles, faster than your thoughts.

Latest Version

Travis CI build status

Documentation Status

Code coverage

License

Join the chat at https://gitter.im/Diaoul/subliminal

Project page

https://github.com/Diaoul/subliminal

Documentation

https://subliminal.readthedocs.org/

Usage

CLI

Download English subtitles:

$ subliminal download -l en The.Big.Bang.Theory.S05E18.HDTV.x264-LOL.mp4
Collecting videos  [####################################]  100%
1 video collected / 0 video ignored / 0 error
Downloading subtitles  [####################################]  100%
Downloaded 1 subtitle

Library

Download best subtitles in French and English for videos less than two weeks old in a video folder:

Docker

Run subliminal in a docker container:

$ docker run --rm --name subliminal -v subliminal_cache:/usr/src/cache -v /tvshows:/tvshows -it diaoulael/subliminal download -l en /tvshows/The.Big.Bang.Theory.S05E18.HDTV.x264-LOL.mp4

Installation

Subliminal can be installed as a regular python module by running:

$ [sudo] pip install subliminal

For a better isolation with your system you should use a dedicated virtualenv or install for your user only using the --user flag.

Nautilus/Nemo integration

See the dedicated project page for more information.

About

Subliminal - Subtitles, faster than your thoughts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%