mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2017-10-16 Fred Gleason <fredg@paravelsystems.com>
* Added 'DROPBOXES.SEGUE_LEVEL' and 'DROPBOXES.SEGUE_LENGTH' fields to the database. * Incremented the database version to 271. * Applied a pull request from Dennis Graiani <dennis.graiani@gmail.com> the added Segue parameters to the 'Edit Dropbox' dialog. * Modified the 'Segue Length' control in the 'Edit Dropbox' dialog to take mS as units.
This commit is contained in:
@@ -14,6 +14,8 @@ AUTOTRIM_LEVEL int(11)
|
||||
SINGLE_CART enum('N','Y')
|
||||
TO_CART uint(10)
|
||||
FORCE_TO_MONO enum('N','Y')
|
||||
SEGUE_LEVEL int(11) dBFS
|
||||
SEGUE_LENGTH int(11) msec
|
||||
USE_CARTCHUNK_ID enum('N','Y')
|
||||
TITLE_FROM_CARTCHUNK_ID enum('N','Y') Set Rivendell cart title from cartchunk cutid.
|
||||
DELETE_CUTS enum('N','Y')
|
||||
|
Reference in New Issue
Block a user