Kometa-Team / ImageMaid

Python 3 Script for Cleaning Up Images in Plex
MIT License
279 stars 16 forks source link

Docker: "Directory Error: Plex Databases Directory Not Found" if PLEX_PATH is set in .env #48

Open tinefin opened 4 months ago

tinefin commented 4 months ago

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