Skip to content

Commit

Permalink
Update default.env
Browse files Browse the repository at this point in the history
  • Loading branch information
Arial-Z authored Feb 26, 2024
1 parent 91aff7c commit bce99f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand All @@ -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)
Expand Down

0 comments on commit bce99f4

Please sign in to comment.