~/astroport/${TYPE}/${MEDIAKEY}.dragdrop.json

This commit is contained in:
fred 2022-04-22 18:28:40 +02:00
parent f2cd8ba18c
commit ac39d2e24b
1 changed files with 2 additions and 2 deletions

View File

@ -412,7 +412,7 @@ then
echo "----------------- REFRESH LOCAL KODI INDEX ----------------------"
cat ~/.zen/ipfs/.${IPFSNODEID}/astroport/kodi/vstream/${PREFIX}ASTRXBIAN ~/.zen/ipfs_swarm/.12D*/astroport/kodi/vstream/${PREFIX}ASTRXBIAN | sort | uniq > ~/.zen/ipfs/.${IPFSNODEID}/${PREFIX}ASTRXBIAN
MIME=$(file --mime-type ${path}${file} | cut -d ' ' -f 2)
MIME=$(file --mime-type "${path}${file}" | cut -d ' ' -f 2)
echo "## Creation json tiddler"
echo '[
{
@ -426,7 +426,7 @@ echo '[
"_canonical_uri": "/ipfs/'${IPFSREPFILEID}'/'${URLENCODE_FILE_NAME}'"
}
]
' > ~/astroport/${TYPE}/${REFERENCE}/${MEDIAKEY}.dragdrop.json
' > ~/astroport/${TYPE}/${MEDIAKEY}.dragdrop.json
fi