bathyscaphe 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +12 -6
  2. data/lib/bathyscaphe/version.rb +1 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -1,9 +1,11 @@
1
1
  Bathyscaphe
2
2
  ===========
3
3
 
4
- Bathyscaphe is a command-line tool for downloading subtitles for tv-shows from addic7ed.com. Subtitles are searched based on tv-show file name. Downloaded subtitles are automatically renamed and saved next to corresponding files.
4
+ Bathyscaphe is a command-line tool for downloading subtitles for tv-shows from addic7ed.com.
5
5
 
6
- Existing solutions such as [Periscope](http://code.google.com/p/periscope/) and [Submarine](https://github.com/blazt/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 in case of just released episodes of tv-shows. And going to addic7ed.com, every time new episode came out, is pain in the butt. So *bathyscaphe* to the rescue.
6
+ 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.
7
+
8
+ Existing solutions such as [Periscope](http://code.google.com/p/periscope/) and [Submarine](https://github.com/blazt/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.
7
9
 
8
10
  Be aware: there is a limit of 30 subs per day set by addic7ed.com.
9
11
 
@@ -11,8 +13,11 @@ Be aware: there is a limit of 30 subs per day set by addic7ed.com.
11
13
 
12
14
  $ git clone git://github.com/ilzoff/bathyscaphe.git
13
15
  $ cd bathyscaphe
14
- $ gem install bones
15
- $ rake gem:install
16
+ $ rake install
17
+
18
+ or just
19
+
20
+ $ gem install bathyscaphe
16
21
 
17
22
  ### USAGE
18
23
 
@@ -24,8 +29,9 @@ Be aware: there is a limit of 30 subs per day set by addic7ed.com.
24
29
 
25
30
  ### TODO
26
31
 
27
- 1 Test regexp for matching more tv-show names
32
+ 1. Test regexp for matching more tv-show names
33
+ 2. Maybe add other sources
28
34
 
29
35
  ### Authors
30
36
 
31
- - Ilia Zemskov (nbspace.ru) ilzoff@gmail.com
37
+ - Ilia Zemskov (http://nbspace.ru) ilzoff@gmail.com
@@ -1,3 +1,3 @@
1
1
  module Bathyscaphe
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ilia Zemskov
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-05-08 00:00:00 +04:00
17
+ date: 2012-05-09 00:00:00 +04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency