mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2017-09-01 Fred Gleason <fredg@paravelsystems.com>
* Added 'CUTS.ORIGIN_LOGIN_NAME' and 'CUTS.SOURCE_HOSTNAME' fields to the database. * Incremented the database version to 267. * Added 'RDCut::originLoginName()', 'RDCut::setOriginLoginName()', 'RDCut::sourceHostname()' and 'RDCut::setSourceHostname()' methods in 'lib/rdcut.cpp' and 'lib/rdcut.h'. * Added '<originLoginName>' and '<sourceHostname>' tags to the cut XML schema in 'RDCart::xmlSql()' and 'RDCut::xml()' methods. * Refactored the layout of the 'Cut Info/Record' dialog in RDLibrary. * Added a 'Source Host' control to the 'Cut Info/Record' dialog in RDLibrary.
This commit is contained in:
@@ -29,6 +29,8 @@ THU enum('N','Y')
|
||||
FRI enum('N','Y')
|
||||
SAT enum('N','Y')
|
||||
ORIGIN_NAME char(64) Workstation ID where recorded
|
||||
ORIGIN_LOGIN_NAME char(255) From USERS.LOGIN_NAME
|
||||
SOURCE_HOSTNAME char(255) Hostname of remote originator of audio
|
||||
WEIGHT int(10) unsigned Relative airplay frequency, 1 = normal
|
||||
PLAY_ORDER int(11) Play order when weighting disabled
|
||||
LAST_PLAY_DATETIME datetime
|
||||
|
||||
Reference in New Issue
Block a user