0.0
No commit activity in last 3 years
No release in over 3 years
Simple gem to download subtitles for tv-show episodes from addic7ed.com. Subtitles are searched based on file name.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Bathyscaphe

Bathyscaphe is a command-line tool for downloading subtitles for tv-shows from addic7ed.com.

Subtitles are searched based on tv-show file name. Only english subtitles with highest dowloads counter, regardless of the release team, will be downloaded. Downloaded subtitles are automatically renamed and saved next to corresponding files.

Existing solutions such as Periscope and Submarine are more powerfull then bathyscaphe, they're using file hashes to search subtitles with API-powered services (Podnapisi, Opensubtitles, etc). And frankly, I use periscope myself most of the time. But they don't work for recently released episodes of tv-shows. And having to go to addic7ed.com every time new episode comes out is a pain in the butt. So bathyscaphe to the rescue.

Be aware: there is a limit of 30 subs per day set by addic7ed.com.

Tell me if your show wasn't recognized by bathyscaphe. Or change Bathyscaphe::TVDB and make pull request.

INSTALL

$ git clone git://github.com/ilzoff/bathyscaphe.git
$ cd bathyscaphe
$ rake install

or just

$ gem install bathyscaphe

USAGE

$ bathyscaphe [OPTIONS] TV_SHOW

Options

-d, --dry-run                    Parse filename but do not download anything
-h, --help                       Show usage

Changelog

0.1.4

  • Ability to get season, name and episode based on folder, so we can parse something like this «Grey's anatomy - Season 1 Full - ENG/01-A hard day's night.srt»

0.1.3

  • RDoc + Refactoring

0.1.2

  • Some new exceptions handling
  • LICENCE defined

0.1.1

  • Readme changed =)

0.1.0

  • Initial release

TODO

  1. Test regexp for matching more tv-show names
  2. Write some tests
  3. Maybe add other sources

Authors

License

I don't care.

Copyright © 2012 Ilia Zemskov

MIT License. See LICENSE