mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02:00
2022-09-01 Fred Gleason <fredg@paravelsystems.com>
* Added icons to the CD rippers in rdlibrary(1) to indicate the provenance of detected metadata. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -161,7 +161,12 @@ void RDDiscLookup::lookup()
|
||||
//
|
||||
// Call the low-level driver to do its lookup.
|
||||
//
|
||||
lookupRecord();
|
||||
if(lookup_has_cd_text&&(sourceName()=="CDDB")) {
|
||||
RDDiscLookup::lookupRecord(); // Skip CDDB lookup if we have CD-Text
|
||||
}
|
||||
else {
|
||||
lookupRecord();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -251,6 +256,12 @@ void RDDiscLookup::resizeEvent(QResizeEvent *e)
|
||||
}
|
||||
|
||||
|
||||
void RDDiscLookup::closeEvent(QCloseEvent *e)
|
||||
{
|
||||
cancelData();
|
||||
}
|
||||
|
||||
|
||||
RDDiscRecord *RDDiscLookup::discRecord() const
|
||||
{
|
||||
return lookup_record;
|
||||
|
Reference in New Issue
Block a user