From 7452ca7771124adcd7ac4f6bacb3bf67532ffb61 Mon Sep 17 00:00:00 2001
From: McCloudS <64094529+McCloudS@users.noreply.github.com>
Date: Mon, 23 Oct 2023 11:21:34 -0600
Subject: [PATCH] Update README.md
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 18d0c8d..a588434 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Honestly, I built this for me, but saw the utility in other people maybe using i
# What can it do?
-* Create .srt subtitles when a SINGLE media file is added or played via Plex which triggers off of Tautulli webhooks.
+* Create .srt subtitles when a SINGLE media file is added or played via Plex which triggers off of Plex or Tautulli webhooks.
# How do I set it up?
@@ -100,8 +100,7 @@ The following environment variables are available in Docker. They will default
You MUST mount your media volumes in subgen the same way Plex sees them. For example, if Plex uses "/Share/media/TV:/tv" you must have that identical volume in subgen.
-`"${APPDATA}/subgen:/subgen"` is just for storage of the python script and the language model, so it will prevent redownloading them. This volume isn't necessary, just a nicety.
-`"${APPDATA}/subgen/dist-packages:/usr/local/lib/python3.10/dist-packages"` is just for storing of the python packages, so it won't redownload then, again, not necessary.
+`"${APPDATA}/subgen:/subgen"` is just for storage of the python script and the language model, so it will prevent redownloading them. This volume isn't necessary, just a nicety.
`"${APPDATA}/subgen/dist-packages:/usr/local/lib/python3.10/dist-packages"` is just for storing of the python packages, so it won't redownload then, again, not necessary.
## Running without Docker