From 7dff16f4600c45863d110912d8296360ca1d46a4 Mon Sep 17 00:00:00 2001 From: UNFR Date: Sat, 10 May 2025 07:53:54 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20mot=20cl=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postprocess.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postprocess.sh b/postprocess.sh index 4087472..7d1d236 100644 --- a/postprocess.sh +++ b/postprocess.sh @@ -82,7 +82,7 @@ sanitize_name() { # Si le nom est entièrement en minuscules # OU ne contient aucun des mots-clés SUBFRENCH|TRUEFRENCH|FRENCH|MULTI|VOSTFR - if [[ "$name" == "${name,,}" ]] || ! [[ "$upper_name" =~ SUBFRENCH|TRUEFRENCH|FRENCH|MULTI|VOSTFR ]]; then + if [[ "$name" == "${name,,}" ]] || ! [[ "$upper_name" =~ THEATRICAL|DIRECTOR|EXTENDED|REMASTERED|UNRATED|UNCENSORED|REPACK|PROPER|INTERNAL|FINAL|SUBFRENCH|TRUEFRENCH|FRENCH|MULTI|VFQ|VOSTFR ]]; then local parent="$(basename "$(dirname "$filepath")")" name="$(remove_accents "$parent")" fi