From 5e4b079abfa4aae92bb1e6a6289889ccb594add9 Mon Sep 17 00:00:00 2001
From: McCloudS <64094529+McCloudS@users.noreply.github.com>
Date: Sun, 28 Jan 2024 14:01:07 -0700
Subject: [PATCH] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 508770d..e43b865 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Honestly, I built this for me, but saw the utility in other people maybe using i
### Standalone/Without Docker
-install python3 and ffmpeg and execute the script and `pip3 install numpy stable-ts fastapi requests faster-whisper uvicorn python-multipart whisper`. You need to have matching paths relative to your Plex server/folders, or use USE_PATH_MAPPING.
+install python3 and ffmpeg and execute the script and `pip3 install numpy stable-ts fastapi requests faster-whisper uvicorn python-multipart python-ffmpeg whisper`. You need to have matching paths relative to your Plex server/folders, or use USE_PATH_MAPPING.
### Docker
@@ -148,7 +148,7 @@ They are functionally identical, except the cuda variant has all the necessary d
The script was re-developed without using Docker, so it will work just fine as long as you have the dependencies installed. You can either set the variables as environment variables in your CLI or edit the script manually at the top. As mentioned above, your paths still have to match Plex.
-The only thing that should needed is `pip3 install numpy stable-ts fastapi requests faster-whisper uvicorn python-multipart whisper` in weird installations, you may need to install ffmpeg via your OS package manager.
+The only thing that should needed is `pip3 install numpy stable-ts fastapi requests faster-whisper uvicorn python-multipart python-ffmpeg whisper` in weird installations, you may need to install ffmpeg via your OS package manager.
# What are the limitations/problems?