mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 13:34:54 +00:00
fpcalc details for docker
parent
a55a2259bc
commit
06feab4a5d
1 changed files with 4 additions and 2 deletions
|
@ -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 ####
|
||||
|
|
Loading…
Reference in a new issue