mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-13 06:40:26 +02:00
* Added a 'RDAIRPLAY.VIRTUAL_EXIT_CODE' field to the database. * Incremented the database version to 281. * Added 'RDAirPlayConf::virtualExitCode()' and 'RDAirPlayConf::setVirtualExitCode()' methods. * Implemented Start/Stop settings for vlogs.
41 lines
1.7 KiB
Plaintext
41 lines
1.7 KiB
Plaintext
RDAIRPLAY Table Layout for Rivendell
|
|
|
|
The RDAIRPLAY table holds configuration data for the RDAirPlay widget.
|
|
Following is the layout of a record in the RDAIRPLAY table:
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
------------------------------------------------------------------------------
|
|
ID int(10) unsigned * Primary key, Auto Increment
|
|
STATION char(40) Workstation, Indexed
|
|
SEGUE_LENGTH int(11)
|
|
TRANS_LENGTH int(11)
|
|
OP_MODE int(11) *** RETIRED @ DB v233 ***
|
|
START_MODE int(11) *** RETIRED @ DB v233 ***
|
|
LOG_MODE_STYLE int(11) 0=Unified, 1=Independent
|
|
PIE_COUNT_LENGTH int(11)
|
|
PIE_COUNT_ENDPOINT int(11) 0=EOF, 1=Segue Point
|
|
CHECK_TIMESYNC enum('N','Y')
|
|
STATION_PANELS int(11)
|
|
USER_PANELS int(11)
|
|
SHOW_AUX_1 enum('N','Y')
|
|
SHOW_AUX_2 enum('N','Y')
|
|
CLEAR_FILTER enum('N','Y')
|
|
DEFAULT_TRANS_TYPE int(11)
|
|
BAR_ACTION int(10) unsigned 0=None, 1=Start Next
|
|
FLASH_PANEL enum('N','Y')
|
|
PANEL_PAUSE_ENABLED enum('N','Y')
|
|
BUTTON_LABEL_TEMPLATE char(32)
|
|
PAUSE_ENABLED enum('N','Y')
|
|
DEFAULT_SERVICE char(10) From SERVICES.NAME
|
|
HOUR_SELECTOR_ENABLED enum('N','Y')
|
|
EXIT_CODE int(11) 0=clean, 1=dirty
|
|
VIRTUAL_EXIT_CODE int(11) 0=clean, 1=dirty
|
|
EXIT_PASSWORD char(41)
|
|
SKIN_PATH char(255)
|
|
SHOW_COUNTERS enum('N','Y')
|
|
AUDITION_PREROLL int(11)
|
|
TITLE_TEMPLATE char(64)
|
|
ARTIST_TEMPLATE char(64)
|
|
OUTCUE_TEMPLATE char(64)
|
|
DESCRIPTION_TEMPLATE char(64)
|