2018-05-29 Fred Gleason <fredg@paravelsystems.com>

* Dropped the 'CART.ISRC' field from the database.
	* Dropped the 'DECKS.DEFAULT_SAMPRATE' field from the database.
	* Dropped the 'RDLIBRARY.INPUT_STREAM' field from the database.
	* Dropped the 'RDLIBRARY.OUTPUT_STREAM' field from the database.
	* Dropped the 'RDLIBRARY.RECORD_GPI' field from the database.
	* Dropped the 'RDLIBRARY.PLAY_GPI' field from the database.
	* Dropped the 'RDLIBRARY.STOP_GPI' field from the database.
	* Dropped the 'RDLIBRARY.DEFAULT_SAMPRATE' field from the database.
	* Dropped the 'RECORDINGS.DEFAULT_SAMPRATE' field from the database.
	* Dropped the 'RDLOGEDIT.SAMPRATE' field from the database.
	* Dropped the 'SERVICES.TFC_START_OFFSET' field from the database.
	* Dropped the 'SERVICES.TFC_START_LENGTH' field from the database.
	* Dropped the 'SERVICES.MUS_START_OFFSET' field from the database.
	* Dropped the 'SERVICES.MUS_START_LENGTH' field from the database.
	* Incremented the database version to 285.
This commit is contained in:
Fred Gleason
2018-05-29 23:16:35 +00:00
parent f831241638
commit 2cbc9e6e3c
11 changed files with 157 additions and 34 deletions

View File

@@ -13,7 +13,6 @@ TITLE char(255) Index
ARTIST char(255) Index
ALBUM char(255) Name of release album
YEAR date Year of release
ISRC char(12) RETIRED as of DB v100
CONDUCTOR char(64)
LABEL char(64) Release Record Label
CLIENT char(64) Index

View File

@@ -1,8 +1,7 @@
DECKS Table Layout for Rivendell
The DECKS table holds data concerning each configured netcatcher
recording interface on the system. Following is the layout of a
record in the DECKS table:
recording interface on the system.
FIELD NAME TYPE REMARKS
------------------------------------------------------------------
@@ -17,7 +16,6 @@ MON_PORT_NUMBER int(11) signed
DEFAULT_MONITOR_ON enum('N','Y')
DEFAULT_FORMAT int(10) signed
DEFAULT_CHANNELS int(10) signed
DEFAULT_SAMPRATE int(10) signed RETIRED
DEFAULT_BITRATE int(10) signed
DEFAULT_THRESHOLD int(10) signed
SWITCH_STATION char(64) From OUTPUTS.STATION_NAME

View File

@@ -8,19 +8,13 @@ ID int(10) unsigned * Primary key, Auto Increment
STATION char(40) Workstation, Indexed
INSTANCE int(10) unsigned
INPUT_CARD int(11) None=-1
INPUT_STREAM int(11) RETIRED
INPUT_TYPE enum('A','D')
OUTPUT_CARD int(11) None=-1
OUTPUT_STREAM int(11) RETIRED
OUTPUT_PORT int(11) None=-1
VOX_THRESHOLD int(11) dBFS * 100
TRIM_THRESHOLD int(11) dBFS * 100
RECORD_GPI int(11) RETIRED
PLAY_GPI int(11) RETIRED
STOP_GPI int(11) RETIRED
DEFAULT_FORMAT int(10) unsigned 0 = PCM16, 1 = Layer-2, 2 = Layer-3
DEFAULT_CHANNELS int(10) unsigned
DEFAULT_SAMPRATE int(10) unsigned RETIRED
DEFAULT_LAYER int(10) unsigned
DEFAULT_BITRATE int(10) unsigned
DEFAULT_RECORD_MODE int(10) unsigned 0 = Manual, 1 = VOX

View File

@@ -11,7 +11,6 @@ INPUT_CARD int(11) None=-1
OUTPUT_CARD int(11) None=-1
OUTPUT_PORT int(11)
FORMAT int(10) unsigned 0 = PCM16, 1 = Layer-2, 2 = Layer-3
SAMPRATE int(10) unsigned RETIRED
LAYER int(10) unsigned
BITRATE int(10) unsigned
ENABLE_SECOND_START enum('N','Y')

View File

@@ -47,7 +47,6 @@ ENDDATE_OFFSET int(10) unsigned
EVENTDATE_OFFSET int(11)
FORMAT int(11) signed 0 = PCM16, 2 = Layer 2, 3 = Layer 3
CHANNELS int(11) signed
SAMPRATE int(11) signed RETIRED
BITRATE int(11) signed
QUALITY int(11) signed
MACRO_CART int(10) unsigned

View File

@@ -29,8 +29,6 @@ TFC_CART_OFFSET int(11)
TFC_CART_LENGTH int(11)
TFC_TITLE_OFFSET int(11)
TFC_TITLE_LENGTH int(11)
TFC_START_OFFSET int(11) RETIRED as of DB v119
TFC_START_LENGTH int(11) RETIRED as of DB v119
TFC_HOURS_OFFSET int(11)
TFC_HOURS_LENGTH int(11)
TFC_MINUTES_OFFSET int(11)
@@ -64,8 +62,6 @@ MUS_CART_OFFSET int(11)
MUS_CART_LENGTH int(11)
MUS_TITLE_OFFSET int(11)
MUS_TITLE_LENGTH int(11)
MUS_START_OFFSET int(11) RETIRED as of DB v119
MUS_START_LENGTH int(11) RETIRED as of DB v119
MUS_HOURS_OFFSET int(11)
MUS_HOURS_LENGTH int(11)
MUS_MINUTES_OFFSET int(11)