mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 22:30:13 +01:00
2025-07-01 Fred Gleason <fredg@paravelsystems.com>
* Added a 'bool incl_str_fields' parameter to the 'RDCut::setMetadata()' and 'RDCut::getMetadata()' methods. * Fixed a bug in rdcatchd(8) that caused embedded source start and end datetime metadata to fail to be applied in download events when the 'Update Library Metadata' attribute was not selected. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -238,7 +238,7 @@ void MainObject::GetAudio()
|
||||
wavedata=new RDWaveData();
|
||||
if(wavedata!=NULL) {
|
||||
cart->getMetadata(wavedata);
|
||||
cut->getMetadata(wavedata);
|
||||
cut->getMetadata(wavedata,true);
|
||||
if(cart->enforceLength()) {
|
||||
speed_ratio=(float)cut->length()/(float)cart->forcedLength();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user