diff --git a/ASTROBOT/G1Voeu.sh b/ASTROBOT/G1Voeu.sh index 4c8d61cc..14f0ed65 100755 --- a/ASTROBOT/G1Voeu.sh +++ b/ASTROBOT/G1Voeu.sh @@ -216,7 +216,7 @@ convert -gravity northwest -pointsize 50 -fill black -draw "text 30,300 \"$PEPPE echo "NO PRINTER FOUND - Plug a Brother QL700 or Add your printer" else echo "IMPRESSION VOEU" - brother_ql_create --model QL-700 --label-size 62 ~/.zen/game/world/$PEPPER/$WISHKEY/result_qrcode.png > ~/.zen/tmp/toprint.bin 2>/dev/null + brother_ql_create --model QL-700 --label-size 62 ~/.zen/game/world/$PEPPER/$WISHKEY/result.png > ~/.zen/tmp/toprint.bin 2>/dev/null sudo brother_ql_print ~/.zen/tmp/toprint.bin $LP brother_ql_create --model QL-700 --label-size 62 ~/.zen/tmp/player.png > ~/.zen/tmp/toprint.bin 2>/dev/null sudo brother_ql_print ~/.zen/tmp/toprint.bin $LP @@ -251,9 +251,9 @@ convert -gravity northwest -pointsize 50 -fill black -draw "text 30,300 \"$PEPPE echo $banner > ~/.zen/game/players/$PLAYER/voeux/$PEPPER/$WISHKEY/banner cat ~/.zen/game/players/$PLAYER/voeux/$PEPPER/$WISHKEY/banner - echo "## TO RECEIVE G1RONDS Creating Cesium+ Profil #### timeout long ... patience ...." - $MY_PATH/../tools/jaklis/jaklis.py -k ~/.zen/game/players/$PLAYER/voeux/$PEPPER/$WISHKEY/wish.dunikey set --name "G1Voeu $PEPPER" --avatar "$HOME/.zen/game/world/$PEPPER/$WISHKEY/result_qrcode.png" --site "$LIBRA/ipns/$VOEUNS" #CESIUM+ - [[ ! $? == 0 ]] && echo "G1VOEU CESIUM WALLET PROFILE CREATION FAILED !!!!" + #~ echo "## TO RECEIVE G1RONDS Creating Cesium+ Profil #### timeout long ... patience ...." + #~ $MY_PATH/../tools/jaklis/jaklis.py -k ~/.zen/game/players/$PLAYER/voeux/$PEPPER/$WISHKEY/wish.dunikey set --name "G1Voeu $PEPPER" --avatar "$HOME/.zen/game/world/$PEPPER/$WISHKEY/result_qrcode.png" --site "$LIBRA/ipns/$VOEUNS" #CESIUM+ + #~ [[ ! $? == 0 ]] && echo "G1VOEU CESIUM WALLET PROFILE CREATION FAILED !!!!" echo "************************************************************" echo "Hop, UNE JUNE pour le Voeu $PEPPER" diff --git a/README.md b/README.md index 8886ef8f..3b621265 100644 --- a/README.md +++ b/README.md @@ -380,3 +380,14 @@ https://ipfs.copylaradio.com/ipfs/QmUtGpGeMZvwp47ftqebVmoFWCmvroy5wEtWsKvWvDWJpR ## Stargazers over time [![Stargazers over time](https://starchart.cc/papiche/Astroport.ONE.svg)](https://starchart.cc/papiche/Astroport.ONE) + +## CREDITS + +This "digital art" structure is a selection of some of the most valuable Free & OpenSource Software I ever had in my hand. +Credits is going to all the kindness and care provided to make valuable and secure software available for all + +Did you ever dring a beer bought in G1 ? + +You can pay me a beer or more by contributing to our OpenCollective +https://opencollective.com/monnaie-libre#category-ABOUT + diff --git a/ajouter_media.sh b/ajouter_media.sh index c7f902ee..d4ee5c29 100755 --- a/ajouter_media.sh +++ b/ajouter_media.sh @@ -441,14 +441,14 @@ echo '[ # SELECT FILE TO ADD TO ASTROPORT/KODI [ ! $2 ] && FILE=$(zenity --file-selection --title="Sélectionner le fichier à ajouter") echo "${FILE}" - [[ $FILE == "" ]] && echo "NO FILE" && exit 1 + [[ ! -s "${FILE}" ]] && echo "NO FILE" && exit 1 # Remove file extension to get file name => STITLE FILE_PATH="$(dirname "${FILE}")" FILE_NAME="$(basename "${FILE}")" FILE_EXT="${FILE_NAME##*.}" FILE_TITLE="${FILE_NAME%.*}" - cat "${FILE}" > ~/.zen/tmp/output.pdf + cp "${FILE}" ~/.zen/tmp/output.pdf URL="/ipfs.localhost/$FILE_TITLE" fi