mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02:00
2022-10-22 Fred Gleason <fredg@paravelsystems.com>
* Added an 'icedax' dependency to the 'rivendell' DEB package. * Documented the 'icedax' dependency in 'INSTALL'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -476,9 +476,16 @@ bool RDDiscLookup::ReadCdText(const QString &cdda_dev)
|
||||
return false;
|
||||
}
|
||||
if((exit_code=proc->exitCode())!=0) {
|
||||
QMessageBox::warning(this,lookup_caption+" - "+tr("Ripper Error"),
|
||||
tr("CD-Text reader process returned an error!")+"\n"+
|
||||
"["+output+"]");
|
||||
if(output.isEmpty()) {
|
||||
QMessageBox::warning(this,lookup_caption+" - "+tr("Ripper Error"),
|
||||
tr("CD-Text reader process failed.")+"\n"+
|
||||
"["+tr("Call to \"/usr/bin/cdda2wav\" failed")+"]");
|
||||
}
|
||||
else {
|
||||
QMessageBox::warning(this,lookup_caption+" - "+tr("Ripper Error"),
|
||||
tr("CD-Text reader process returned an error!")+"\n"+
|
||||
"["+output+"]");
|
||||
}
|
||||
delete proc;
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user