Added some more help text for function

This commit is contained in:
Jamie Hardt
2025-08-27 13:50:54 -07:00
parent d13f5acbab
commit 3846809918
2 changed files with 33 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ packaged on PyPi. You should clone the project to your local machine and
do an [editable install](https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs)
in a [virtual environment](https://docs.python.org/3/library/venv.html).
Note: You will also need ffmpeg.
Note: You will also need ffmpeg and ffprobe in order to interrogate audio
files for their metadata.
```sh
$ brew install ffmpeg