mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-20 15:02:27 +02:00
* Added a 'REPLICATORS.PROGRAM_CODE' field to the database. * Incremented the database version to 372. * Added 'RDReplicator::programCode()' and 'RDReplicator::setProgramCode()' methods. * Added a 'Program Code' control to the 'Rivendell Replicators' dialog in rdadmin(1). * Renamed the 'Citadel X-Digital Portal' replicator to 'X-Digital National ISCI Model'. * Added a 'X-Digital Cue Model' replicator. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
23 lines
887 B
Plaintext
23 lines
887 B
Plaintext
REPLICATORS Table Layout for Rivendell
|
|
|
|
The REPLICATORS table holds data concerning each individual replicator
|
|
configuration on the system.
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
------------------------------------------------------------------
|
|
NAME varchar(32) not null, primary key
|
|
DESCRIPTION varchar(64)
|
|
TYPE_ID int(10) unsigned not null
|
|
STATION_NAME varchar(64) from STATIONS.NAME
|
|
PROGRAM_CODE varchar(191)
|
|
FORMAT int(10) unsigned
|
|
CHANNELS int(10) unsigned
|
|
SAMPRATE int(10) unsigned
|
|
BITRATE int(10) unsigned
|
|
QUALITY int(10) unsigned
|
|
URL varchar(255)
|
|
URL_USERNAME varchar(64)
|
|
URL_PASSWORD text Base64 encoded
|
|
ENABLE_METADATA enum('N','Y')
|
|
NORMALIZATION_LEVEL int(11) signed
|