From 198747d0010b709262b73ac1415467ff298c6083 Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 9 Mar 2021 15:41:52 +0100 Subject: [PATCH] Add ${XZUID// /-} to film genre --- ajouter_video.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ajouter_video.sh b/ajouter_video.sh index 18865a3..e2fc0ee 100755 --- a/ajouter_video.sh +++ b/ajouter_video.sh @@ -249,7 +249,8 @@ FILM_GENRES=$(zenity --list --checklist --title="GENRE" --height=${haut}\ FALSE Sport\ FALSE Telefilm\ FALSE Thriller\ - FALSE Western) + FALSE Western\ + TRUE ${XZUID// /-}) # FORMAT GENRES ["genre1","genre2"] GENRES="[\"$(echo ${FILM_GENRES} | sed s/\|/\",\"/g)\"]"