Plex-Image-Cleanup
Plex-Image-Cleanup copied to clipboard
Docker: "Directory Error: Plex Databases Directory Not Found" if PLEX_PATH is set in .env
Version Number
1.0.3 (Docker)
What branch are you on?
develop
Describe the Bug
If PLEX_PATH is set in the /config/.env file as described here: https://metamanager.wiki/en/latest/kometa/scripts/imagemaid/#example-env-file the script will fail with Directory Error: Plex Databases Directory Not Found
Removing this from .env seems to make the script use the /plex directory which is already mounted in compose or run command - and solves the issue.
Logs
No response
Ah! Thanks! Was driving me crazy!