"modified": "'${MOATS}'",

This commit is contained in:
fred 2022-11-15 14:34:36 +01:00
parent c17ee07897
commit ef16b1c28f
2 changed files with 3 additions and 1 deletions

View File

@ -486,6 +486,7 @@ then
"mediakey": "'${MEDIAKEY}'",
"ipns": "'/ipns/${IPNS}'",
"tmdb": "'${REFERENCE}'",
"modified": "'${MOATS}'",
"tags": "'${TAGS}'" ' > ~/astroport/${TYPE}/${REFERENCE}/${MEDIAKEY}.dragdrop.json
[[ ${CANON} != "" ]] && echo ',

View File

@ -149,7 +149,8 @@ echo '[
"ipfs": "'/ipfs/${IPFSID}/output.mp4'",
"gif_ipfs": "'/ipfs/${ANIMH}'",
"player": "'${PLAYER}'",
"tags": "'${PLAYER} G1Vlog vlog ipfs'"
"tags": "'${PLAYER} G1Vlog vlog ipfs'",
"modified": "'${MOATS}'"
}
]
' > ~/.zen/game/players/${PLAYER}/vlog/${MEDIAKEY}.dragdrop.json