Moonbase59 / autocue

On-the-fly JSON song cue-in, cue-out, overlay, replaygain calculation for Liquidsoap, AzuraCast and other AutoDJ software.
https://moonbase59.github.io/autocue/
MIT License
32 stars 3 forks source link

In `enable_autocue2_metadata()` mode, tries to autocue `.jpeg` from cover manager #1

Closed Moonbase59 closed 5 months ago

Moonbase59 commented 8 months ago

When enable_autocue2_metadata() is used, in the 2024-03-30 version, autocue2 will effectively try to autocue all files Liquidsoap sees. It skips gracefully, but I think we should restrict it to audio and video file types.

I think this could also happen when using the protocol to resolve a request—we might end up trying to autocue a remote stream, which would of course be undesirable (and produce unnecessary load and endless timeouts).

Need to investigate if we have such lists in Liquidsoap we could use, or maybe some decoder value.

Found by @gAlleb, thanks for testing!

Moonbase59 commented 8 months ago

Upstream, see https://github.com/savonet/liquidsoap/discussions/3839

Moonbase59 commented 5 months ago

Obsolete, using the official autocue integration layer now.