mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-24 09:28:54 +02:00
* 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'.
39 lines
1.6 KiB
Plaintext
39 lines
1.6 KiB
Plaintext
RDLIBRARY Table Layout for Rivendell
|
|
|
|
The RDLIBRARY table holds configuration data for the RDLibrary widget.
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
------------------------------------------------------------------------------
|
|
ID int(10) unsigned * Primary key, Auto Increment
|
|
STATION char(40) Workstation, Indexed
|
|
INSTANCE int(10) unsigned
|
|
INPUT_CARD int(11) None=-1
|
|
INPUT_STREAM int(11) RETIRED
|
|
INPUT_TYPE enum('A','D')
|
|
OUTPUT_CARD int(11) None=-1
|
|
OUTPUT_STREAM int(11) RETIRED
|
|
OUTPUT_PORT int(11) None=-1
|
|
VOX_THRESHOLD int(11) dBFS * 100
|
|
TRIM_THRESHOLD int(11) dBFS * 100
|
|
RECORD_GPI int(11) RETIRED
|
|
PLAY_GPI int(11) RETIRED
|
|
STOP_GPI int(11) RETIRED
|
|
DEFAULT_FORMAT int(10) unsigned 0 = PCM16, 1 = Layer-2, 2 = Layer-3
|
|
DEFAULT_CHANNELS int(10) unsigned
|
|
DEFAULT_SAMPRATE int(10) unsigned RETIRED
|
|
DEFAULT_LAYER int(10) unsigned
|
|
DEFAULT_BITRATE int(10) unsigned
|
|
DEFAULT_RECORD_MODE int(10) unsigned 0 = Manual, 1 = VOX
|
|
DEFAULT_TRIM_STATE enum('Y','N')
|
|
MAXLENGTH int(11) Max record length, in sec
|
|
TAIL_PREROLL int(10) unsigned
|
|
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
|
|
SEARCH_LIMITED enum('N','Y')
|