mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02: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:
@@ -1,7 +1,6 @@
|
||||
RDLIBRARY Table Layout for Rivendell
|
||||
|
||||
The RDLIBRARY table holds configuration data for the RDLibrary widget.
|
||||
Following is the layout of a record in the RDLIBRARY table:
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
------------------------------------------------------------------------------
|
||||
@@ -32,6 +31,7 @@ RIPPER_DEVICE char(64)
|
||||
PARANOIA_LEVEL int(11)
|
||||
RIPPER_LEVEL int(11)
|
||||
CDDB_SERVER char(64)
|
||||
READ_ISRC enum('N','Y')
|
||||
ENABLE_EDITOR enum('N','Y')
|
||||
SRC_CONVERTER int(11)
|
||||
LIMIT_SEARCH int(11) 0 = No, 1 = Yes, 2 = Previous
|
||||
|
Reference in New Issue
Block a user