From 9574cd23f9d06b23697cf732123a926f9229665f Mon Sep 17 00:00:00 2001 From: libretime-bot Date: Thu, 8 Feb 2024 19:29:37 +0000 Subject: [PATCH] fix: apply replay gain preferences on scheduled files (#2945) ### Description The replay gain preferences are applied in the legacy code, but the playout code was missing this feature. The replay gain was not applied when playout fetched the schedules. https://github.com/libretime/libretime/blob/37d1a7685e37e45734553a0eb4a4da793ca858cb/legacy/application/models/Schedule.php#L881-L886 libretime/libretime@35d0dec4a887cdaea2d73dc9bee60eb6624a2aca --- schema.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/schema.yml b/schema.yml index 3534846..8b55b0c 100644 --- a/schema.yml +++ b/schema.yml @@ -7535,10 +7535,19 @@ components: message_offline: type: string readOnly: true + replay_gain_enabled: + type: boolean + readOnly: true + replay_gain_offset: + type: number + format: double + readOnly: true required: - input_fade_transition - message_format - message_offline + - replay_gain_enabled + - replay_gain_offset StreamState: type: object properties: