2022-03-22 Fred Gleason <fredg@paravelsystems.com>

* Added '--by-isci' and '--dump-isci-xref' options to rdimport(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-03-22 13:44:19 -04:00
parent 4209eaf33c
commit 85faf123ed
4 changed files with 235 additions and 23 deletions

View File

@@ -80,6 +80,25 @@
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--by-isci</option>
</term>
<listitem>
<para>
Determine the target cart number by looking it up in the ISCI
cross-reference table, using the ISCI code provided by the
<option>--set-string-isci</option> or
<option>--metadata-pattern</option> options. Useful for
importing sets of copy-split audio.
</para>
<para>
This option is mutually exclusive with the
<option>--to-cart</option> option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--cart-number-offset=</option><replaceable>offset</replaceable>
@@ -172,6 +191,18 @@
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--dump-isci-xref</option>
</term>
<listitem>
<para>
Print a copy of the current ISCI cross-reference table and then
exit. Useless except for debugging.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--drop-box</option>