mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +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:
@@ -1454,7 +1454,7 @@ MainObject::Result MainObject::ImportFile(const QString &filename,
|
||||
if(cart_created) {
|
||||
cart->setMetadata(wavedata);
|
||||
}
|
||||
cut->setMetadata(wavedata);
|
||||
cut->setMetadata(wavedata,true);
|
||||
cut->autoSegue(import_segue_level,import_segue_length,rda->station(),
|
||||
rda->user(),rda->config());
|
||||
if(cut->description().isEmpty()) { // Final backstop, so we don't end up
|
||||
|
||||
Reference in New Issue
Block a user