Changed triggers names, changed descriptions

This commit is contained in:
Balder 2015-10-02 13:51:30 +02:00 committed by Thulinma
parent 51e6a5d1e9
commit 11cb4c1c76
2 changed files with 44 additions and 44 deletions

View file

@ -3512,24 +3512,23 @@ var UI = {
help: 'For what event this trigger should activate.',
type: 'select',
select: [
['SYSTEM_START', 'SYSTEM_START: server boot'],
['SYSTEM_STOP', 'SYSTEM_STOP: server exit'],
['SYSTEM_CONFIG', 'SYSTEM_CONFIG: config changed'],
['OUTPUT_ADD', 'OUTPUT_ADD: new output configured'],
['OUTPUT_CONFIG', 'OUTPUT_CONFIG: output config changed'],
['OUTPUT_REMOVE', 'OUTPUT_REMOVE: deleted output in config'],
['STREAM_ADD', 'STREAM_ADD: new stream configured'],
['STREAM_CONFIG', 'STREAM_CONFIG: stream config changed'],
['STREAM_REMOVE', 'STREAM_REMOVE: stream config deleted'],
['SYSTEM_START', 'SYSTEM_START: after MistServer boot'],
['SYSTEM_STOP', 'SYSTEM_STOP: right before MistServer shutdown'],
['SYSTEM_CONFIG', 'SYSTEM_CONFIG: after MistServer configurations have changed'],
['OUTPUT_START', 'OUTPUT_START: right after the start command has been send to a protocol'],
['OUTPUT_STOP', 'OUTPUT_STOP: right after the close command has been send to a protocol '],
['STREAM_ADD', 'STREAM_ADD: right before new stream configured'],
['STREAM_CONFIG', 'STREAM_CONFIG: right before a stream configuration has changed'],
['STREAM_REMOVE', 'STREAM_REMOVE: right before a stream has been deleted'],
['STREAM_SOURCE', 'STREAM_SOURCE: right before stream source is loaded'],
['STREAM_PRELOAD', 'STREAM_PRELOAD: right before stream input is loaded in memory'],
['STREAM_LOAD', 'STREAM_LOAD: stream input loaded in memory'],
['STREAM_UNLOAD', 'STREAM_UNLOAD: stream input unloaded from memory'],
['STREAM_TRACK_ADD', 'STREAM_TRACK_ADD: added track to stream; e.g.: push received'],
['STREAM_TRACK_REMOVE', 'STREAM_TRACK_REMOVE: removed track from stream; e.g.: push timeout'],
['CONN_OPEN', 'CONN_OPEN: new incoming connection'],
['CONN_CLOSE', 'CONN_CLOSE: connection closed'],
['CONN_PLAY', 'CONN_PLAY: right before play of a new connection']
['STREAM_LOAD', 'STREAM_LOAD: right before stream input is loaded in memory'],
['STREAM_READY', 'STREAM_READY: when the stream input is loaded and ready for playback'],
['STREAM_UNLOAD', 'STREAM_UNLOAD: right before the stream input is removed from memory'],
['STREAM_TRACK_ADD', 'STREAM_TRACK_ADD: right before a track will be added to a stream; e.g.: additional push received'],
['STREAM_TRACK_REMOVE', 'STREAM_TRACK_REMOVE: right before a track will be removed track from a stream; e.g.: push timeout'],
['CONN_OPEN', 'CONN_OPEN: right after a new incoming connection has been received'],
['CONN_CLOSE', 'CONN_CLOSE: right after a connection has been closed'],
['CONN_PLAY', 'CONN_PLAY: right before a stream playback of a connection']
],
LTSonly: true
},{