mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2016-07-13 Fred Gleason <fredg@paravelsystems.com>
* Implemented storage of RDXML data structures within a 'rdxl' user defined information frame in ID3 tags 'lib/rdwavefile.cpp' and 'lib/rdaudio_convert.cpp'.
This commit is contained in:
@@ -132,6 +132,9 @@ void Xport::Import()
|
||||
if(use_metadata>0) {
|
||||
cart->setMetadata(conv->sourceWaveData());
|
||||
cut->setMetadata(conv->sourceWaveData());
|
||||
syslog(LOG_NOTICE,"SOURCE: title: %s startDateTime: %s %s",
|
||||
(const char *)conv->sourceWaveData()->title(),
|
||||
(const char *)conv->sourceWaveData()->startDate().toString("yyyy-MM-dd"),(const char *)conv->sourceWaveData()->startTime().toString("hh:mm:ss"));
|
||||
}
|
||||
if(autotrim_level!=0) {
|
||||
cut->autoTrim(RDCut::AudioBoth,100*autotrim_level);
|
||||
|
||||
Reference in New Issue
Block a user