Rivendellaudio/docs/tables/stations.txt
Fred Gleason ce323b471d 2018-08-13 Fred Gleason <fredg@paravelsystems.com>
* Updated table documentation.
2018-08-13 17:30:22 -04:00

47 lines
1.8 KiB
Plaintext

STATIONS Table Layout for Rivendell
The STATIONS table contains data about each workstation in the system.
Following is the layout of a record in the SERVICES table:
FIELD NAME TYPE REMARKS
---------------------------------------------------------------
NAME char(64) Primary Key
SHORT_NAME char(64)
DESCRIPTION char(64) Indexed
USER_NAME char(255) Current User
DEFAULT_NAME char(255) Default User
IPV4_ADDRESS char(15)
HTTP_STATION char(64) From STATIONS.NAME
CAE_STATION char(64) From STATIONS.NAME
TIME_OFFSET int(11)
BROADCAST_SECURITY int(10) unsigned 0=HostSec, 1=UserSec
HEARTBEAT_CART int(10) unsigned
HEARTBEAT_INTERVAL int(10) unsigned
STARTUP_CART int(10) unsigned
EDITOR_PATH char(255)
FILTER_MODE int(11) 0=Synchronous, 1=Asynchronous
START_JACK enum('Y','N')
JACK_SERVER_NAME char(64)
JACK_COMMAND_LINE char(255)
JACK_PORTS int(11) signed
CUE_CARD int(11) signed
CUE_PORT int(11) signed
CUE_START_CART int(10) unsigned
CUE_STOP_CART int(10) unsigned
CARTSLOT_COLUMNS int(11) signed
CARTSLOT_ROWS int(11) signed
ENABLE_DRAGDROP enum('N','Y')
ENFORCE_PANEL_SETUP enum('N','Y')
SYSTEM_MAINT enum('N','Y')
STATION_SCANNED enum('N','Y')
HAVE_OGGENC enum('N','Y')
HAVE_OGG123 enum('N','Y')
HAVE_FLAC enum('N','Y')
HAVE_TWOLAME enum('N','Y')
HAVE_LAME enum('N','Y')
HAVE_MPG321 enum('N','Y')
HAVE_MP4_DECODE enum('N','Y')
HPI_VERSION char(16)
JACK_VERSION char(16)
ALSA_VERSION char(16)