fp/playbooks/do-nothing/publish.abs
CJ_Clippy e0e10fd926
Some checks failed
ci / build (push) Has been cancelled
ci / test (push) Has been cancelled
use buttplug svg
2025-08-29 21:52:35 -08:00

50 lines
1.7 KiB
Plaintext

#! /usr/local/bin/abs
echo(" * Remux the .ts to .mp4 using `ffmpeg -i 2025-08-25T00-12-24Z.ts -c copy projektmelody-chaturbate-2025-08-24.mp4")
echo(" If multiple files, use `ffmpeg -f concat -safe 0 -i ./files.txt -c copy ./projektmelody-chaturbate-2025-08-24.mp4`")
echo(" [Press Enter When Complete...]")
_ = stdin()
echo(" * Upload the .mp4 to Backblaze ")
echo(" * Generate a thumbnail -- bash <(curl -fsSL https://gitea.futureporn.net/futureporn/fp/raw/branch/main/packages/scripts/thumbnail-generator.sh) ./projektmelody-chaturbate-2025-02-12.mp4")
echo(" * Upload the thumbnail to Backblaze")
echo(" [Press Enter When Complete...]")
_ = stdin()
echo(" * Upload the .mp4 to Mux ")
echo(" * Add the .mp4 to IPFS -- sudo -u ipfs ipfs add --cid-version=1 ./projektmelody-chaturbate-2025-02-12.mp4")
echo(" * Remote pin the IPFS CID")
echo(" [Press Enter When Complete...]")
_ = stdin()
echo(" * Create magnet link. ex: `mktorrent --web-seed https://futureporn-b2.b-cdn.net/projektmelody-fansly-2025-08-27.mp4 ~/Documents/voddo/projektmelody-fansly-2025-08-27.mp4`")
echo(" * Create magnet link. ex: `torf ~/Downloads/projektmelody-chaturbate-2025-08-27.mp4 --notorrent --notracker`")
echo(" [Press Enter When Complete...]")
_ = stdin()
echo(" * Create a B2 File (.mp4) in Strapi")
echo(" * Create a B2 File (thumbnail) in Strapi")
echo(" * Create a Mux asset in Strapi")
echo(" * Create a VOD in Strapi")
echo(" * Publish VOD")
echo(" [Press Enter When Complete...]")
_ = stdin()
echo(" * Notify Discord of new VOD")
echo(" [Press Enter When Complete...]")
_ = stdin()
echo(" * Backup the database")
echo(" [Press Enter When Complete...]")
_ = stdin()