From bce99f40d24efa85cbcef0e49928ab336d9de254 Mon Sep 17 00:00:00 2001 From: Arial-Z <100593180+Arial-Z@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:47:00 +0100 Subject: [PATCH] Update default.env --- config/default.env | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/default.env b/config/default.env index c8784f8..7e5dca7 100644 --- a/config/default.env +++ b/config/default.env @@ -9,6 +9,9 @@ RUN_ANIMES_SCRIPT=Yes # Plex animes library name need to be in a double quote (Needed for the animes script) ANIME_LIBRARY_NAME="Animes" # Path to the created animes metadata file (Needed for the animes script) +# On docker don't change this part "$SCRIPT_FOLDER/pmm/" only the filename if you need +# On python change the path to the PMM folder like this : +# /PATH_TO_PMM_FOLDER/config/metadata-animes.yml METADATA_ANIMES=$SCRIPT_FOLDER/pmm/metadata-animes.yml @@ -17,6 +20,9 @@ RUN_MOVIES_SCRIPT=No # Plex movies animes library name need to be in a double quote (Needed for the movies script) MOVIE_LIBRARY_NAME="Animes Movies" # Path to the created movies metadata file (Needed for the movies script) +# On docker don't change this part "$SCRIPT_FOLDER/pmm/" only the filename if you need +# On python change the path to the PMM folder like this : +# /PATH_TO_PMM_FOLDER/config/metadata-animes-movies.yml METADATA_MOVIES=$SCRIPT_FOLDER/pmm/metadata-animes-movies.yml # Run the seasonal download script (Yes/No)