mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2022-01-10 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug that caused rdimport(1) to fail to apply the '<playGain>' tag when processing RDXL metadata. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -22878,3 +22878,6 @@
|
||||
* Fixed a regression that broke the 'make rpm' target.
|
||||
2022-01-08 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Reset 'apis/pypad/tests/now_and_next.py' to use localhost.
|
||||
2022-01-10 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug that caused rdimport(1) to fail to apply the
|
||||
'<playGain>' tag when processing RDXL metadata.
|
||||
|
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Abstract a Rivendell Cut.
|
||||
//
|
||||
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2022 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
|
||||
@@ -1115,6 +1115,7 @@ void RDCut::setMetadata(RDWaveData *data) const
|
||||
sql+=QString("`RELEASE_MBID`='")+
|
||||
RDEscapeString(data->releaseMbId().left(40))+"',";
|
||||
}
|
||||
sql+=QString::asprintf("`PLAY_GAIN`=%d,",data->playGain());
|
||||
if(data->startPos()>=0) {
|
||||
sql+=QString::asprintf("`START_POINT`=%d,",data->startPos());
|
||||
}
|
||||
|
Reference in New Issue
Block a user