Dear all,

Please disregard my earlier post. Sorry about that. I have switched to
enable_autocue_metadata(), deleted my obsession with using FFmpeg for
everything (which was getting track timings wrong and breaking ALL
crossfades), so using mostly Liquidsoap's internal defaults the system is
really good at 2.4.0+dev today.

So far.

One little hiccough was that all my music files, when copied onto my
working drive, had had added to them all the liq_* metadata in my old
process. A couple of Liquidsoap settings fixed that. And, now, the playlist
file contains only filenames: no metadata.

I'm not sure what the difference
between settings.autocue.internal.lufs_target.set
and settings.lufs.track_gain_target.set is.

Big thanks to all who made this possible.
JW
(wouldn't mind trying some settings to clear "Unsupported MIME type..." and
"Unsupported file extension..." warnings, but that's so minor, now.)

settings.server.log.level.set(3)
settings.server.telnet.set(true)
settings.server.telnet.bind_addr.set("0.0.0.0")
settings.server.telnet.port.set(1235)
settings.server.timeout.set(-1.0)
settings.request.metadata_decoders.duration.set(true)
enable_autocue_metadata()
settings.autocue.preferred.set("internal")
settings.autocue.internal.metadata_override.set([""])
settings.autocue.internal.lufs_target.set(-23.0)
settings.autocue.amplify_behavior.set("override")
settings.lufs.track_gain_target.set(-23.0)

---------- Forwarded message ---------
From: John Warburton <[email protected]>
Date: Sun, 9 Nov 2025 at 12:15
Subject: Revised crossfading logic
To: savonet-users <[email protected]>

After upgrading this week to 2.4.0+dev (compiled by dune) from 2.2.4, I was
amazed to find most cue annotations from my extant m3u8 playlists were
still working, but I'm not sure crossfading sounds like it used to.
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to