From 03a032590b863d6e441509142048c84f6a3dc3b5 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 23 Jun 2022 19:26:55 +0200 Subject: [PATCH] AstroBlog first --- ajouter_video.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/ajouter_video.sh b/ajouter_video.sh index 7cec7cd..2fc8646 100755 --- a/ajouter_video.sh +++ b/ajouter_video.sh @@ -112,7 +112,7 @@ YOU=$(ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' | tail ######################################################################## # CHOOSE CATEGORY (remove anime, not working!) -[[ $CHOICE == "" ]] && CHOICE=$(zenity --entry --width 300 --title="Catégorie" --text="Choisissez la catégorie de votre ajout" --entry-text="Film" Serie Youtube Video Astronaute) +[[ $CHOICE == "" ]] && CHOICE=$(zenity --entry --width 300 --title="Catégorie" --text="Choisissez la catégorie de votre ajout" --entry-text="AstroBlog" Film Serie Youtube Video) [[ $CHOICE == "" ]] && exit 1 # LOWER CARACTERS @@ -136,15 +136,16 @@ case ${CAT} in # # ######################################################################## - astronaute) + astroblog) -# INSTASCAN G1PUB CAPTURE -~/.zen/Astroport.ONE/tools/instascan_login.sh "ONE" + # INSTASCAN G1PUB CAPTURE + ~/.zen/Astroport.ONE/tools/instascan_login.sh "ONE" -if [[ $CAPTAIN == $PLAYER ]]; then - zenity --warning --width 300 --text "Bienvenue $PLAYER" + zenity --warning --width 300 --text "$PLAYER. Prêt à enregistrer votre video ?" + + ## RECORD WEBCAM VIDEO + ~/.zen/Astroport.ONE/tools/vlc_webcam.sh -fi exit 0 ;;