mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2017-10-16 Fred Gleason <fredg@paravelsystems.com>
* Implemented '%k', '%K', '%q' and '%Q' metadata wildcards for rdimport(1).
This commit is contained in:
@@ -294,6 +294,22 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><userinput>%k</userinput></term>
|
||||
<listitem>
|
||||
<para>Time component of the cut start date/time, in
|
||||
format <userinput>HH:MM:SS</userinput></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><userinput>%K</userinput></term>
|
||||
<listitem>
|
||||
<para>Time component of the cut end date/time, in
|
||||
format <userinput>HH:MM:SS</userinput></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><userinput>%l</userinput></term>
|
||||
<listitem>
|
||||
@@ -329,6 +345,29 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><userinput>%q</userinput></term>
|
||||
<listitem>
|
||||
<para>Date component of the cut start date/time, in
|
||||
format <userinput>YYYY-MM-DD</userinput></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><userinput>%Q</userinput></term>
|
||||
<listitem>
|
||||
<para>Date component of the cut end date/time, in
|
||||
format <userinput>YYYY-MM-DD</userinput></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><userinput>%l</userinput></term>
|
||||
<listitem>
|
||||
<para>Album</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><userinput>%r</userinput></term>
|
||||
<listitem>
|
||||
|
@@ -17,13 +17,13 @@ Now Next Field
|
||||
%h %H Event length (in milliseconds)
|
||||
%i %I Cut Description
|
||||
%j %J Cut Number
|
||||
%k %K [Unassigned]
|
||||
%k %K Start [%k]/end [%K] time for rdimport(1) [HH:MM:SS]
|
||||
%l %L Album
|
||||
%m %M Composer
|
||||
%n %N The Rivendell cart number
|
||||
%o %O Outcue
|
||||
%p %P Publisher
|
||||
%q %Q [Unassigned]
|
||||
%q %Q Start [%q]/end [%Q] date for rdimport(1) [YYYY-MM-DD]
|
||||
%r %R Conductor
|
||||
%s %S Song ID
|
||||
%t %T Title
|
||||
|
Reference in New Issue
Block a user