mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02: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:
@@ -38,7 +38,7 @@ class CdRipper : public RDDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
CdRipper(QString cutname,RDCddbRecord *rec,RDLibraryConf *conf,
|
||||
CdRipper(QString cutname,RDDiscRecord *rec,RDLibraryConf *conf,
|
||||
bool profile_rip,QWidget *parent=0);
|
||||
~CdRipper();
|
||||
QSize sizeHint() const;
|
||||
@@ -70,8 +70,8 @@ class CdRipper : public RDDialog
|
||||
void Profile(const QString &msg);
|
||||
RDLibraryConf *rip_conf;
|
||||
RDCdPlayer *rip_cdrom;
|
||||
RDCddbRecord *rip_cddb_record;
|
||||
RDCddbLookup *rip_cddb_lookup;
|
||||
RDDiscRecord *rip_cddb_record;
|
||||
RDDiscLookup *rip_cddb_lookup;
|
||||
RDCut *rip_cut;
|
||||
QLabel *rip_track_label;
|
||||
RDListView *rip_track_list;
|
||||
@@ -110,7 +110,6 @@ class CdRipper : public RDDialog
|
||||
QLabel *rip_autotrim_unit;
|
||||
bool rip_done;
|
||||
bool rip_profile_rip;
|
||||
bool rip_isrc_read;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user