v4.0.5 – Bug fix release
2024-07-02 – v4.0.5
- Fixed a situation where
cue_file
would read a string duration from ffprobe for audio stream #0, which led to an error in the AzuraCast log like this:2024/07/02 16:03:27 [autocue:2] Error while processing autocue: error(kind="json",message="Parsing error: json value cannot be parsed as type {duration: float, _}",positions="at autocue.liq, line 814 char 6 - line 826 char 10")
cue_file
now outputs the same duration for both tag reading and full analysis mode.cue_file
will not anymore write aduration
tag to files. That was a newly introduced bug in v4.0.4.
Update recommended.