From 0805e918fc7bd5cef9f6681af81c2c9da0b31553 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 16 Apr 2023 23:23:41 +0200 Subject: [PATCH] hhh --- ASTROBOT/MAP.refresh.sh | 3 +++ tools/new_file_in_astroport.sh | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ASTROBOT/MAP.refresh.sh b/ASTROBOT/MAP.refresh.sh index 7662cecc..b171d4b7 100755 --- a/ASTROBOT/MAP.refresh.sh +++ b/ASTROBOT/MAP.refresh.sh @@ -25,6 +25,9 @@ if [[ -d ~/.zen/tmp/${IPFSNODEID} ]]; then ## Getting actual online version # ipfs get -o ~/.zen/tmp/${IPFSNODEID} /ipns/${IPFSNODEID}/ + ## COPY STATION yt-dlp.list + cp $HOME/.zen/.yt-dlp.list ~/.zen/tmp/${IPFSNODEID}/yt-dlp.list + ## COPY COINS VALUE OF THE DAY cp ~/.zen/tmp/coucou/*.COINS ~/.zen/tmp/${IPFSNODEID}/ diff --git a/tools/new_file_in_astroport.sh b/tools/new_file_in_astroport.sh index 971f03f4..22eca1f3 100755 --- a/tools/new_file_in_astroport.sh +++ b/tools/new_file_in_astroport.sh @@ -145,8 +145,8 @@ case ${type} in ;; esac -### SET MEDIAKEY -MEDIAKEY="${INDEXPREFIX}${REFERENCE}" +### SET MEDIAKEY (PROVIDED IN BATCH FROM AJOUTER MEDIA) +[[ $MEDIAKEY == "" ]] && MEDIAKEY="${INDEXPREFIX}${REFERENCE}" echo ">>>>>>>>>> $MEDIAKEY ($MIME) <<<<<<<<<<<<<<<" ######################### Decimal convert @@ -270,7 +270,7 @@ then && FILETAG=$(echo "$CapitalGluedTitle" | cut -d '_' -f 1) [[ $CAT == "Youtube" ]] \ - && H1="

"${TITLE}"

" \ + && H1="

"${TITLE}"

" \ && PATCH="Copier" echo $GENRE $SAISON