mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user