mirror of
https://github.com/xtrll/MusicMetaFinder.git
synced 2026-04-17 15:53:29 +02:00
docs: update installation instructions to include Chromaprint dependency
This commit is contained in:
15
README.md
15
README.md
@@ -14,23 +14,20 @@ With its ability to process an entire directory or individual files, MusicMetaFi
|
||||
|
||||
## Installation
|
||||
|
||||
**1. FFmpeg Requirement**
|
||||
- Ensure ffmpeg is installed and available in your system’s PATH.
|
||||
**1. Dependencies Requirement**
|
||||
- Ensure both FFmpeg and Chromaprint are installed and available in your system’s PATH.
|
||||
|
||||
```sh
|
||||
# On Windows
|
||||
winget install ffmpeg
|
||||
winget install ffmpeg && winget install chromaprint
|
||||
|
||||
# On macOS
|
||||
brew install ffmpeg
|
||||
brew install ffmpeg chromaprint
|
||||
|
||||
# On Linux
|
||||
sudo apt-get install ffmpeg
|
||||
```
|
||||
Ensure FFmpeg is now available in your terminal with following command:
|
||||
```
|
||||
ffmpeg --version
|
||||
sudo apt-get install ffmpeg chromaprint
|
||||
```
|
||||
|
||||
**2. MusicMetaFinder Installation**
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user