From 2884e3a9d990a0d4aca292154ed2b9fa5450c8bf Mon Sep 17 00:00:00 2001 From: Marc Herschel <22261092+mynttt@users.noreply.github.com> Date: Tue, 21 Sep 2021 00:28:09 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bcf273..b09ca7b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A tool to update the IMDB ratings for Plex libraries that contain movies via the ## Important -**If you ever experienced corruptions of your database make sure to set `USE_PLEX_SQLITE_BINARY_FOR_WRITE_ACCESS` to `true` in your docker configuration and use at least v1.6.0!** +**Make sure to set `USE_PLEX_SQLITE_BINARY_FOR_WRITE_ACCESS` to `true` in your docker configuration and use at least v1.6.0! Plex non-standard SQLite3 version diverged so strongly from vanilla SQLite3 that not using this feature can cause database corruptions. Read more [in the environment variable guide](https://github.com/mynttt/UpdateTool#environment-variables-guide)!** **To run this without docker on Linux in a headless mode check out [this issue](https://github.com/mynttt/UpdateTool/issues/70)!**