From 06feab4a5d420dbf3f09a0b18fa4bf99bd2cf0ed Mon Sep 17 00:00:00 2001 From: ta264 Date: Mon, 28 Jan 2019 18:21:43 +0000 Subject: [PATCH] fpcalc details for docker --- Health-Checks.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Health-Checks.md b/Health-Checks.md index 33e58c8..3096a9c 100644 --- a/Health-Checks.md +++ b/Health-Checks.md @@ -10,9 +10,9 @@ Mono version 4.x and higher are also available and provides a better experience #### fpcalc missing -Lidarr will soon be able to use chromaprint audio fingerprinting to identify tracks. This depends on an external binary, which is distributed with Lidarr for Windows and macOS but must be provided independently on Linux. +Lidarr will soon be able to use chromaprint audio fingerprinting to identify tracks. This depends on an external binary, which is distributed with Lidarr for Windows and macOS but must be provided independently on Linux. -To fix this on Linux, install the appropriate package using your package manager: +To fix this on an native Linux instance, install the appropriate package using your package manager: | Distribution | Package | |--------------|---------| @@ -21,6 +21,8 @@ To fix this on Linux, install the appropriate package using your package manager | Arch | `chromaprint` | | OpenSUSE | `chromaprint-fpcalc` | +If you are using [[Docker|Docker]] then make sure your container is up-to-date. The recommended LinuxServer container has already been updated to include this new dependency. + If this occurs on Windows or macOS then make sure the file `fpcalc.exe` or `fpcalc` bundled with the installer is in the application directory. #### New update is available ####