Remove the use of live_prerecord and instead replace it with prerecord_on and prerecord_break.
prerecord_on is the state when a track from the prerecord playlist is playing now.
prerecord_break is the state when the track playing now is not from the prerecord playlist, but there is at least 1 track from the prerecord playlist remaining in the radioDJ queue.
Keep automation_prerecord as it is.
[x] Implement in Node.js
[x] Update DJ Controls so that it stops the recorder on prerecord_break and resumes on prerecord_on
[x] Update display signs and other areas utilizing live_prerecord
Remove the use of live_prerecord and instead replace it with prerecord_on and prerecord_break.
prerecord_on is the state when a track from the prerecord playlist is playing now. prerecord_break is the state when the track playing now is not from the prerecord playlist, but there is at least 1 track from the prerecord playlist remaining in the radioDJ queue.
Keep automation_prerecord as it is.
[x] Implement in Node.js
[x] Update DJ Controls so that it stops the recorder on prerecord_break and resumes on prerecord_on
[x] Update display signs and other areas utilizing live_prerecord
[x] Test