From f6db270ef43e4f168b1eef9af74e587f739b8f2b Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sat, 28 Jan 2023 13:48:03 -0700 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57bf15d..17ec7b1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Honestly, I built this for me, but saw the utility in other people maybe using i # How do I set it up? -You need a working Tautulli installation linked to your Plex. +You need a working Tautulli installation linked to your Plex. Can it be run without Docker? Yes. See below. Create the webhooks in Tautulli with the following settings: @@ -80,6 +80,17 @@ You MUST mount your media volumes in subgen the same way Plex sees them. For ex "${APPDATA}/subgen:/whisper.cpp" is just for storage of the cloned and compiled code, also the models are stored in the /whisper.cpp/models, so it will prevent redownloading them. This volume isn't necessary, just a nicety. +## Running without Docker + +You might have to tweak the script a little bit, but this will work just fine without Docker. As above, your paths still have to match Plex. + +Example of instructions if you're on a Debian based linux: +```sh +apt-get update && apt-get install -y ffmpeg git gcc python3 +pip3 install webhook_listener +python3 -u subgen.py medium False 4 1 True True AA True +``` + # What are the limitations? * If Plex adds multiple shows (like a season pack), it will fail to process subtitles. It is reliant on a SINGLE file to accurately work now.