2022-03-25 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-25 08:39:52 -04:00
parent a473edf7dc
commit 672bd74a7c
4 changed files with 282 additions and 12 deletions

View File

@@ -80,6 +80,29 @@
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--by-isci</option>[=<replaceable>service-name</replaceable>]
</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. If
<replaceable>service-name</replaceable> is given, prepend the
Program Code for the specified service followed by an underscore
to the ISCI code when doing the cart number lookup in the ISCI
cross-reference table. 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>
@@ -188,6 +211,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>--enddate-offset=</option><replaceable>days</replaceable>