mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-27 06:36:37 +02:00
* Dropped the 'RDAIRPLAY.INSTANCE' field from the database. * Dropped the 'RDAIRPLAY.CARD<n>' fields from the database. * Dropped the 'RDAIRPLAY.PORT<n>' fields from the database. * Dropped the 'RDAIRPLAY.START_RML<n>' fields from the database. * Dropped the 'RDAIRPLAY.STOP_RML<n>' fields from the database. * Dropped the 'RDAIRPLAY.OP_MODE' field from the database. * Dropped the 'RDAIRPLAY.START_MODE' field from the database. * Dropped the 'RDPANEL.INSTANCE' field from the database. * Dropped the 'RDPANEL.CARD<n>' fields from the database. * Dropped the 'RDPANEL.PORT<n>' fields from the database. * Dropped the 'RDPANEL.START_RML<n>' fields from the database. * Dropped the 'RDPANEL.STOP_RML<n>' fields from the database. * Altered the default value of the 'MATRICES.PORT field to 0. * Altered the default value of the 'MATRICES.PORT_2 field to 0. * Altered the default value of the 'MATRICES.INPUTS field to 0. * Altered the default value of the 'MATRICES.OUTPUTS field to 0. * Altered the default value of the 'MATRICES.GPIS field to 0. * Altered the default value of the 'MATRICES.GPOS field to 0. * Incremented the database version to 284. * Fixed bugs in rdcatch(1) that incorrectly escaped host names in SQL calls. * Fixed a bug in 'RDLog::create()' that failed to initialize the modified datetime correctly.
38 lines
1.5 KiB
Plaintext
38 lines
1.5 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
|
|
SEGUE_LENGTH int(11)
|
|
TRANS_LENGTH int(11)
|
|
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)
|