mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-20 06:58:01 +02:00
* Added a 'RDLIBRARY.IS_SINGLETON' field to the database. * Added a 'RDLOGEDIT.IS_SINGLETON' field to the database. * Incremented the database version to 367. * Added 'RDLibraryConf::isSingleton()' and 'RDLibraryConf::setIsSingleton()' methods. * Added 'RDLogeditConf::isSingleton()' and 'RDLogeditConf::setIsSingleton()' methods. * Modified rdcartslots(1), rdcastmanager(1), rdcatch(1), rdlogmanager(1) and rdpanel(1) to allow only a single instance to run at a time. * Modified rdlibrary(1) and rdlogedit(1) to conditionally allow only a single instance to run at a time. * Added an rdsinglestart(1) utility. * Added a 'wmctrl' dependency to the 'rivendell' RPM package. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
RDLOGEDIT Table Layout for Rivendell
|
|
|
|
The RDLOGEDIT table holds configuration data for the RDLogEdit widget.
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
------------------------------------------------------------------------------
|
|
ID int(10) unsigned * Primary key, Auto Increment
|
|
STATION varchar(64) From STATIONS.NAME
|
|
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
|
|
WAVEFORM_CAPTION varchar(64)
|
|
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)
|
|
IS_SINGLETON enum('N','Y')
|