ehbrs-tools 0.32.0 → 0.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce57bdeb1b7a3a35c61c9b335ab09a2c3d97152fa2630d1c7a972f14504427d3
4
- data.tar.gz: ae6616fad683bb07d4f70bbe6917229443c6a831071db64a9b247a4ba9999706
3
+ metadata.gz: '0728c0fbad8fab193328dd043e9cf25bfef615b8b2e52d3074c863891b927768'
4
+ data.tar.gz: 47ae7d7c0043ae8d8acabd50162164f60d6e04382dfb0aabefc18348749ddc33
5
5
  SHA512:
6
- metadata.gz: de9cfc8afd3569632b6cf92c3215b827f7444eb6307c4a1e6ae30e32be35f2e91670a107d891afaccb54c065b02a549d8e28b3304663fe9d3efe9c61bb413482
7
- data.tar.gz: 78d2232d9d25abdcab7cd0de2aaec183dab7cce101acc2d28ee09b2655659176c010951ac9d0bff4372768da1c46981810b3b57d59d75c4b70c3745048e9c13b
6
+ metadata.gz: ab4f85fcf64f335ad87bbcdcbafaa67ffd5fa28b9f2704cd2a0e1b6cdae0f8fa3d0f75baca2bb5eb1edef2be3f57dd48e9cbfc19a75c40b5e4e5301b226f614f
7
+ data.tar.gz: d0865c776d105d97e91c24a8a5de73d13bfe4cde450580944644cacb8ec27e8b63ec87031e67578612de2881f91de2a6aa20992f0ad839be271d9aa6044c569e
data/Gemfile CHANGED
@@ -4,12 +4,13 @@ source 'https://rubygems.org'
4
4
 
5
5
  gemspec
6
6
 
7
- gems_subdir = ::File.join(__dir__, 'sub')
8
- Dir["#{gems_subdir}/*"].each do |dir|
9
- next unless ::File.directory?(dir)
7
+ ::Dir["#{::File.join(__dir__, 'sub')}/*"].each do |dir|
8
+ next unless ::File.exist?(::File.join(dir, "#{::File.basename(dir)}.gemspec"))
10
9
 
11
- basename = ::File.basename(dir)
12
- gem basename, path: "#{gems_subdir}/#{basename}"
10
+ gem ::File.basename(dir), path: dir, require: false
13
11
  end
14
12
 
15
13
  gem 'httpclient', git: 'https://github.com/livelink/httpclient.git'
14
+
15
+ local_gemfile = ::File.join(::File.dirname(__FILE__), 'Gemfile.local')
16
+ eval_gemfile local_gemfile if ::File.exist?(local_gemfile)
data/Gemfile.lock CHANGED
@@ -7,11 +7,11 @@ GIT
7
7
  PATH
8
8
  remote: .
9
9
  specs:
10
- ehbrs-tools (0.32.0)
11
- avm-tools (~> 0.135)
12
- eac_cli (~> 0.27, >= 0.27.8)
13
- eac_ruby_utils (~> 0.102, >= 0.102.1)
14
- ehbrs_ruby_utils (~> 0.18)
10
+ ehbrs-tools (0.33.0)
11
+ avm-tools (~> 0.145, >= 0.145.1)
12
+ eac_cli (~> 0.30, >= 0.30.1)
13
+ eac_ruby_utils (~> 0.112)
14
+ ehbrs_ruby_utils (~> 0.19)
15
15
  filesize (~> 0.2)
16
16
  inifile (~> 3.0)
17
17
  os (~> 1.1, >= 1.1.4)
@@ -20,32 +20,40 @@ PATH
20
20
  PATH
21
21
  remote: sub/aranha-selenium
22
22
  specs:
23
- aranha-selenium (0.4.2)
24
- eac_ruby_utils (~> 0.102, >= 0.102.1)
23
+ aranha-selenium (0.5.0)
24
+ eac_ruby_utils (~> 0.106, >= 0.106.1)
25
25
  selenium-webdriver (~> 3.142, >= 3.142.7)
26
26
 
27
+ PATH
28
+ remote: sub/eac_cli
29
+ specs:
30
+ eac_cli (0.30.1)
31
+ colorize (~> 0.8, >= 0.8.1)
32
+ eac_config (~> 0.12)
33
+ eac_ruby_utils (~> 0.112)
34
+
27
35
  PATH
28
36
  remote: sub/eac_docker
29
37
  specs:
30
- eac_docker (0.4.2)
31
- eac_ruby_utils (~> 0.96)
32
- eac_templates (~> 0.3, >= 0.3.1)
38
+ eac_docker (0.6.0)
39
+ eac_ruby_utils (~> 0.112)
40
+ eac_templates (~> 0.3, >= 0.3.2)
33
41
 
34
42
  PATH
35
43
  remote: sub/eac_ruby_base0
36
44
  specs:
37
- eac_ruby_base0 (0.16.6)
38
- avm-eac_ruby_base1 (~> 0.8)
39
- eac_cli (~> 0.27, >= 0.27.5)
40
- eac_fs (~> 0.10)
41
- eac_ruby_utils (~> 0.95, >= 0.95.1)
45
+ eac_ruby_base0 (0.17.3)
46
+ avm-eac_ruby_base1 (~> 0.29)
47
+ eac_cli (~> 0.30, >= 0.30.1)
48
+ eac_fs (~> 0.16)
49
+ eac_ruby_utils (~> 0.112)
42
50
 
43
51
  PATH
44
52
  remote: sub/eac_ruby_utils
45
53
  specs:
46
- eac_ruby_utils (0.102.1)
54
+ eac_ruby_utils (0.112.0)
47
55
  activesupport (>= 4, < 7)
48
- addressable (~> 2.8)
56
+ addressable (~> 2.8, >= 2.8.1)
49
57
  bundler
50
58
  filesize (~> 0.2)
51
59
  net-ssh (~> 4.2)
@@ -60,26 +68,20 @@ PATH
60
68
  PATH
61
69
  remote: sub/ehbrs_ruby_utils
62
70
  specs:
63
- ehbrs_ruby_utils (0.18.0)
64
- aranha-parsers (~> 0.14, >= 0.14.2)
65
- avm (~> 0.41, >= 0.41.1)
66
- eac_fs (~> 0.12, >= 0.12.3)
67
- eac_ruby_utils (~> 0.102, >= 0.102.1)
71
+ ehbrs_ruby_utils (0.19.0)
72
+ aranha (~> 0.18)
73
+ aranha-parsers (~> 0.14, >= 0.14.4)
74
+ avm (~> 0.62)
75
+ eac_fs (~> 0.16)
76
+ eac_ruby_utils (~> 0.111)
68
77
  eac_templates (~> 0.3, >= 0.3.2)
69
- taglib-ruby (~> 1.1, >= 1.1.2)
78
+ taglib-ruby (~> 1.1, >= 1.1.3)
70
79
  ultimate_lyrics (~> 0.1, >= 0.1.3)
71
80
 
72
- PATH
73
- remote: sub/ultimate_lyrics
74
- specs:
75
- ultimate_lyrics (0.1.3)
76
- aranha-parsers (~> 0.10)
77
- eac_ruby_utils (~> 0.102, >= 0.102.1)
78
-
79
81
  GEM
80
82
  remote: https://rubygems.org/
81
83
  specs:
82
- activesupport (6.1.6.1)
84
+ activesupport (6.1.7.2)
83
85
  concurrent-ruby (~> 1.0, >= 1.0.2)
84
86
  i18n (>= 1.6, < 2)
85
87
  minitest (>= 5.1)
@@ -87,59 +89,69 @@ GEM
87
89
  zeitwerk (~> 2.3)
88
90
  addressable (2.8.1)
89
91
  public_suffix (>= 2.0.2, < 6.0)
90
- aranha-parsers (0.14.2)
91
- activesupport (~> 6.1.6, >= 6.1.6.1)
92
+ aranha (0.18.0)
93
+ aranha-parsers (~> 0.14, >= 0.14.3)
94
+ aranha-selenium (~> 0.5)
95
+ eac_ruby_utils (~> 0.106, >= 0.106.1)
96
+ httpclient (~> 2.8, >= 2.8.3)
97
+ aranha-parsers (0.14.4)
98
+ activesupport (>= 4.0.0)
92
99
  addressable (~> 2.8, >= 2.8.1)
93
100
  curb (~> 0.9, >= 0.9.11)
94
- eac_ruby_utils (~> 0.102, >= 0.102.1)
101
+ eac_ruby_utils (~> 0.106)
95
102
  faraday-gzip (~> 0.1)
96
103
  faraday_middleware (~> 1.2)
97
- nokogiri (~> 1.13, >= 1.13.8)
104
+ nokogiri (~> 1.13, >= 1.13.9)
98
105
  ofx-parser (~> 1.1)
99
106
  ast (2.4.2)
100
- avm (0.41.1)
101
- eac_cli (~> 0.27, >= 0.27.8)
102
- eac_config (~> 0.11, >= 0.11.1)
103
- eac_docker (~> 0.4, >= 0.4.2)
104
- eac_git (~> 0.12, >= 0.12.2)
105
- eac_ruby_utils (~> 0.102)
106
- eac_templates (~> 0.3, >= 0.3.1)
107
+ avm (0.62.0)
108
+ aranha-parsers (~> 0.14, >= 0.14.4)
109
+ eac_cli (~> 0.30)
110
+ eac_config (~> 0.12)
111
+ eac_docker (~> 0.5)
112
+ eac_fs (~> 0.16)
113
+ eac_git (~> 0.14)
114
+ eac_ruby_utils (~> 0.111)
115
+ eac_templates (~> 0.3, >= 0.3.2)
107
116
  filesize (~> 0.2)
108
117
  htmlbeautifier (~> 1.4, >= 1.4.2)
109
118
  minitar (~> 0.9)
110
- avm-eac_generic_base0 (0.5.0)
111
- avm (~> 0.28)
112
- eac_ruby_utils (~> 0.96)
113
- avm-eac_ruby_base1 (0.20.0)
114
- avm (~> 0.39, >= 0.39.1)
115
- avm-eac_generic_base0 (~> 0.5)
116
- eac_ruby_utils (~> 0.102)
117
- avm-eac_ubuntu_base0 (0.3.0)
118
- avm (~> 0.7)
119
- eac_ruby_utils (~> 0.77, >= 0.77.1)
120
- eac_templates (~> 0.3)
121
- avm-files (0.3.2)
122
- avm (~> 0.6)
123
- eac_fs (~> 0.5)
124
- eac_ruby_utils (~> 0.76)
125
- eac_templates (~> 0.2)
126
- avm-git (0.4.0)
127
- avm-files (~> 0.1)
128
- eac_git (~> 0.11)
129
- eac_ruby_utils (~> 0.76)
130
- avm-tools (0.135.0)
131
- aranha-parsers (~> 0.14, >= 0.14.1)
132
- avm (~> 0.41)
133
- avm-eac_ruby_base1 (~> 0.20)
134
- avm-eac_ubuntu_base0 (~> 0.3)
135
- avm-files (~> 0.3, >= 0.3.2)
136
- avm-git (~> 0.4)
119
+ avm-eac_generic_base0 (0.10.0)
120
+ avm (~> 0.61)
121
+ eac_ruby_utils (~> 0.110, >= 0.110.1)
122
+ avm-eac_ruby_base1 (0.29.0)
123
+ avm (~> 0.61)
124
+ avm-eac_generic_base0 (~> 0.10)
125
+ eac_ruby_utils (~> 0.110, >= 0.110.1)
126
+ avm-eac_ubuntu_base0 (0.4.0)
127
+ avm (~> 0.57)
128
+ eac_ruby_utils (~> 0.109)
129
+ eac_templates (~> 0.3, >= 0.3.2)
130
+ avm-files (0.6.0)
131
+ avm (~> 0.52)
132
+ eac_cli (~> 0.28)
133
+ eac_fs (~> 0.12, >= 0.12.3)
134
+ eac_ruby_utils (~> 0.106)
135
+ eac_templates (~> 0.3, >= 0.3.2)
136
+ avm-git (0.12.0)
137
+ avm (~> 0.61)
138
+ avm-files (~> 0.6)
139
+ eac_git (~> 0.14)
140
+ eac_ruby_utils (~> 0.110, >= 0.110.1)
141
+ git (~> 1.13, >= 1.13.1)
142
+ avm-tools (0.145.1)
143
+ aranha-parsers (~> 0.14, >= 0.14.4)
144
+ avm (~> 0.62)
145
+ avm-eac_ruby_base1 (~> 0.29)
146
+ avm-eac_ubuntu_base0 (~> 0.4)
147
+ avm-files (~> 0.6)
148
+ avm-git (~> 0.12)
137
149
  clipboard (~> 1.3, >= 1.3.6)
138
150
  curb (~> 0.9, >= 0.9.11)
139
- eac_git (~> 0.12, >= 0.12.2)
140
- eac_ruby_base0 (~> 0.16, >= 0.16.6)
141
- eac_templates (~> 0.3, >= 0.3.1)
142
- git (~> 1.12)
151
+ eac_git (~> 0.14)
152
+ eac_ruby_base0 (~> 0.17, >= 0.17.2)
153
+ eac_templates (~> 0.3, >= 0.3.2)
154
+ git (~> 1.13, >= 1.13.1)
143
155
  ruby-progressbar (~> 1.11)
144
156
  axiom-types (0.1.1)
145
157
  descendants_tracker (~> 0.0.4)
@@ -150,35 +162,31 @@ GEM
150
162
  coercible (1.0.0)
151
163
  descendants_tracker (~> 0.0.1)
152
164
  colorize (0.8.1)
153
- concurrent-ruby (1.1.10)
165
+ concurrent-ruby (1.2.0)
154
166
  content-type (0.0.2)
155
167
  parslet (~> 2.0)
156
168
  curb (0.9.11)
157
169
  descendants_tracker (0.0.4)
158
170
  thread_safe (~> 0.3, >= 0.3.1)
159
171
  diff-lcs (1.5.0)
160
- dry-inflector (0.3.0)
161
- eac_cli (0.27.8)
162
- colorize (~> 0.8.1)
163
- eac_config (~> 0.8)
164
- eac_ruby_utils (~> 0.95)
165
- eac_config (0.11.1)
166
- addressable (~> 2.8)
167
- eac_ruby_utils (~> 0.102)
168
- eac_fs (0.12.3)
169
- content-type
170
- eac_ruby_utils (~> 0.70)
171
- ruby-filemagic
172
- eac_git (0.12.2)
173
- eac_ruby_utils (~> 0.83)
174
- parseconfig (~> 1.0, >= 1.0.8)
172
+ dry-inflector (1.0.0)
173
+ eac_config (0.12.0)
174
+ addressable (~> 2.8, >= 2.8.1)
175
+ eac_ruby_utils (~> 0.107)
176
+ eac_fs (0.16.0)
177
+ content-type (~> 0.0, >= 0.0.2)
178
+ eac_ruby_utils (~> 0.107, >= 0.107.1)
179
+ ruby-filemagic (~> 0.7, >= 0.7.3)
180
+ eac_git (0.14.0)
181
+ eac_ruby_utils (~> 0.107)
182
+ parseconfig (~> 1.1, >= 1.1.2)
175
183
  eac_ruby_gem_support (0.5.1)
176
184
  eac_ruby_utils (~> 0.74)
177
185
  rspec (~> 3.9)
178
186
  rubocop (~> 0.80.1)
179
187
  rubocop-rails (~> 2.4.2)
180
188
  rubocop-rspec (~> 1.38.1)
181
- faraday (1.10.2)
189
+ faraday (1.10.3)
182
190
  faraday-em_http (~> 1.0)
183
191
  faraday-em_synchrony (~> 1.0)
184
192
  faraday-excon (~> 1.1)
@@ -207,7 +215,7 @@ GEM
207
215
  faraday_middleware (1.2.0)
208
216
  faraday (~> 1.0)
209
217
  filesize (0.2.0)
210
- git (1.12.0)
218
+ git (1.13.1)
211
219
  addressable (~> 2.8)
212
220
  rchardet (~> 1.8)
213
221
  hpricot (0.8.6)
@@ -218,38 +226,38 @@ GEM
218
226
  inifile (3.0.0)
219
227
  jaro_winkler (1.5.4)
220
228
  minitar (0.9)
221
- minitest (5.16.3)
222
- multipart-post (2.2.3)
229
+ minitest (5.17.0)
230
+ multipart-post (2.3.0)
223
231
  net-ssh (4.2.0)
224
- nokogiri (1.13.8-x86_64-linux)
232
+ nokogiri (1.14.0-x86_64-linux)
225
233
  racc (~> 1.4)
226
234
  ofx-parser (1.1.0)
227
235
  hpricot (>= 0.6)
228
236
  os (1.1.4)
229
237
  parallel (1.22.1)
230
238
  parseconfig (1.1.2)
231
- parser (3.1.2.1)
239
+ parser (3.2.0.0)
232
240
  ast (~> 2.4.1)
233
241
  parslet (2.0.0)
234
- public_suffix (5.0.0)
235
- racc (1.6.0)
236
- rack (2.2.4)
242
+ public_suffix (5.0.1)
243
+ racc (1.6.2)
244
+ rack (3.0.4.1)
237
245
  rainbow (3.1.1)
238
246
  rchardet (1.8.0)
239
247
  rexml (3.2.5)
240
- rspec (3.11.0)
241
- rspec-core (~> 3.11.0)
242
- rspec-expectations (~> 3.11.0)
243
- rspec-mocks (~> 3.11.0)
244
- rspec-core (3.11.0)
245
- rspec-support (~> 3.11.0)
246
- rspec-expectations (3.11.0)
248
+ rspec (3.12.0)
249
+ rspec-core (~> 3.12.0)
250
+ rspec-expectations (~> 3.12.0)
251
+ rspec-mocks (~> 3.12.0)
252
+ rspec-core (3.12.0)
253
+ rspec-support (~> 3.12.0)
254
+ rspec-expectations (3.12.2)
247
255
  diff-lcs (>= 1.2.0, < 2.0)
248
- rspec-support (~> 3.11.0)
249
- rspec-mocks (3.11.1)
256
+ rspec-support (~> 3.12.0)
257
+ rspec-mocks (3.12.3)
250
258
  diff-lcs (>= 1.2.0, < 2.0)
251
- rspec-support (~> 3.11.0)
252
- rspec-support (3.11.0)
259
+ rspec-support (~> 3.12.0)
260
+ rspec-support (3.12.0)
253
261
  rubocop (0.80.1)
254
262
  jaro_winkler (~> 1.5.1)
255
263
  parallel (~> 1.10)
@@ -270,7 +278,7 @@ GEM
270
278
  selenium-webdriver (3.142.7)
271
279
  childprocess (>= 0.5, < 4.0)
272
280
  rubyzip (>= 1.2.2)
273
- taglib-ruby (1.1.2)
281
+ taglib-ruby (1.1.3)
274
282
  telegram-bot-ruby (0.19.2)
275
283
  dry-inflector
276
284
  faraday (~> 1.0)
@@ -278,12 +286,15 @@ GEM
278
286
  thread_safe (0.3.6)
279
287
  tzinfo (2.0.5)
280
288
  concurrent-ruby (~> 1.0)
289
+ ultimate_lyrics (0.1.3)
290
+ aranha-parsers (~> 0.10)
291
+ eac_ruby_utils (~> 0.102, >= 0.102.1)
281
292
  unicode-display_width (1.6.1)
282
293
  virtus (2.0.0)
283
294
  axiom-types (~> 0.1)
284
295
  coercible (~> 1.0)
285
296
  descendants_tracker (~> 0.0, >= 0.0.3)
286
- zeitwerk (2.6.0)
297
+ zeitwerk (2.6.6)
287
298
  zlib (2.1.1)
288
299
 
289
300
  PLATFORMS
@@ -291,6 +302,7 @@ PLATFORMS
291
302
 
292
303
  DEPENDENCIES
293
304
  aranha-selenium!
305
+ eac_cli!
294
306
  eac_docker!
295
307
  eac_ruby_base0!
296
308
  eac_ruby_gem_support (~> 0.3)
@@ -299,7 +311,6 @@ DEPENDENCIES
299
311
  ehbrs-tools!
300
312
  ehbrs_ruby_utils!
301
313
  httpclient!
302
- ultimate_lyrics!
303
314
 
304
315
  BUNDLED WITH
305
- 2.3.20
316
+ 2.3.26
@@ -35,8 +35,15 @@ module Ehbrs
35
35
  end
36
36
 
37
37
  def run_patch(source_path, ips_path, output_path)
38
- ::Ehbrs::Executables.flips.command
39
- .append(['--apply', ips_path, source_path, output_path]).system!
38
+ command = ::Ehbrs::Executables.flips.command
39
+ .append(['--apply', ips_path, source_path, output_path])
40
+
41
+ command.system!
42
+
43
+ return if output_path.exist?
44
+
45
+ fatal_error("\"#{command}\" exited without error, but output file \"#{output_path}\"" \
46
+ 'does not exist')
40
47
  end
41
48
 
42
49
  def run_patches
@@ -0,0 +1,69 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require 'eac_ruby_base0/core_ext'
5
+ require 'ehbrs_ruby_utils/videos/opensubtitles/processors/episode'
6
+ require 'ehbrs_ruby_utils/videos/opensubtitles/processors/title'
7
+
8
+ module Ehbrs
9
+ module Tools
10
+ class Runner
11
+ class Videos
12
+ class Opensubtitles
13
+ runner_with :help, :output do
14
+ arg_opt '-C', '--target-path', 'Caminho para extração dos arquivos', default: '.'
15
+ bool_opt '-H', '--html', 'Formata URLs como links HTML.'
16
+ bool_opt '-e', '--episode', 'Processa como episódio em vez de título.'
17
+ bool_opt '-d', '--download', 'Baixa os links em vez mostrá-los.'
18
+ pos_arg :url
19
+ end
20
+
21
+ def run
22
+ parsed.download? ? run_download : run_output
23
+ end
24
+
25
+ def run_download
26
+ subtitles.map { |sub| download_sub(sub) }
27
+ end
28
+
29
+ def output_content
30
+ subtitles.map { |v| "#{format_url(v.source_uri)}\n" }.join
31
+ end
32
+
33
+ private
34
+
35
+ def download_sub(sub)
36
+ infov 'Downloading', sub.source_uri
37
+ ::EacRubyUtils::Envs.local.command('wget', '--continue', sub.source_uri).system!
38
+ end
39
+
40
+ def subtitles_uncached
41
+ if parsed.episode?
42
+ subtitles_from_episode
43
+ else
44
+ subtitles_from_title
45
+ end
46
+ end
47
+
48
+ def subtitles_from_episode
49
+ ::EhbrsRubyUtils::Videos::Opensubtitles::Processors::Episode
50
+ .new(parsed.url, target_path: parsed.target_path)
51
+ .subtitles
52
+ end
53
+
54
+ def subtitles_from_title
55
+ ::EhbrsRubyUtils::Videos::Opensubtitles::Processors::Title
56
+ .new(parsed.url, target_path: parsed.target_path)
57
+ .episodes.flat_map(&:subtitles)
58
+ end
59
+
60
+ def format_url(url)
61
+ return url unless parsed.html?
62
+
63
+ "<a href=\"#{url}\">#{url}</a><br/>"
64
+ end
65
+ end
66
+ end
67
+ end
68
+ end
69
+ end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ehbrs
4
4
  module Tools
5
- VERSION = '0.32.0'
5
+ VERSION = '0.33.0'
6
6
  end
7
7
  end
@@ -5,13 +5,13 @@
5
5
  :codec_long_name: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
6
6
  :profile: Constrained Baseline
7
7
  :codec_type: video
8
- :codec_time_base: 1/50
9
8
  :codec_tag_string: avc1
10
9
  :codec_tag: '0x31637661'
11
10
  :width: 352
12
11
  :height: 288
13
12
  :coded_width: 352
14
13
  :coded_height: 288
14
+ :closed_captions: 0
15
15
  :has_b_frames: 0
16
16
  :sample_aspect_ratio: '1:1'
17
17
  :display_aspect_ratio: '11:9'
@@ -47,12 +47,12 @@
47
47
  :tags:
48
48
  :language: und
49
49
  :handler_name: VideoHandler
50
+ :vendor_id: "[0][0][0][0]"
50
51
  - :index: 1
51
52
  :codec_name: aac
52
53
  :codec_long_name: AAC (Advanced Audio Coding)
53
54
  :profile: LC
54
55
  :codec_type: audio
55
- :codec_time_base: 1/44100
56
56
  :codec_tag_string: mp4a
57
57
  :codec_tag: '0x6134706d'
58
58
  :sample_fmt: fltp
@@ -68,7 +68,6 @@
68
68
  :duration_ts: 299008
69
69
  :duration: '6.780227'
70
70
  :bit_rate: '95999'
71
- :max_bit_rate: '100304'
72
71
  :nb_frames: '292'
73
72
  :disposition:
74
73
  :default: 1
@@ -87,6 +86,7 @@
87
86
  :creation_time: '2015-05-17T06:08:17.000000Z'
88
87
  :language: und
89
88
  :handler_name: IsoMedia File Produced by Google, 5-11-2011
89
+ :vendor_id: "[0][0][0][0]"
90
90
  :format:
91
91
  :filename: "%%PATH%%"
92
92
  :nb_streams: 2
@@ -5,13 +5,13 @@
5
5
  :codec_long_name: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
6
6
  :profile: Constrained Baseline
7
7
  :codec_type: video
8
- :codec_time_base: 1/50
9
8
  :codec_tag_string: "[0][0][0][0]"
10
9
  :codec_tag: '0x0000'
11
10
  :width: 352
12
11
  :height: 288
13
12
  :coded_width: 352
14
13
  :coded_height: 288
14
+ :closed_captions: 0
15
15
  :has_b_frames: 0
16
16
  :sample_aspect_ratio: '1:1'
17
17
  :display_aspect_ratio: '11:9'
@@ -42,13 +42,13 @@
42
42
  :attached_pic: 0
43
43
  :timed_thumbnails: 0
44
44
  :tags:
45
+ :VENDOR_ID: "[0][0][0][0]"
45
46
  :DURATION: '00:00:06.743000000'
46
47
  - :index: 1
47
48
  :codec_name: aac
48
49
  :codec_long_name: AAC (Advanced Audio Coding)
49
50
  :profile: LC
50
51
  :codec_type: audio
51
- :codec_time_base: 1/44100
52
52
  :codec_tag_string: "[0][0][0][0]"
53
53
  :codec_tag: '0x0000'
54
54
  :sample_fmt: fltp
@@ -75,6 +75,7 @@
75
75
  :attached_pic: 0
76
76
  :timed_thumbnails: 0
77
77
  :tags:
78
+ :VENDOR_ID: "[0][0][0][0]"
78
79
  :DURATION: '00:00:06.803000000'
79
80
  :format:
80
81
  :nb_streams: 2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ehbrs-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esquilo Azul Company
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-09-04 00:00:00.000000000 Z
11
+ date: 2023-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: avm-tools
@@ -16,68 +16,68 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.135'
19
+ version: '0.145'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 0.145.1
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
27
  - - "~>"
25
28
  - !ruby/object:Gem::Version
26
- version: '0.135'
29
+ version: '0.145'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 0.145.1
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: eac_cli
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - "~>"
32
38
  - !ruby/object:Gem::Version
33
- version: '0.27'
39
+ version: '0.30'
34
40
  - - ">="
35
41
  - !ruby/object:Gem::Version
36
- version: 0.27.8
42
+ version: 0.30.1
37
43
  type: :runtime
38
44
  prerelease: false
39
45
  version_requirements: !ruby/object:Gem::Requirement
40
46
  requirements:
41
47
  - - "~>"
42
48
  - !ruby/object:Gem::Version
43
- version: '0.27'
49
+ version: '0.30'
44
50
  - - ">="
45
51
  - !ruby/object:Gem::Version
46
- version: 0.27.8
52
+ version: 0.30.1
47
53
  - !ruby/object:Gem::Dependency
48
54
  name: eac_ruby_utils
49
55
  requirement: !ruby/object:Gem::Requirement
50
56
  requirements:
51
57
  - - "~>"
52
58
  - !ruby/object:Gem::Version
53
- version: '0.102'
54
- - - ">="
55
- - !ruby/object:Gem::Version
56
- version: 0.102.1
59
+ version: '0.112'
57
60
  type: :runtime
58
61
  prerelease: false
59
62
  version_requirements: !ruby/object:Gem::Requirement
60
63
  requirements:
61
64
  - - "~>"
62
65
  - !ruby/object:Gem::Version
63
- version: '0.102'
64
- - - ">="
65
- - !ruby/object:Gem::Version
66
- version: 0.102.1
66
+ version: '0.112'
67
67
  - !ruby/object:Gem::Dependency
68
68
  name: ehbrs_ruby_utils
69
69
  requirement: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - "~>"
72
72
  - !ruby/object:Gem::Version
73
- version: '0.18'
73
+ version: '0.19'
74
74
  type: :runtime
75
75
  prerelease: false
76
76
  version_requirements: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - "~>"
79
79
  - !ruby/object:Gem::Version
80
- version: '0.18'
80
+ version: '0.19'
81
81
  - !ruby/object:Gem::Dependency
82
82
  name: filesize
83
83
  requirement: !ruby/object:Gem::Requirement
@@ -226,6 +226,7 @@ files:
226
226
  - lib/ehbrs/tools/runner/vg/wii.rb
227
227
  - lib/ehbrs/tools/runner/videos.rb
228
228
  - lib/ehbrs/tools/runner/videos/extract.rb
229
+ - lib/ehbrs/tools/runner/videos/opensubtitles.rb
229
230
  - lib/ehbrs/tools/runner/videos/probe.rb
230
231
  - lib/ehbrs/tools/runner/videos/series.rb
231
232
  - lib/ehbrs/tools/runner/videos/series/rename.rb
@@ -333,33 +334,33 @@ signing_key:
333
334
  specification_version: 4
334
335
  summary: Tools for EHB/RS.
335
336
  test_files:
336
- - spec/spec_helper/videos_files/stub_source.mp4
337
- - spec/spec_helper/videos.rb
337
+ - spec/spec_helper.rb
338
338
  - spec/lib/ehbrs/observers/base_spec.rb
339
- - spec/lib/ehbrs/tools/runner/fs/used_space_spec.rb
340
- - spec/lib/ehbrs/tools/runner/videos/unsupported_spec.rb
341
- - spec/lib/ehbrs/tools/runner/videos/probe_spec.rb
342
- - spec/lib/ehbrs/tools/runner/videos/probe_spec_files/fixed.target.yaml
343
- - spec/lib/ehbrs/tools/runner/videos/unsupported_spec_files/dts_audio.probe.yaml
344
- - spec/lib/ehbrs/tools/runner/vg/ips_spec.rb
345
- - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/expected.rom
346
- - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/source.rom
347
- - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/patch_1.ips
348
- - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/patch_0.ips
349
- - spec/lib/ehbrs/tools/runner_spec.rb
350
- - spec/lib/ehbrs/cooking_book/recipe/measure_spec.rb
351
339
  - spec/lib/ehbrs/vg/wii/wit/path_spec.rb
352
340
  - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec.rb
341
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_pal_iso.source.witdump
342
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/resident_evil_code_veronica_disc2_iso.target.yaml
353
343
  - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_pal_iso.target.yaml
354
- - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/resident_evil_code_veronica_disc2_iso.source.witdump
355
- - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_R92P01_wia.source.witdump
356
344
  - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/super_mario_galaxy_wbfs.target.yaml
357
- - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/resident_evil_code_veronica_disc2_iso.target.yaml
358
345
  - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/super_mario_galaxy_wbfs.source.witdump
359
346
  - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_R92P01_wia.target.yaml
360
- - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_pal_iso.source.witdump
347
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/resident_evil_code_veronica_disc2_iso.source.witdump
348
+ - spec/lib/ehbrs/vg/wii/wit/parsers/dump_spec_files/pikmin2_R92P01_wia.source.witdump
361
349
  - spec/lib/ehbrs/vg/wii/game_file_spec.rb
362
- - spec/spec_helper.rb
350
+ - spec/lib/ehbrs/cooking_book/recipe/measure_spec.rb
351
+ - spec/lib/ehbrs/tools/runner_spec.rb
352
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/source.rom
353
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/patch_1.ips
354
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/patch_0.ips
355
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec_files/expected.rom
356
+ - spec/lib/ehbrs/tools/runner/vg/ips_spec.rb
357
+ - spec/lib/ehbrs/tools/runner/videos/unsupported_spec.rb
358
+ - spec/lib/ehbrs/tools/runner/videos/unsupported_spec_files/dts_audio.probe.yaml
359
+ - spec/lib/ehbrs/tools/runner/videos/probe_spec.rb
360
+ - spec/lib/ehbrs/tools/runner/videos/probe_spec_files/fixed.target.yaml
361
+ - spec/lib/ehbrs/tools/runner/fs/used_space_spec.rb
363
362
  - spec/code/rubocop_spec.rb
363
+ - spec/spec_helper/videos_files/stub_source.mp4
364
+ - spec/spec_helper/videos.rb
364
365
  - ".rubocop.yml"
365
366
  - ".rspec"