From f4c584ef65ad02d3471d1144fdcaa3199d06ef27 Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 21 Jan 2023 13:51:44 +0100 Subject: [PATCH] PLAYER COPIER "_URL_" FAVORITE --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1066c44..304f8379 100644 --- a/README.md +++ b/README.md @@ -86,13 +86,15 @@ Une fois votre Station Astroport démarrée (```~/.start.sh```): ## RECUPERATION DU PORT DE REPONSE API : (◕‿‿◕) ``` - curl -so ~/.zen/tmp/${MOATS}/astro.port "https://astroport.cancer.copylaradio.com/?salt=0&pepper=0&g1pub=_URL_&email=${EMAIL}" + # PLAYER COPIER "_URL_" FAVORITE + curl -so ~/.zen/tmp/${MOATS}/astro.port "http://astroport.localhost:1234/?salt=0&pepper=0&g1pub=_URL_&email=${EMAIL}" TELETUBE=$(cat ~/.zen/tmp/${MOATS}/astro.port | grep "(◕‿‿◕)" | cut -d ':' -f 2 | cut -d '/' -f 3) TELEPORT=$(cat ~/.zen/tmp/${MOATS}/astro.port | grep "(◕‿‿◕)" | cut -d ':' -f 3 | cut -d '"' -f 1) sleep 30 + # RECUPERER SON JETON PLAYER curl -so ~/.zen/tmp/${MOATS}/astro.rep "http://$TELETUBE:$TELEPORT" ```