From 84c108c69e907f82d53270be00987af04a666f0f Mon Sep 17 00:00:00 2001 From: qo-op Date: Wed, 3 Mar 2021 15:36:10 +0100 Subject: [PATCH] mp3 copy debug mode --- ajouter_video.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ajouter_video.sh b/ajouter_video.sh index 0b91902..be16c18 100755 --- a/ajouter_video.sh +++ b/ajouter_video.sh @@ -144,6 +144,9 @@ GROUPES="${XZUID}" # curl -X POST "http://localhost:8600/api/v1/mazash/recognize" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"cid\":\"QmU3XRYZiebdDMcUwKrvecxyDgtgVY6zaNYrzQBeCkFb2r\",\"extension\":\".mp3\",\"song\":\"${TITLE}\"}" rm -Rf ${YTEMP} +zenity --warning --width ${large} --text "DEBUG: Votre mp3 est copiƩ dans ${FILE_PATH}" + +exit 0 ;;