mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2015-04-07 Fred Gleason <fredg@paravelsystems.com>
* Added a 'RDLIBRARY.READ_ISRC' field to the database. * Incremented the database version to 245. * Added 'RDLibraryConf::readIsrc()' and 'RDLibraryConf::setReadIsrc()' methods in 'lib/rdlibrary_conf.cpp' and 'lib/rdlibrary_conf.h'. * Added a 'Read ISRCs from CD' control to the 'Edit RDLibrary' dialog in 'rdadmin/edit_rdlibrary.cpp' and 'rdadmin/edi_rdlibrary.h'. * Implemented the 'Read ISRCs from CD' option in the full disc ripper in 'rdlibrary/disk_ripper.cpp'. * Implemented the 'Read ISRCs from CD' option in the per-track disc ripper in 'rdlibrary/cdripper.cpp'.
This commit is contained in:
@@ -39,8 +39,7 @@ class EditRDLibrary : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
EditRDLibrary(RDStation *station,RDStation *cae_station,
|
||||
QWidget *parent=0,const char *name=0);
|
||||
EditRDLibrary(RDStation *station,RDStation *cae_station,QWidget *parent=0);
|
||||
~EditRDLibrary();
|
||||
QSize sizeHint() const;
|
||||
QSizePolicy sizePolicy() const;
|
||||
@@ -66,6 +65,7 @@ class EditRDLibrary : public QDialog
|
||||
QTimeEdit *lib_maxlength_time;
|
||||
QLineEdit *lib_ripdev_edit;
|
||||
QComboBox *lib_paranoia_box;
|
||||
QComboBox *lib_isrc_box;
|
||||
QSpinBox *lib_riplevel_spin;
|
||||
QLineEdit *lib_cddb_edit;
|
||||
QComboBox *lib_editor_box;
|
||||
|
||||
Reference in New Issue
Block a user