mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2020-02-03 Fred Gleason <fredg@paravelsystems.com>
* Consolidated the Metadata Wildcard definitions in the 'RDResolveNowNext()' function into the 'RDLogLine::resolveWildcards()' method. * Added 'recordMbId' and 'releaseMbId' fields to the cut XML data schema. * Added '%wm' ['MusicBrainz Recording ID'] and '%wr' ['MusicBrainz Release ID'] metadata wildcards.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// A Container Class for Audio Meta Data.
|
||||
//
|
||||
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Library General Public License
|
||||
@@ -99,6 +99,10 @@ class RDWaveData
|
||||
void setIsrc(const QString &str);
|
||||
QString isci() const;
|
||||
void setIsci(const QString &str);
|
||||
QString recordingMbId() const;
|
||||
void setRecordingMbId(const QString &mbid);
|
||||
QString releaseMbId() const;
|
||||
void setReleaseMbId(const QString &mbid);
|
||||
QString mcn() const;
|
||||
void setMcn(const QString &str);
|
||||
QString outCue() const;
|
||||
@@ -233,6 +237,8 @@ class RDWaveData
|
||||
QString data_coding_history;
|
||||
QString data_isrc;
|
||||
QString data_isci;
|
||||
QString data_recording_mbid;
|
||||
QString data_release_mbid;
|
||||
QString data_mcn;
|
||||
QString data_out_cue;
|
||||
EndType data_end_type;
|
||||
|
||||
Reference in New Issue
Block a user