This commit is contained in:
fred 2022-10-15 18:57:08 +02:00
parent 8ad26c7aa1
commit cccb06c1e0
1 changed files with 2 additions and 1 deletions

View File

@ -9,9 +9,10 @@ cat ~/.zen/tmp/chan_cloud.json | jq -nR '.data += [{name: "_CHANNEL_", link: "/
cp ~/.zen/tmp/chan_cloud_plus.json ~/.zen/tmp/chan_cloud.json
for channel in $(ls ~/.zen/bunkerbox/channels); do
echo "Adding $channel"
howmuch=$(jq '.Videos | length' ~/.zen/bunkerbox/history.${channel}.json)
[[ ! $howmuch ]] && continue
echo "$howmuch posting"
sed -i "s~_CHANNEL_~$channel~g" ~/.zen/tmp/chan_cloud_plus.json
sed -i "s~_HOWMUCH_~$howmuch~g" ~/.zen/tmp/chan_cloud_plus.json