Rivendellaudio/docs/tables/stations.txt
Fred Gleason 94119b27d7 2018-05-21 Fred Gleason <fredg@paravelsystems.com>
* Added an 'AUDIO_CARDS' table to the database.
	* Dropped the 'STATIONS.CARD<n>_DRIVER', 'STATIONS.CARD<n>NAME',
	'STATIONS.CARD<n>_INPUTS' and 'STATIONS.CARD<n>OUTPUTS' fields
	from the database.
	* Incremented the database version to 282.
	* Added an 'AUDIO_CARDS.CLOCK_SOURCE' field to the database.
	* Added an 'AUDIO_INPUTS' table to the database.
	* Added an 'AUDIO_OUTPUTS' table to the database.
	* Dropped the 'AUDIO_PORTS' table from the database.
	* Incremented the database version to 283.
	* Changed the legend on the 'Audio Ports' button to 'ASI Audio Ports'
	on the 'Edit Host' dialog in rdadmin(1).
	* Changed the title of the 'Configure Audio Ports' dialog to
	'Configure AudioScience Audio Ports' on the 'Edit Host' dialog
	in rdadmin(1).
2018-05-21 16:00:59 +00:00

48 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)
BACKUP_DIR char(255)
BACKUP_LIFE 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)
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)