mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-22 08:55:40 +02:00
* 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.
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
RDLOGEDIT Table Layout for Rivendell
|
|
|
|
The RDLOGEDIT table holds configuration data for the RDLogEdit widget.
|
|
Following is the layout of a record in the RDLOGEDIT table:
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
------------------------------------------------------------------------------
|
|
ID int(10) unsigned * Primary key, Auto Increment
|
|
STATION char(64) Workstation, Indexed
|
|
INPUT_CARD int(11) None=-1
|
|
OUTPUT_CARD int(11) None=-1
|
|
OUTPUT_PORT int(11)
|
|
FORMAT int(10) unsigned 0 = PCM16, 1 = Layer-2, 2 = Layer-3
|
|
LAYER int(10) unsigned
|
|
BITRATE int(10) unsigned
|
|
ENABLE_SECOND_START enum('N','Y')
|
|
DEFAULT_CHANNELS int(10) unsigned
|
|
MAXLENGTH int(11) Max record length, in sec
|
|
TAIL_PREROLL int(10) unsigned
|
|
START_CART int(10) unsigned
|
|
END_CART int(10) unsigned
|
|
REC_START_CART int(10) unsigned
|
|
REC_STOP_CART int(10) unsigned
|
|
TRIM_THRESHOLD int(11)
|
|
RIPPER_LEVEL int(11)
|
|
DEFAULT_TRANS_TYPE int(11)
|