diff --git a/config/default.env b/config/default.env index 28335a7..105070d 100644 --- a/config/default.env +++ b/config/default.env @@ -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) @@ -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 @@ -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 \ No newline at end of file