mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +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:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// CD Track Ripper Dialog for Rivendell.
|
||||
//
|
||||
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -34,12 +34,12 @@
|
||||
//
|
||||
bool ripper_running;
|
||||
|
||||
CdRipper::CdRipper(QString cutname,RDCddbRecord *rec,RDLibraryConf *conf,
|
||||
CdRipper::CdRipper(QString cutname,RDDiscRecord *rec,RDLibraryConf *conf,
|
||||
bool profile_rip,QWidget *parent)
|
||||
: RDDialog(parent)
|
||||
{
|
||||
rip_profile_rip=profile_rip;
|
||||
rip_isrc_read=false;
|
||||
// rip_isrc_read=false;
|
||||
rip_conf=conf;
|
||||
rip_cddb_record=rec;
|
||||
rip_track[0]=-1;
|
||||
@@ -410,12 +410,14 @@ void CdRipper::ripTrackButtonData()
|
||||
//
|
||||
// Read ISRCs
|
||||
//
|
||||
/*
|
||||
if(!rip_isrc_read) {
|
||||
if(rda->libraryConf()->readIsrc()) {
|
||||
rip_cddb_lookup->readIsrc();
|
||||
}
|
||||
rip_isrc_read=true;
|
||||
}
|
||||
*/
|
||||
|
||||
//
|
||||
// Rip from disc
|
||||
@@ -534,7 +536,7 @@ void CdRipper::mediaChangedData()
|
||||
{
|
||||
Q3ListViewItem *l;
|
||||
|
||||
rip_isrc_read=false;
|
||||
// rip_isrc_read=false;
|
||||
rip_track_list->clear();
|
||||
rip_track[0]=-1;
|
||||
rip_track[1]=-1;
|
||||
|
||||
Reference in New Issue
Block a user