Skip to content

v4.0.5 – Bug fix release

Compare
Choose a tag to compare
@Moonbase59 Moonbase59 released this 02 Jul 15:30
· 14 commits to master since this 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 a duration tag to files. That was a newly introduced bug in v4.0.4.

Update recommended.