Update README.md

This commit is contained in:
McCloudS
2023-01-28 11:15:40 -07:00
committed by GitHub
parent d31497fdca
commit f0348c0d26

View File

@@ -63,8 +63,12 @@ ARG UPDATEREPO True pulls and merges whisper.cpp on every start
NAMESUBLANG allows you to pick what it will name the subtitle. Instead of using EN, I'm using AA, so it doesn't mix with exiting external EN subs, and AA will populate higher on the list in Plex.
## Docker Volumes
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:/whisper.cpp" is just for storage of the cloned and compiled code, also the models are stored in the /whisper.cpp model, so it will prevent redownloading them. This volume isn't necessary, just a nicety.
# 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.