ehbrs-tools 0.23.0 → 0.23.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. checksums.yaml +4 -4
  2. data/exe/ehbrs +2 -2
  3. data/lib/ehbrs/tools/runner.rb +21 -0
  4. data/lib/ehbrs/tools/runner/cooking_book.rb +32 -0
  5. data/lib/ehbrs/tools/runner/cooking_book/build.rb +52 -0
  6. data/lib/ehbrs/{runner/videos/series.rb → tools/runner/finances.rb} +4 -4
  7. data/lib/ehbrs/tools/runner/finances/bb_browser.rb +37 -0
  8. data/lib/ehbrs/tools/runner/fs.rb +18 -0
  9. data/lib/ehbrs/tools/runner/fs/selected.rb +81 -0
  10. data/lib/ehbrs/tools/runner/fs/used_space.rb +161 -0
  11. data/lib/ehbrs/tools/runner/google.rb +18 -0
  12. data/lib/ehbrs/tools/runner/google/translate.rb +89 -0
  13. data/lib/ehbrs/tools/runner/music.rb +18 -0
  14. data/lib/ehbrs/tools/runner/music/selected.rb +28 -0
  15. data/lib/ehbrs/tools/runner/self.rb +18 -0
  16. data/lib/ehbrs/tools/runner/self/test.rb +27 -0
  17. data/lib/ehbrs/tools/runner/telegram.rb +28 -0
  18. data/lib/ehbrs/tools/runner/telegram/send_message.rb +31 -0
  19. data/lib/ehbrs/tools/runner/vg.rb +18 -0
  20. data/lib/ehbrs/tools/runner/vg/ips.rb +134 -0
  21. data/lib/ehbrs/tools/runner/vg/wii.rb +74 -0
  22. data/lib/ehbrs/{runner/web_utils → tools/runner}/videos.rb +3 -3
  23. data/lib/ehbrs/tools/runner/videos/extract.rb +70 -0
  24. data/lib/ehbrs/tools/runner/videos/probe.rb +34 -0
  25. data/lib/ehbrs/tools/runner/videos/series.rb +20 -0
  26. data/lib/ehbrs/tools/runner/videos/series/rename.rb +74 -0
  27. data/lib/ehbrs/tools/runner/videos/unsupported.rb +61 -0
  28. data/lib/ehbrs/tools/runner/web_utils.rb +26 -0
  29. data/lib/ehbrs/tools/runner/web_utils/videos.rb +20 -0
  30. data/lib/ehbrs/tools/runner/web_utils/videos/download.rb +65 -0
  31. data/lib/ehbrs/tools/runner/web_utils/videos/upload.rb +77 -0
  32. data/lib/ehbrs/tools/version.rb +1 -1
  33. data/vendor/aranha-parsers/lib/aranha/parsers/source_address.rb +10 -8
  34. data/vendor/aranha-parsers/lib/aranha/parsers/version.rb +1 -1
  35. data/vendor/eac_docker/eac_docker.gemspec +1 -1
  36. data/vendor/eac_docker/lib/eac_docker/debug.rb +15 -0
  37. data/vendor/eac_docker/lib/eac_docker/images/coded.rb +4 -0
  38. data/vendor/eac_docker/lib/eac_docker/images/templatized.rb +12 -2
  39. data/vendor/eac_docker/lib/eac_docker/version.rb +1 -1
  40. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/boolean.rb +1 -1
  41. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/version.rb +1 -1
  42. data/vendor/ehbrs_ruby_utils/ehbrs_ruby_utils.gemspec +3 -2
  43. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/version.rb +1 -1
  44. data/vendor/ehbrs_ruby_utils/lib/ehbrs_ruby_utils/videos/stream.rb +11 -1
  45. data/vendor/ehbrs_ruby_utils/spec/lib/ehbrs_ruby_utils/videos/stream_spec.rb +14 -0
  46. data/vendor/ehbrs_ruby_utils/spec/lib/ehbrs_ruby_utils/videos/stream_spec_files/menina_ovo_attachment.source.yaml +28 -0
  47. data/vendor/ehbrs_ruby_utils/spec/lib/ehbrs_ruby_utils/videos/stream_spec_files/menina_ovo_attachment.target.yaml +7 -0
  48. data/vendor/ehbrs_ruby_utils/spec/lib/ehbrs_ruby_utils/videos/stream_spec_files/menina_ovo_audio.source.yaml +49 -0
  49. data/vendor/ehbrs_ruby_utils/spec/lib/ehbrs_ruby_utils/videos/stream_spec_files/menina_ovo_audio.target.yaml +7 -0
  50. data/vendor/ehbrs_ruby_utils/spec/lib/ehbrs_ruby_utils/videos/stream_spec_files/menina_ovo_subtitle.source.yaml +43 -0
  51. data/vendor/ehbrs_ruby_utils/spec/lib/ehbrs_ruby_utils/videos/stream_spec_files/menina_ovo_subtitle.target.yaml +7 -0
  52. data/vendor/ehbrs_ruby_utils/spec/lib/ehbrs_ruby_utils/videos/stream_spec_files/menina_ovo_video.source.yaml +59 -0
  53. data/vendor/ehbrs_ruby_utils/spec/lib/ehbrs_ruby_utils/videos/stream_spec_files/menina_ovo_video.target.yaml +7 -0
  54. data/vendor/ehbrs_ruby_utils/spec/rubocop_check_spec.rb +1 -5
  55. data/vendor/ehbrs_ruby_utils/spec/spec_helper.rb +3 -0
  56. metadata +42 -32
  57. data/lib/ehbrs/runner.rb +0 -19
  58. data/lib/ehbrs/runner/cooking_book.rb +0 -30
  59. data/lib/ehbrs/runner/cooking_book/build.rb +0 -50
  60. data/lib/ehbrs/runner/finances.rb +0 -16
  61. data/lib/ehbrs/runner/finances/bb_browser.rb +0 -35
  62. data/lib/ehbrs/runner/fs.rb +0 -16
  63. data/lib/ehbrs/runner/fs/selected.rb +0 -79
  64. data/lib/ehbrs/runner/fs/used_space.rb +0 -159
  65. data/lib/ehbrs/runner/google.rb +0 -16
  66. data/lib/ehbrs/runner/google/translate.rb +0 -87
  67. data/lib/ehbrs/runner/music.rb +0 -16
  68. data/lib/ehbrs/runner/music/selected.rb +0 -26
  69. data/lib/ehbrs/runner/self.rb +0 -16
  70. data/lib/ehbrs/runner/self/test.rb +0 -25
  71. data/lib/ehbrs/runner/telegram.rb +0 -26
  72. data/lib/ehbrs/runner/telegram/send_message.rb +0 -29
  73. data/lib/ehbrs/runner/vg.rb +0 -16
  74. data/lib/ehbrs/runner/vg/ips.rb +0 -132
  75. data/lib/ehbrs/runner/vg/wii.rb +0 -72
  76. data/lib/ehbrs/runner/videos.rb +0 -16
  77. data/lib/ehbrs/runner/videos/extract.rb +0 -68
  78. data/lib/ehbrs/runner/videos/probe.rb +0 -32
  79. data/lib/ehbrs/runner/videos/series/rename.rb +0 -72
  80. data/lib/ehbrs/runner/videos/unsupported.rb +0 -59
  81. data/lib/ehbrs/runner/web_utils.rb +0 -24
  82. data/lib/ehbrs/runner/web_utils/videos/download.rb +0 -63
  83. data/lib/ehbrs/runner/web_utils/videos/upload.rb +0 -75
@@ -0,0 +1,18 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_cli/core_ext'
4
+
5
+ module Ehbrs
6
+ module Tools
7
+ class Runner
8
+ class Google
9
+ require_sub __FILE__
10
+
11
+ runner_with :help, :subcommands do
12
+ desc 'Utilidades Google.'
13
+ subcommands
14
+ end
15
+ end
16
+ end
17
+ end
18
+ end
@@ -0,0 +1,89 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_cli/default_runner'
4
+ require 'eac_ruby_utils/core_ext'
5
+ require 'ehbrs/google/translate/session'
6
+
7
+ module Ehbrs
8
+ module Tools
9
+ class Runner
10
+ class Google
11
+ class Translate
12
+ runner_with :help do
13
+ desc 'Traduz um documento com Google Translate.'
14
+ arg_opt '-o', '--output-file', 'Salva saída em <output-file>.'
15
+ bool_opt '-w', '--overwrite', 'Permite sobreescrever arquivo de saída.'
16
+ pos_arg 'source-file'
17
+ end
18
+
19
+ def run
20
+ start_banner
21
+ validate
22
+ if output_to_stdout?
23
+ out(translated_content)
24
+ else
25
+ ::File.write(output_file, translated_content)
26
+ end
27
+ success 'Concluído'
28
+ end
29
+
30
+ def start_banner
31
+ infov 'Source file', source_file
32
+ infov 'Target file', output_file
33
+ end
34
+
35
+ def translated_content_uncached
36
+ session.translate(source_file)
37
+ end
38
+
39
+ delegate :source_file, to: :parsed
40
+
41
+ def output_file
42
+ parsed.output_file || default_output_file
43
+ end
44
+
45
+ def default_output_file
46
+ ::File.join(
47
+ ::File.dirname(source_file),
48
+ ::File.basename(source_file, '.*') + '_translated.html'
49
+ )
50
+ end
51
+
52
+ def session_uncached
53
+ ::Ehbrs::Google::Translate::Session.new
54
+ end
55
+
56
+ def validate
57
+ validate_source_file
58
+ validate_output_file
59
+ validate_output_content
60
+ end
61
+
62
+ def validate_source_file
63
+ return if ::File.exist?(source_file)
64
+
65
+ fatal_error "Source file \"#{source_file}\" does not exist"
66
+ end
67
+
68
+ def validate_output_file
69
+ return if output_to_stdout?
70
+ return unless ::File.exist?(output_file)
71
+ return if parsed.overwrite?
72
+
73
+ fatal_error "Output file \"#{output_file}\" already exists"
74
+ end
75
+
76
+ def validate_output_content
77
+ return if translated_content.present?
78
+
79
+ fatal_error 'Output content is empty'
80
+ end
81
+
82
+ def output_to_stdout?
83
+ output_file == '-'
84
+ end
85
+ end
86
+ end
87
+ end
88
+ end
89
+ end
@@ -0,0 +1,18 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_cli/core_ext'
4
+
5
+ module Ehbrs
6
+ module Tools
7
+ class Runner
8
+ class Music
9
+ require_sub __FILE__
10
+
11
+ runner_with :help, :subcommands do
12
+ desc 'Ferramentas para músicas.'
13
+ subcommands
14
+ end
15
+ end
16
+ end
17
+ end
18
+ end
@@ -0,0 +1,28 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'ehbrs/music/album'
4
+ require 'ehbrs/tools/runner/fs/selected'
5
+
6
+ module Ehbrs
7
+ module Tools
8
+ class Runner
9
+ class Music
10
+ class Selected < ::Ehbrs::Tools::Runner::Fs::Selected
11
+ protected
12
+
13
+ def build_selected_directory(path)
14
+ ::Ehbrs::Music::Album.new(path)
15
+ end
16
+
17
+ def directory_label(directory)
18
+ directory.to_label
19
+ end
20
+
21
+ def directory_target_basename(directory)
22
+ directory.id
23
+ end
24
+ end
25
+ end
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,18 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_cli/core_ext'
4
+
5
+ module Ehbrs
6
+ module Tools
7
+ class Runner
8
+ class Self
9
+ require_sub __FILE__
10
+
11
+ runner_with :help, :subcommands do
12
+ desc 'Self utilities'
13
+ subcommands
14
+ end
15
+ end
16
+ end
17
+ end
18
+ end
@@ -0,0 +1,27 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_cli/core_ext'
4
+ require 'ehbrs/gems'
5
+ require 'eac_ruby_gems_utils/tests/multiple'
6
+
7
+ module Ehbrs
8
+ module Tools
9
+ class Runner
10
+ class Self
11
+ class Test
12
+ runner_with :help do
13
+ desc 'Test core and local gems.'
14
+ end
15
+
16
+ def run
17
+ fatal_error 'Some test did not pass' unless tests.ok?
18
+ end
19
+
20
+ def tests_uncached
21
+ ::EacRubyGemsUtils::Tests::Multiple.new(::Ehbrs::Gems.all)
22
+ end
23
+ end
24
+ end
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,28 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_cli/core_ext'
4
+ require 'ehbrs/tools/instance'
5
+
6
+ module Ehbrs
7
+ module Tools
8
+ class Runner
9
+ class Telegram
10
+ require_sub __FILE__
11
+
12
+ runner_with :help, :subcommands do
13
+ desc 'Operações com Telegram.'
14
+ arg_opt '-b', '--bot-token', 'Token do bot Telegram.'
15
+ subcommands
16
+ end
17
+
18
+ def bot_token
19
+ parsed.bot_token || default_bot_token
20
+ end
21
+
22
+ def default_bot_token
23
+ ::Ehbrs::Tools.instance.read_entry(:telegram_bot_token)
24
+ end
25
+ end
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,31 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_cli/core_ext'
4
+ require 'ehbrs/telegram/message_sending'
5
+
6
+ module Ehbrs
7
+ module Tools
8
+ class Runner
9
+ class Telegram
10
+ class SendMessage
11
+ runner_with :help do
12
+ desc 'Envia mensagens Telegram.'
13
+ pos_arg :message
14
+ pos_arg :recipients_ids, repeat: true
15
+ end
16
+
17
+ delegate :run, to: :message_sending
18
+
19
+ private
20
+
21
+ def message_sending_uncached
22
+ parsed.recipients_ids
23
+ .inject(::Ehbrs::Telegram::MessageSending.new) { |a, e| a.recipient_id(e) }
24
+ .bot_token(runner_context.call(:bot_token))
25
+ .message(parsed.message)
26
+ end
27
+ end
28
+ end
29
+ end
30
+ end
31
+ end
@@ -0,0 +1,18 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_cli/core_ext'
4
+
5
+ module Ehbrs
6
+ module Tools
7
+ class Runner
8
+ class Vg
9
+ require_sub __FILE__
10
+
11
+ runner_with :help, :subcommands do
12
+ desc 'Ferramentas para video game.'
13
+ subcommands
14
+ end
15
+ end
16
+ end
17
+ end
18
+ end
@@ -0,0 +1,134 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_cli/core_ext'
4
+ require 'eac_ruby_utils/fs/temp'
5
+ require 'ehbrs/executables'
6
+
7
+ module Ehbrs
8
+ module Tools
9
+ class Runner
10
+ class Vg
11
+ class Ips
12
+ runner_with :help do
13
+ desc 'Aplica patches IPS em roms.'
14
+ arg_opt '-o', '--output-file', ' Saída no arquivo <output-file>.'
15
+ bool_opt '-w', '--overwrite', 'Sobrescreve o arquivo de saída se existente.'
16
+ pos_arg 'source-file'
17
+ pos_arg 'ips-files', repeat: true
18
+ end
19
+
20
+ def run
21
+ validate
22
+ start_banner
23
+ run_patches
24
+ infov 'Concluído'
25
+ end
26
+
27
+ private
28
+
29
+ def on_temp_files
30
+ ::EacRubyUtils::Fs::Temp.on_file do |input|
31
+ ::EacRubyUtils::Fs::Temp.on_file do |output|
32
+ yield TempFiles.new(source_file, input, output)
33
+ end
34
+ end
35
+ end
36
+
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!
40
+ end
41
+
42
+ def run_patches
43
+ on_temp_files do |temp|
44
+ ips_files.each do |ips_file|
45
+ run_patch(temp.input, ips_file, temp.output)
46
+ temp.swap
47
+ end
48
+ temp.move_result_to(output_file)
49
+ end
50
+ end
51
+
52
+ def source_file
53
+ parsed.source_file.to_pathname
54
+ end
55
+
56
+ def start_banner
57
+ infov 'Source file', source_file
58
+ infov 'Output file', output_file
59
+ infov 'IPS files', ips_files.count
60
+ ips_files.each { |ips_file| infov ' * ', ips_file }
61
+ end
62
+
63
+ def ips_files
64
+ parsed.ips_files.map(&:to_pathname)
65
+ end
66
+
67
+ def output_file
68
+ parsed.output_file.to_pathname || default_output_file
69
+ end
70
+
71
+ def default_output_file
72
+ ips_files.last.parent.join(
73
+ ips_files.map { |f| f.basename('.*').to_path }.join('_') + source_file.extname
74
+ )
75
+ end
76
+
77
+ def validate
78
+ validate_source_file
79
+ ips_files.each { |ips_file| validate_ips_file(ips_file) }
80
+ validate_output_file
81
+ end
82
+
83
+ def validate_source_file
84
+ return if source_file.exist?
85
+
86
+ fatal_error("Arquivo fonte \"#{source_file}\" não existe")
87
+ end
88
+
89
+ def validate_ips_file(ips_file)
90
+ return if ::File.exist?(ips_file)
91
+
92
+ fatal_error("Arquivo IPS \"#{ips_file}\" não existe")
93
+ end
94
+
95
+ def validate_output_file
96
+ return unless output_file.exist?
97
+ return if parsed.overwrite?
98
+
99
+ fatal_error("Arquivo de saída \"#{output_file}\" já existe")
100
+ end
101
+
102
+ class TempFiles
103
+ common_constructor :initial, :temp0, :temp1
104
+
105
+ def input
106
+ swaped? ? temp0 : initial
107
+ end
108
+
109
+ def move_result_to(dest)
110
+ return unless swaped?
111
+
112
+ ::FileUtils.mv(temp0.to_path, dest.to_path)
113
+ end
114
+
115
+ def output
116
+ temp1
117
+ end
118
+
119
+ def swap
120
+ temp0_current = temp0
121
+ self.temp0 = temp1
122
+ self.temp1 = temp0_current
123
+ @swaped = true
124
+ end
125
+
126
+ def swaped?
127
+ @swaped ? true : false
128
+ end
129
+ end
130
+ end
131
+ end
132
+ end
133
+ end
134
+ end
@@ -0,0 +1,74 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_cli/core_ext'
4
+ require 'eac_ruby_utils/fs/traversable'
5
+ require 'ehbrs/vg/wii/file_move'
6
+ require 'ehbrs/vg/wii/game_file'
7
+
8
+ module Ehbrs
9
+ module Tools
10
+ class Runner
11
+ class Vg
12
+ class Wii
13
+ include ::EacRubyUtils::Fs::Traversable
14
+
15
+ runner_with :help do
16
+ desc 'Manipulação de imagens de jogo Wii.'
17
+ bool_opt '-R', '--recursive', 'Busca arquivos recursivamente.'
18
+ bool_opt '-d', '--dump', 'Mostra todos os atributos do jogo.'
19
+ arg_opt '-m', '--move', 'Move o arquivo.'
20
+ bool_opt '-c', '--confirm', 'Confirma o movimento do arquivo.'
21
+ pos_arg 'paths', repeat: true
22
+ end
23
+
24
+ def run
25
+ infov 'Recursive?', traverser_new.recursive?
26
+ parsed.paths.each do |path|
27
+ traverser_check_path(path)
28
+ end
29
+ end
30
+
31
+ private
32
+
33
+ def confirm?
34
+ parsed.confirm?
35
+ end
36
+
37
+ def dump(game)
38
+ return unless parsed.dump?
39
+
40
+ game.properties.each do |name, value|
41
+ infov " * #{name}", value
42
+ end
43
+ end
44
+
45
+ def move(game)
46
+ return if move_arg.blank?
47
+
48
+ file_move = ::Ehbrs::Vg::Wii::FileMove.new(game, game.format(move_arg))
49
+ infov ' * Target path',
50
+ file_move.target.to_s.colorize(file_move.change? ? :light_white : :light_black)
51
+ file_move.run if confirm?
52
+ end
53
+
54
+ def move_arg
55
+ parsed.move
56
+ end
57
+
58
+ def traverser_recursive
59
+ parsed.recursive
60
+ end
61
+
62
+ def traverser_check_file(path)
63
+ game = ::Ehbrs::Vg::Wii::GameFile.new(path)
64
+ return unless game.valid?
65
+
66
+ infom game.wit_path
67
+ dump(game)
68
+ move(game)
69
+ end
70
+ end
71
+ end
72
+ end
73
+ end
74
+ end