From 5826d4f5084bd1e08fe2b67bd008673ca8248287 Mon Sep 17 00:00:00 2001 From: ConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com> Date: Thu, 9 Jun 2022 14:40:54 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffca671..5916ccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Next release +* Use `ffmpeg` to generate audio fingerprints instead of `fpcalc` + * Requires the installed version of `ffmpeg`: + * Was compiled with the `--enable-chromaprint` option + * Understands the `-fp_format raw` flag + * `jellyfin-ffmpeg 5.0.1-5` meets both of these requirements + ## v0.1.0.0 (2022-06-09) * Add option to automatically skip intros * Cache audio fingerprints by default