Rivendellaudio/docs/tables/rd_library.txt
Fred Gleason 2cbc9e6e3c 2018-05-29 Fred Gleason <fredg@paravelsystems.com>
* Dropped the 'CART.ISRC' field from the database.
	* Dropped the 'DECKS.DEFAULT_SAMPRATE' field from the database.
	* Dropped the 'RDLIBRARY.INPUT_STREAM' field from the database.
	* Dropped the 'RDLIBRARY.OUTPUT_STREAM' field from the database.
	* Dropped the 'RDLIBRARY.RECORD_GPI' field from the database.
	* Dropped the 'RDLIBRARY.PLAY_GPI' field from the database.
	* Dropped the 'RDLIBRARY.STOP_GPI' field from the database.
	* Dropped the 'RDLIBRARY.DEFAULT_SAMPRATE' field from the database.
	* Dropped the 'RECORDINGS.DEFAULT_SAMPRATE' field from the database.
	* Dropped the 'RDLOGEDIT.SAMPRATE' field from the database.
	* Dropped the 'SERVICES.TFC_START_OFFSET' field from the database.
	* Dropped the 'SERVICES.TFC_START_LENGTH' field from the database.
	* Dropped the 'SERVICES.MUS_START_OFFSET' field from the database.
	* Dropped the 'SERVICES.MUS_START_LENGTH' field from the database.
	* Incremented the database version to 285.
2018-05-29 23:16:35 +00:00

33 lines
1.4 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_TYPE enum('A','D')
OUTPUT_CARD int(11) None=-1
OUTPUT_PORT int(11) None=-1
VOX_THRESHOLD int(11) dBFS * 100
TRIM_THRESHOLD int(11) dBFS * 100
DEFAULT_FORMAT int(10) unsigned 0 = PCM16, 1 = Layer-2, 2 = Layer-3
DEFAULT_CHANNELS int(10) unsigned
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')