mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 07:05:48 +01:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user