Ajout de TRUEFRENCH dans la détection des langues
Ajout de TRUEFRENCH dans la détection des langues
This commit is contained in:
parent
1847dbe140
commit
ef626f0aae
@ -97,7 +97,7 @@ sanitize_name() {
|
|||||||
# trouver marqueur qualite/langue
|
# trouver marqueur qualite/langue
|
||||||
for ((j=i+1;j<total;j++)); do
|
for ((j=i+1;j<total;j++)); do
|
||||||
tag="${parts[j]^^}"
|
tag="${parts[j]^^}"
|
||||||
if [[ "$tag" =~ ^(REPACK|PROPER|INTERNAL|FINAL|SUBFRENCH|FRENCH|MULTI|VOSTFR)$ ]] || [[ "$tag" =~ ^[0-9]{3,4}P$ ]]; then
|
if [[ "$tag" =~ ^(REPACK|PROPER|INTERNAL|FINAL|SUBFRENCH|TRUEFRENCH|FRENCH|MULTI|VOSTFR)$ ]] || [[ "$tag" =~ ^[0-9]{3,4}P$ ]]; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user