Skip to content

Commit

Permalink
update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Arial-Z committed Jun 19, 2024
1 parent 5b3ac93 commit 810f2c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ SORT_TITLE_ENG=No
ORIGINAL_TITLE_NATIVE=Yes
# Rename season to the anilist title of that season (Yes/No)
RENAME_SEASONS=Yes
# Anilist have some full uppercase title, this settings will remove them "86 EIGHTY-SIX" > "86 Eighty-Six" (Yes/No)
REDUCE_TITLE_CAPS=Yes
# Disable anilist tags (Yes/No)
DISABLE_TAGS=No
# Add a default "Anime" tag to everything (Yes/No)
Expand All @@ -71,11 +73,9 @@ POSTER_SEASON_DOWNLOAD=Yes
POSTER_SOURCE=ANILIST
# Ignore seasons title, rating and poster (Yes/No)
IGNORE_SEASONS=No
# Anilist have some full uppercase title, this settings will remove them "86 EIGHTY-SIX" > "86 Eighty-Six" (Yes/No)
REDUCE_TITLE_CAPS=Yes
#Add the anime season to the season label in plex (Fall 2022, Spring 2021, ...)
SEASON_YEAR=No
# Ignore season 1 rating part if it's the only season (Yes/No)
# Ignore season rating for animmes with only 1 season (Yes/No)
IGNORE_S1_ONLY_RATING=Yes
# Add Anime Awards winner for seasons and shows
ANIME_AWARDS=Yes
Expand All @@ -88,4 +88,4 @@ ANILIST_USERNAME=Arialz
# For Shows the level tags should be added ("show", "season" or "both")
ANILIST_LISTS_LEVEL=show
# Mal Data cache time (in days min : 1)
DATA_CACHE_TIME=5
DATA_CACHE_TIME=5

0 comments on commit 810f2c7

Please sign in to comment.