dvdvrconv 1.1.0 → 1.1.1

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: 3c37a9a062aa1d69e7074aa2440dacc4fe879b3a7a67655e00d1d17419a2eb64
4
- data.tar.gz: a410ed9e330c3ea8617f59a5ab119852668a13e34d0b2e10cf666aa6578745f3
3
+ metadata.gz: 0bf1dfd9c27d75f1664127479eaf4480b30a2a9647c0552af036b05a95fe557d
4
+ data.tar.gz: 5ef2ab78adcdf97048764088ec49905d3cfac14ff7dadf1ece60c66bf54860a4
5
5
  SHA512:
6
- metadata.gz: 97a900ff0d0e317ef783fd429ede27713ef43be4d82d365f3c725aec0d840da2750c1bbc17791de4fe7584c6df4ab926b10d91709c1922e21e9ba1a1710adc96
7
- data.tar.gz: 99d5b7f2eabcc066fe966e82d47a72412f7ecc48b294511a2760fc66d1a10299bdb9aac4846dae52a7b3db8c8dbd99d7990b725527f36c86c43fa0ab5e4f7205
6
+ metadata.gz: 1a1de9101fb6bb101ed1190b854bde53442541a2b4eae24d4de663bc73fcf7ef3debc2c1df547d569968fcf1ba9093b1a4e23acbb5cccc52913dfe716220f953
7
+ data.tar.gz: e065e1429ce5b36b30c0247ee1d56409b804f36f52255b593303389bf896da5c5093c826e3ad70ed3aedb47c95ff6587c74e00bf4e27ec3819fbc0369be0987f
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # Dvdvrconv [![Gem Version](https://badge.fury.io/rb/dvdvrconv.svg)](https://badge.fury.io/rb/dvdvrconv)
1
+ # dvdvrconv [![Gem Version](https://badge.fury.io/rb/dvdvrconv.svg)](https://badge.fury.io/rb/dvdvrconv)
2
2
 
3
3
 
4
- Dvdvrconv extracts the `vob` file from the `vro` file on the dvd-vr format disc.
5
- Dvdvrconv is also a wrapper for [pixelb/dvd-vr](https://github.com/pixelb/dvd-vr/).
4
+ dvdvrconv extracts the `vob` files from the `vro` files on the DVD-VR format disc and converts them to `mp4` files.
5
+ dvdvrconv is also a wrapper for [pixelb/dvd-vr](https://github.com/pixelb/dvd-vr/).
6
6
 
7
7
  For Windows users, I attached `dvd-vr.exe` for cygwin environment.
8
8
 
data/dvdvrconv.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.email = ["icm7216d@gmail.com"]
8
8
 
9
9
  spec.summary = %q{DVD-VR utility}
10
- spec.description = %q{This tool converts "vor" file on DVD-VR format disc to "vob" files.}
10
+ spec.description = %q{This tool converts "vro" file on DVD-VR format disc to "mp4" files.}
11
11
  spec.homepage = "https://github.com/icm7216/dvdvrconv"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
@@ -10,6 +10,7 @@ module Dvdvrconv
10
10
 
11
11
  config_file = Dvdvrconv::DEFAULT_CONFIG_FILE
12
12
  if File.exist?(config_file)
13
+ puts "Read the default config file. => #{config_file}"
13
14
  load_config(config_file)
14
15
  end
15
16
  end
@@ -52,7 +53,11 @@ module Dvdvrconv
52
53
  puts " => VR_MANGR.IFO: #{dvd.vrdisc.opts_ifo}"
53
54
  puts " => VR_MOVIE.VRO #{dvd.vrdisc.opts_vro}"
54
55
  puts " => dvd-vr.exe: #{dvd.vrdisc.cmd}"
55
-
56
+ puts "== Customize settings =="
57
+ puts " => use_customize_title: #{@options[:use_customize_title]}"
58
+ puts " => base_dst_name: #{@options[:base_dst_name]}"
59
+ puts " => number_list: #{@options[:number_list]}"
60
+
56
61
  dvd.read_info
57
62
 
58
63
  dvd.view_info if options[:opt][:info] || options[:opt].empty?
@@ -35,6 +35,8 @@ module Dvdvrconv
35
35
  puts "The config file has not been specified.\nUse the default configuration file. (=> #{Dvdvrconv::DEFAULT_CONFIG_FILE})"
36
36
  options[:config_file] = Dvdvrconv::DEFAULT_CONFIG_FILE
37
37
  end
38
+ rescue OptionParser::ParseError => e
39
+ abort e.message
38
40
  end
39
41
 
40
42
  { opt: options }
@@ -1,3 +1,3 @@
1
1
  module Dvdvrconv
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dvdvrconv
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - icm7216
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-01 00:00:00.000000000 Z
11
+ date: 2021-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-unit
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: This tool converts "vor" file on DVD-VR format disc to "vob" files.
41
+ description: This tool converts "vro" file on DVD-VR format disc to "mp4" files.
42
42
  email:
43
43
  - icm7216d@gmail.com
44
44
  executables: