about summary refs log tree commit homepage
path: root/bin/dtas-splitfx
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2024-01-27 22:17:21 +0000
committerEric Wong <e@80x24.org>2024-02-01 08:02:26 +0000
commit53c76bcdd0afb688289079515deb292dc4ba6c96 (patch)
tree7f15bde28d3692f5656a6fa22a5c01bd862e9940 /bin/dtas-splitfx
parente4ec1f8ec7cc770368ce71c3136c6a4829411980 (diff)
downloaddtas-master.tar.gz
Similar to the switch in dtas-archive(1), I got tired of having
to manually add stats to all the rips I was tracking out.
Diffstat (limited to 'bin/dtas-splitfx')
-rwxr-xr-xbin/dtas-splitfx1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dtas-splitfx b/bin/dtas-splitfx
index d0afc7b..17d915d 100755
--- a/bin/dtas-splitfx
+++ b/bin/dtas-splitfx
@@ -13,6 +13,7 @@ OptionParser.new('', 24, '  ') do |op|
   op.on('-n', '--dry-run') { opts[:dryrun] = true }
   op.on('-j', '--jobs [JOBS]', Integer) { |val| opts[:jobs] = val } # nil==inf
   op.on('-s', '--quiet', '--silent') { opts[:silent] = true }
+  op.on('-S', '--stats', 'run stats every track') { opts[:stats] = true }
   op.on('-f', '--filter FILTER') { |val| (opts[:filter] ||= []) << val }
   op.on('-D', '--no-dither') { opts[:no_dither] = true }
   op.on('-O', '--outdir OUTDIR') { |val| opts[:outdir] = val }