2020-01-30 Fred Gleason <fredg@paravelsystems.com>

* Renamed the 'RDCddbRecord' class to 'RDDiscRecord'.
	* Removed support for CD-TEXT from the CD rippers.
	* Removed the icedax(1) dependency.
This commit is contained in:
Fred Gleason
2020-01-30 13:11:14 -05:00
parent 729fef66bc
commit cbe375adf0
30 changed files with 723 additions and 525 deletions

View File

@@ -1,6 +1,6 @@
// rdcddblookup.cpp
//
// A Qt class for accessing the FreeDB CD Database.
// RDDiscLookup instance class for accessing the FreeDB CD Database.
//
// (C) Copyright 2003-2020 Fred Gleason <fredg@paravelsystems.com>
//
@@ -54,12 +54,14 @@ RDCddbLookup::~RDCddbLookup()
}
QString RDCddbLookup::sourceName() const
{
return QString("FreeDB");
}
void RDCddbLookup::lookupRecord()
{
if(cddbRecord()->tracks()==0) {
return;
}
lookup_username=rda->user()->name();
lookup_hostname=rda->libraryConf()->cddbServer();
lookup_appname="rivendell";