From a800da8a2124fe682a1380ae1fe397dc0a188557 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 26 Jun 2022 21:32:08 +0200 Subject: [PATCH] $3 is the G1PUB of the PLAYER --- ajouter_video.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ajouter_video.sh b/ajouter_video.sh index 2fc8646..238796a 100755 --- a/ajouter_video.sh +++ b/ajouter_video.sh @@ -588,6 +588,7 @@ echo "MEDIAKEY=${MEDIAKEY}" > ~/astroport/Add_${MEDIAKEY}_script.sh # ~/.zen/astrXbian/zen/new_file_in_astroport.sh \"$HOME/astroport/${CAT}/${MEDIAID}/\" \"${FILE_NAME}.mp4\" #else" >> ~/astroport/Add_${MEDIAKEY}_script.sh +# $3 is the G1PUB of the PLAYER (search in code to find where) echo "~/.zen/astrXbian/zen/new_file_in_astroport.sh \"$HOME/astroport/${CAT}/${MEDIAID}/\" \"${FILE_NAME}\" \"$3\"" >> ~/astroport/Add_${MEDIAKEY}_script.sh #[[ $CHOICE == "TMDB" ]] && echo "fi" >> ~/astroport/Add_${MEDIAKEY}_script.sh