This application organize your downloaded tv shows and can download their subtitles. The subtitles are downloaded thanks to the OpenSubtitles API.
-
Move episodes to the tv shows directory
$ bin/episodes episodes:move
-
Search subtitles for a specific file
$ bin/episodes subtitles:search path_to_file.mkv
-
Search all missing subtitles (stored in the database)
$ bin/episodes subtitles:missing
-
Download the
composer.phar
executable or use the installer.$ curl -sS https://getcomposer.org/installer | php
-
Install the dependencies
$ php composer.phar install --no-dev
-
Edit the configuration file (settings.yml)
-
Initiate the database
$ bin/episodes subtitles:db:init