From 31e5021e2ee5fa5fb23ff4299b58a722fe557186 Mon Sep 17 00:00:00 2001 From: Moonbase59 Date: Thu, 1 Aug 2024 09:19:35 +0200 Subject: [PATCH] README.md: Compatibility warning for new Liquidsoap 2.3.x. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a1fb653..21c1583 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ On-the-fly JSON song cue-in, cue-out, overlay, replaygain calculation for Liquid > [!NOTE] > **_During mid-July until mid-August 2024, I will generally not be available. I might check in from time to time, but cannot guarantee any answers._** +> [!WARNING] +> **Autocue was made for Liquidsoap 2.2.5 and is not yet fully compatible with the new Liquidsoap 2.3.x rolling release, since some parameters have changed in Liquidsoap. I’ll start working on a new version when back.** + **Note:** This documentation describes the standalone `cue_file` and `autocue.cue_file`, my integration into Liquidsoap’s `autocue:` protocol. **Note:** The previous `integrate-with-liquidsoap` branch is now gone. I updated the `master` branch and you can get the latest versions from that.