Skip to content

v4.0.4 – Bug fix release

Compare
Choose a tag to compare
@Moonbase59 Moonbase59 released this 01 Jul 14:23
· 15 commits to master since this release

2024-07-01 – v4.0.4

  • Allow to override results via JSON even after having done a fresh analysis (automatic or forced), for ultimate flexibility when using cue_file for pre-processing. You can now add fades, ramp or hook points, or do other calculations and feed the results into cue_file for tagging. Use with care, because some values are dependent on others. In any case, cue_file will ever only write tags beginning with liq_ and (if requested) replaygain_.
  • Prevent some strange errors that could happen when piping something into cue_file and JSON input was not stdin. We now use ffmpeg -nostdin to prevent it reading input that was meant for cue_file.
  • Don’t write all liq_* tags (could have side effects), but only those known (see cue_file --help for current list).
  • Streamlined tag conversion code a little.

Update recommended