mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-26 22:53:40 +01:00
2016-05-18 Fred Gleason <fredg@paravelsystems.com>
* Added an entry for the Broadcast Tools SRC-16 in 'docs/SWITCHERS.txt'. * Added a 'CUT_EVENTS' table to the database. * Added a 'DECK_EVENTS' table to the database. * Incremented the database version to 256. * Implemented a 'Cut Event' ['CE'] RML. * Added a 'Event Carts' section to the Edit Deck dialog in 'rdadmin/edit_deck.cpp' and 'rdadmin/edit_deck.h'.
This commit is contained in:
@@ -2,10 +2,7 @@
|
||||
##
|
||||
## docs/tables/automake.am for Rivendell
|
||||
##
|
||||
## (C) Copyright 2002-2006 Fred Gleason <fredg@salemradiolabs.com>
|
||||
##
|
||||
## $Id: Makefile.am,v 1.16.8.5.2.1 2014/06/03 18:23:34 cvs Exp $
|
||||
## $Date: 2014/06/03 18:23:34 $
|
||||
## (C) Copyright 2002-2016 Fred Gleason <fredg@salemradiolabs.com>
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License version 2 as
|
||||
@@ -30,7 +27,9 @@ EXTRA_DIST = audio_perms.txt\
|
||||
clipboard.txt\
|
||||
clock_perms.txt\
|
||||
copy_splits.txt\
|
||||
cut_events.txt\
|
||||
cuts.txt\
|
||||
deck_events.txt\
|
||||
decks.txt\
|
||||
dropboxes.txt\
|
||||
dropbox_paths.txt\
|
||||
|
||||
10
docs/tables/cut_events.txt
Normal file
10
docs/tables/cut_events.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
CUT_EVENTS Table Layout for Rivendell
|
||||
|
||||
The CUT_EVENTS table holds data concerning per-cut meta events.
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
------------------------------------------------------------------------------
|
||||
ID int(11) Primary key, auto increment
|
||||
CUT_NAME char(12) From CUTS.CUT_NAME
|
||||
NUMBER int(11) signed
|
||||
POINT int(11) signed mS from audio start
|
||||
12
docs/tables/deck_events.txt
Normal file
12
docs/tables/deck_events.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
DECK_EVENTS Table Layout for Rivendell
|
||||
|
||||
The DECK_EVENTS table holds playout deck context for rendering per-cut meta
|
||||
events.
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
------------------------------------------------------------------------------
|
||||
ID int(11) Primary key, auto increment
|
||||
STATION_NAME char(64) From STATIONS.NAME
|
||||
CHANNEL int(10) unsigned From DECKS.CHANNEL
|
||||
NUMBER int(11) signed
|
||||
CART_NUMBER int(10) unsigned
|
||||
Reference in New Issue
Block a user