mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2020-02-05 Fred Gleason <fredg@paravelsystems.com>
* Added support for the '%wi', '%wm' and '%wr' wildcards to the '--metadata-pattern=' switch in rdexport(1).
This commit is contained in:
@@ -261,11 +261,13 @@ class RDLogLine
|
||||
void loadCart(int cartnum,RDLogLine::TransType next_type,int mach,
|
||||
bool timescale,RDLogLine::TransType type=RDLogLine::NoTrans,
|
||||
int len=-1);
|
||||
void loadCart(int cartnum,int cutnum=-1);
|
||||
void refreshPointers();
|
||||
QString xml(int line) const;
|
||||
static QString resolveNowNextDateTime(const QString &str,const QString &code,
|
||||
const QDateTime &dt);
|
||||
static QString resolveWildcards(unsigned cartnum,const QString &pattern);
|
||||
static QString resolveWildcards(unsigned cartnum,const QString &pattern,
|
||||
int cutnum=-1);
|
||||
static QString startSourceText(RDLogLine::StartSource src);
|
||||
static QString transText(RDLogLine::TransType trans);
|
||||
static QString typeText(RDLogLine::Type type);
|
||||
|
Reference in New Issue
Block a user