From 25d6700c1a18588d65fae7197c8142ecbf7480b4 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX Date: Tue, 5 Nov 2024 06:18:32 -0500 Subject: [PATCH] List the right ffmpeg version in log --- IntroSkipper/ScheduledTasks/BaseItemAnalyzerTask.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/IntroSkipper/ScheduledTasks/BaseItemAnalyzerTask.cs b/IntroSkipper/ScheduledTasks/BaseItemAnalyzerTask.cs index e73dbfe..34b99bb 100644 --- a/IntroSkipper/ScheduledTasks/BaseItemAnalyzerTask.cs +++ b/IntroSkipper/ScheduledTasks/BaseItemAnalyzerTask.cs @@ -62,12 +62,11 @@ public class BaseItemAnalyzerTask CancellationToken cancellationToken, IReadOnlyCollection? seasonsToAnalyze = null) { - var ffmpegValid = FFmpegWrapper.CheckFFmpegVersion(); // Assert that ffmpeg with chromaprint is installed - if (Plugin.Instance!.Configuration.WithChromaprint && !ffmpegValid) + if (Plugin.Instance!.Configuration.WithChromaprint && !FFmpegWrapper.CheckFFmpegVersion()) { throw new FingerprintException( - "Analysis terminated! Chromaprint is not enabled in the current ffmpeg. If Jellyfin is running natively, install jellyfin-ffmpeg5. If Jellyfin is running in a container, upgrade to version 10.8.0 or newer."); + "Analysis terminated! Chromaprint is not enabled in the current ffmpeg. If Jellyfin is running natively, install jellyfin-ffmpeg6. If Jellyfin is running in a container, upgrade to version 10.9.0 or newer."); } var queueManager = new QueueManager(