mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02: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 @@
|
||||
//
|
||||
// Abstract a Rivendell Cut
|
||||
//
|
||||
// (C) Copyright 2002-2004,2016 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 General Public License version 2 as
|
||||
@@ -59,8 +59,8 @@ class RDCut
|
||||
void setIsrc(const QString &isrc) const;
|
||||
QString isci() const;
|
||||
void setIsci(const QString &isci) const;
|
||||
QString trackMbId() const;
|
||||
void setTrackMbId(const QString &mbid);
|
||||
QString recordingMbId() const;
|
||||
void setRecordingMbId(const QString &mbid);
|
||||
QString releaseMbId() const;
|
||||
void setReleaseMbId(const QString &mbid);
|
||||
QString sha1Hash() const;
|
||||
|
Reference in New Issue
Block a user