From c5954fa7890ad02b9ced910176beb3f2b83e2490 Mon Sep 17 00:00:00 2001 From: qo-op Date: Fri, 29 Jan 2021 01:21:28 +0100 Subject: [PATCH] GET XZUID --- ajouter_video.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ajouter_video.sh b/ajouter_video.sh index ad6d99f..b026b48 100755 --- a/ajouter_video.sh +++ b/ajouter_video.sh @@ -62,6 +62,9 @@ else cp ~/.zen/astroport.py ~/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py fi +## GET XZUID +[[ "$XZUID" == "" ]] && XZUID=$(cat ~/.zen/ipfs/.${IPFSNODEID}/_xbian.zuid) + ######################################################################## # SELECT FILE TO ADD TO ASTROPORT/KODI FILE=$(zenity --file-selection --title="Sélectionner le fichier à ajouter")