mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
Database changes for Nexus integration
This commit is contained in:
@@ -28,6 +28,8 @@ USAGE_CODE int(11) 0=Feature, 1=Theme Open,
|
||||
FORCED_LENGTH int(10) Playout this length, 0 = don't timeshift
|
||||
AVERAGE_LENGTH int(10)
|
||||
LENGTH_DEVIATION int(10) Maximum variation of underlying cuts
|
||||
MINIMUM_TALK_LENGTH int(10) Minimum talk length of underlying cuts
|
||||
MAXIMUM_TALK_LENGTH int(10) Maximum talk length of underlying cuts
|
||||
AVERAGE_SEGUE_LENGTH int(10)
|
||||
AVERAGE_HOOK_LENGTH int(10)
|
||||
CUT_QUANTITY int(10) > 1 for rotators
|
||||
|
||||
13
docs/tables/nexus_fields.txt
Normal file
13
docs/tables/nexus_fields.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
NEXUS_FIELDS Table Layout for Rivendell
|
||||
|
||||
The NEXUS_FIELDS table contains mappings between Rivendell database rows
|
||||
and MusicMaster Nexus fields.
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
--------------------------------------------------------------------------
|
||||
ID int(11) Primary Key
|
||||
STATION varchar(255) Nexus Station (Database)
|
||||
RD_NAME varchar(255) Rivendell Name
|
||||
NEXUS_NAME varchar(255) MusicMaster Field Name
|
||||
NEXUS_ID int(11) MusicMaster Field ID
|
||||
|
||||
12
docs/tables/nexus_queue.txt
Normal file
12
docs/tables/nexus_queue.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
NEXUS_QUEUE Table Layout for Rivendell
|
||||
|
||||
The NEXUS_QUEUE table holds notifications that could not be sent
|
||||
to a MusicMaster Nexus server.
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
--------------------------------------------------------------------------
|
||||
ID int(11) Primary Key
|
||||
NOTIFICATION varchar(255)
|
||||
ERROR varchar(255)
|
||||
CREATED timestamp
|
||||
|
||||
12
docs/tables/nexus_server.txt
Normal file
12
docs/tables/nexus_server.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
NEXUS_SERVER Table Layout for Rivendell
|
||||
|
||||
The NEXUS_SERVER table holds data concerning integration with
|
||||
a MusicMaster Nexus server.
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
--------------------------------------------------------------------------
|
||||
NUMBER int(10) unsigned
|
||||
ENABLED enum('N','Y')
|
||||
ADDRESS varchar(50)
|
||||
PORT int(11)
|
||||
STATION_NAME varchar(64)
|
||||
14
docs/tables/nexus_stations.txt
Normal file
14
docs/tables/nexus_stations.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
NEXUS_STATIONS Table Layout for Rivendell
|
||||
|
||||
The NEXUS_STATIONS table contains mappings and other information
|
||||
between Rivendell and MusicMaster Nexus.
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
--------------------------------------------------------------------------
|
||||
STATION varchar(255) Nexus Station (Database)
|
||||
CATEGORY varchar(10) Default MusicMaster Category
|
||||
AUTO_MERGE enum('N','Y') Auto Merge MusicMaster Schedules
|
||||
RD_SERVICE varchar(10) Rivendell Service
|
||||
RD_GROUP_NAME varchar(10) Default Rivendell Group
|
||||
RD_SCHED_CODE varchar(11) Default Rivendell Scheduler Code
|
||||
|
||||
Reference in New Issue
Block a user