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
@@ -1,16 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_cli/core_ext'
4
-
5
- module Ehbrs
6
- class Runner
7
- class Videos
8
- require_sub __FILE__
9
-
10
- runner_with :help, :subcommands do
11
- desc 'Video tools for EHB/RS.'
12
- subcommands
13
- end
14
- end
15
- end
16
- end
@@ -1,68 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_cli/core_ext'
4
- require 'ehbrs/videos/extract/package'
5
-
6
- module Ehbrs
7
- class Runner
8
- class Videos
9
- class Extract
10
- require_sub __FILE__
11
-
12
- DEFAULT_QUALITIES = %w[1080 720 web webrip hdtv].freeze
13
-
14
- runner_with :help do
15
- desc 'Extrai arquivos de seriados.'
16
- arg_opt '-d', '--dir', 'Extraí para diretório.'
17
- bool_opt '-D', '--delete', 'Remove o pacote após o processamento.'
18
- arg_opt '-q', '--qualities', 'Lista de qualidades.'
19
- pos_arg 'packages', repeat: true
20
- end
21
-
22
- def run
23
- start_banner
24
- packages.each do |package|
25
- infov 'Package', package
26
- package.run(parsed.delete?)
27
- end
28
- end
29
-
30
- private
31
-
32
- def packages_uncached
33
- parsed.packages?.map do |p|
34
- ::Ehbrs::Videos::Extract::Package.new(p, target_dir, qualities)
35
- end
36
- end
37
-
38
- def qualities_uncached
39
- (parsed.qualities.to_s.split(',') + DEFAULT_QUALITIES).uniq
40
- end
41
-
42
- def start_banner
43
- infov 'Packages', packages.count
44
- infov 'Qualities', qualities
45
- infov 'Target directory', target_dir
46
- end
47
-
48
- def target_dir_uncached
49
- parsed.dir.if_present(&:to_pathname) || default_target_dir
50
- end
51
-
52
- def default_target_dir
53
- r = parsed.packages.first.to_pathname.basename('.*')
54
- return r unless r.exist?
55
-
56
- r = r.basename_sub { |b| "#{b}_extract" }
57
- index = 0
58
- loop do
59
- return r unless r.exist?
60
-
61
- index += 1
62
- r = r.basename_sub { |b| "#{b}_#{index}" }
63
- end
64
- end
65
- end
66
- end
67
- end
68
- end
@@ -1,32 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'ehbrs_ruby_utils/videos/container'
4
- require 'eac_ruby_base0/core_ext'
5
- require 'eac_ruby_utils/yaml'
6
-
7
- module Ehbrs
8
- class Runner
9
- class Videos
10
- class Probe
11
- runner_with :help, :output do
12
- desc 'FFProbe em um arquivo de vídeo.'
13
- pos_arg :file_path
14
- end
15
-
16
- def run
17
- run_output
18
- end
19
-
20
- def output_content
21
- ::EacRubyUtils::Yaml.dump(container_file.probe_data)
22
- end
23
-
24
- private
25
-
26
- def container_file_uncached
27
- ::EhbrsRubyUtils::Videos::Container.new(parsed.file_path)
28
- end
29
- end
30
- end
31
- end
32
- end
@@ -1,72 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_cli/core_ext'
4
- require 'ehbrs/videos/series/rename/file'
5
- require 'ehbrs/videos/series/rename/file/options'
6
- require 'ehbrs/videos/series/rename/results_builder'
7
-
8
- module Ehbrs
9
- class Runner
10
- class Videos
11
- class Series
12
- class Rename
13
- include ::EacRubyUtils::Fs::Traversable
14
-
15
- runner_with :help do
16
- desc 'Renomeia arquivos de séries.'
17
- bool_opt '-r', '--recursive', 'Recursivo.'
18
- bool_opt '-c', '--confirm', 'Confirmação a renomeação.'
19
- arg_opt '-k', '--kernel', 'Determina o kernel para os nomes dos arquivos.'
20
- arg_opt '-E', '--extension', 'Substitui a extensão dos arquivos.'
21
- arg_opt '-e', '--episode-increment', 'Aumenta o número do episódio.'
22
- pos_arg 'paths', repeat: true, optional: true
23
- end
24
-
25
- def run
26
- banner
27
- show_results
28
- rename_files
29
- end
30
-
31
- def banner
32
- infov 'Paths', paths.count
33
- infov 'Files found', files.count
34
- end
35
-
36
- def files_uncached
37
- @files = []
38
- paths.each { |path| traverser_check_path(path) }
39
- @files
40
- end
41
-
42
- def paths
43
- parsed.paths.if_present(['.'])
44
- end
45
-
46
- def traverser_recursive
47
- parsed.recursive
48
- end
49
-
50
- def traverser_check_file(path)
51
- @files << ::Ehbrs::Videos::Series::Rename::File.new(path, series_file_options)
52
- end
53
-
54
- def series_file_options_uncached
55
- ::Ehbrs::Videos::Series::Rename::File::Options.new(parsed)
56
- end
57
-
58
- def show_results
59
- ::Ehbrs::Videos::Series::Rename::ResultsBuilder.new(files).show(0)
60
- end
61
-
62
- def rename_files
63
- return unless series_file_options.confirm
64
-
65
- infom 'Renaming files...'
66
- files.each(&:rename)
67
- end
68
- end
69
- end
70
- end
71
- end
72
- end
@@ -1,59 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_cli/core_ext'
4
- require 'ehbrs/videos/unsupported/check_set'
5
- require 'ehbrs/videos/unsupported/search'
6
- require 'ehbrs/videos/unsupported/profiles'
7
-
8
- module Ehbrs
9
- class Runner
10
- class Videos
11
- class Unsupported
12
- PROFILES = %w[aoc philco samsung].freeze
13
-
14
- runner_with :help do
15
- desc 'Procura e converte vídeos não suportados pelas TVs de EHB/RS.'
16
- bool_opt '-f', '--fix', 'Converte vídeos para o formato apropriado.'
17
- arg_opt '-p', '--profiles', "Seleciona os perfis (#{PROFILES.join(', ')})."
18
- pos_arg 'paths', repeat: true
19
- end
20
-
21
- def run
22
- infov 'Profiles', profiles.join(', ')
23
- infov 'Paths', paths
24
- paths.each do |d|
25
- ::Ehbrs::Videos::Unsupported::Search.new(d, file_options)
26
- end
27
- end
28
-
29
- private
30
-
31
- def file_check_set_uncached
32
- ::Ehbrs::Videos::Unsupported::CheckSet.build(profiles, :file)
33
- end
34
-
35
- def track_check_set_uncached
36
- ::Ehbrs::Videos::Unsupported::CheckSet.build(profiles, :track)
37
- end
38
-
39
- def paths
40
- parsed.paths
41
- end
42
-
43
- def file_options
44
- { file_check_set: file_check_set, track_check_set: track_check_set,
45
- fix: parsed.fix? }
46
- end
47
-
48
- def profiles_uncached
49
- parsed.profiles.if_present(PROFILES) { |v| v.split(',').map(&:strip) }
50
- .map { |name| profile_class(name).instance }
51
- end
52
-
53
- def profile_class(profile_name)
54
- ::Ehbrs::Videos::Unsupported::Profiles.const_get(profile_name.camelize)
55
- end
56
- end
57
- end
58
- end
59
- end
@@ -1,24 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_cli/core_ext'
4
- require 'ehbrs_ruby_utils/web_utils/instance'
5
-
6
- module Ehbrs
7
- class Runner
8
- class WebUtils
9
- require_sub __FILE__
10
-
11
- runner_with :help, :subcommands do
12
- desc 'Ferramentas para EHB/RS Utils.'
13
- pos_arg :instance_id
14
- subcommands
15
- end
16
-
17
- private
18
-
19
- def instance_uncached
20
- ::EhbrsRubyUtils::WebUtils::Instance.by_id(parsed.instance_id)
21
- end
22
- end
23
- end
24
- end
@@ -1,63 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_cli/core_ext'
4
- require 'ehbrs_ruby_utils/web_utils/videos/file'
5
-
6
- module Ehbrs
7
- class Runner
8
- class WebUtils
9
- class Videos
10
- class Download
11
- runner_with :help do
12
- desc 'Importa informações de arquivos de vídeo de uma instância EHB/RS Utils.'
13
- bool_opt '-c', '--confirm', 'Confirma as mudanças'
14
- end
15
-
16
- def run
17
- start_banner
18
- to_rename.each { |file| process_rename_file(file) }
19
- to_delete.each { |file| process_delete_file(file) }
20
- end
21
-
22
- private
23
-
24
- def start_banner
25
- infov 'Files downloaded', files.count
26
- infov 'To rename', to_rename.count
27
- infov 'To delete', to_delete.count
28
- end
29
-
30
- def process_rename_file(file)
31
- infov " * #{file.new_path}", file.original_path
32
- file.rename if parsed.confirm?
33
- end
34
-
35
- def process_delete_file(file)
36
- infov " * #{file.new_path}", 'REMOVE'
37
- file.remove if parsed.confirm?
38
- end
39
-
40
- def files_uncached
41
- data.map { |file_data| ::EhbrsRubyUtils::WebUtils::Videos::File.new(file_data) }
42
- end
43
-
44
- def to_rename_uncached
45
- files.select(&:path_changed?)
46
- end
47
-
48
- def to_delete_uncached
49
- files.reject { |f| f.type == 'Videos::SeriesDirectory' }.select(&:unwanted)
50
- end
51
-
52
- def data_uncached
53
- ::JSON.parse(raw_content)
54
- end
55
-
56
- def raw_content
57
- runner_context.call(:instance).http_request('/videos/files/export').body
58
- end
59
- end
60
- end
61
- end
62
- end
63
- end
@@ -1,75 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_cli/core_ext'
4
- require 'ehbrs_ruby_utils/web_utils/videos/files_list'
5
- require 'json'
6
- require 'yaml'
7
-
8
- module Ehbrs
9
- class Runner
10
- class WebUtils
11
- class Videos
12
- class Upload
13
- runner_with :help do
14
- desc 'Exporta informações de arquivos de vídeo para uma instância EHB/RS Utils.'
15
- bool_opt '-P', '--no-ffprobe', 'Não recupera dados com "ffprobe".'
16
- end
17
-
18
- def run
19
- %w[movies series].each { |type| upload_files_list(type) }
20
- end
21
-
22
- def upload_files_list(type)
23
- infom "Uploading \"#{type}\" files list..."
24
- files_list_path = send("#{type}_files_list")
25
- infov 'Path', files_list_path
26
- process_response(upload_request(files_list_path))
27
- end
28
-
29
- def upload_request(files_list_path)
30
- runner_context.call(:instance).http_request(
31
- '/videos/files/import',
32
- method: :put,
33
- body: {
34
- 'videos_tableless_local_import_list[list_file]' => ::File.new(files_list_path)
35
- },
36
- header: {
37
- 'Accept' => 'application/json'
38
- }
39
- )
40
- end
41
-
42
- def process_response(response)
43
- infov 'Response status', response.status
44
- if response.status == 200
45
- pp ::JSON.parse(response.body)
46
- else
47
- error_file = '/tmp/ehbrsutils.html'
48
- ::File.write(error_file, response.body)
49
- system('firefox', error_file)
50
- fatal_error('Retornou com status de erro: ' + error_file)
51
- end
52
- end
53
-
54
- def series_files_list_uncached
55
- write_files_list('Videos::SeriesDirectory', :series_directory)
56
- end
57
-
58
- def movies_files_list_uncached
59
- write_files_list('Videos::MovieFile', :movies_directory)
60
- end
61
-
62
- def write_files_list(file_class, read_entry)
63
- files_list = ::EhbrsRubyUtils::WebUtils::Videos::FilesList.new(
64
- file_class,
65
- runner_context.call(:instance).read_entry(read_entry),
66
- ffprobe: !parsed.no_ffprobe?
67
- )
68
- infov 'Files found', files_list.data.fetch(:files).count
69
- files_list.write_to
70
- end
71
- end
72
- end
73
- end
74
- end
75
- end