From 5805aaf5dc982c6c3cc6c211d7560838cc909368 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 23 Dec 2022 22:32:04 +0100 Subject: [PATCH] Add PLAYER --- ajouter_media.sh | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ajouter_media.sh b/ajouter_media.sh index 7abfc86e..aa5a949a 100755 --- a/ajouter_media.sh +++ b/ajouter_media.sh @@ -45,7 +45,7 @@ CHOICE="$3" && OUTPUT=$(zenity --entry --width 640 --title="=> Astroport" --text="ASTRONAUTE ?" --entry-text=${players[@]}) \ && [[ $OUTPUT ]] && PLAYER=$OUTPUT && rm -f ~/.zen/game/players/.current && ln -s ~/.zen/game/players/$PLAYER ~/.zen/game/players/.current \ -[[ ${PLAYER} == "" ]] && exit 1 +[[ ${PLAYER} == "" ]] && xdg-open "http://astroport.localhost:1234" && exit 1 PSEUDO=$(cat ~/.zen/game/players/${PLAYER}/.pseudo 2>/dev/null) espeak "Hello $PSEUDO" diff --git a/install.sh b/install.sh index d90e2972..b560dbb4 100755 --- a/install.sh +++ b/install.sh @@ -280,7 +280,7 @@ if [[ $XDG_SESSION_TYPE == 'x11' ]]; then ## ON BOARDING PLAYER ~/.zen/Astroport.ONE/start.sh ~/.zen/Astroport.ONE/tools/displaytimer.sh 3 - espeak "Create your TW keys" + espeak "Enter your magic TW keys" xdg-open "http://astroport.localhost:1234" echo "EXPERIMENTAL ### RECOPIEZ VOS VSTREAM KODI DANS IPFS ## OUI ? ENTER sinon Ctrl+C"