tidying up a *lot*; add QoL options

This commit is contained in:
ari melody 2026-01-28 12:50:11 +00:00
parent 84de96df31
commit 2954689784
Signed by: ari
GPG key ID: CF99829C92678188
6 changed files with 261 additions and 154 deletions

16
res/help.txt Normal file
View file

@ -0,0 +1,16 @@
ari's VOD uploader
USAGE: %s [options] [directory]
This tool stitches together VOD segments and automatically uploads them to
YouTube. `directory` is assumed to be a directory containing a `metadata.toml`
(created with `--init`), and some `.mkv` files.
OPTIONS:
-h, --help: Show this help message.
-v, --verbose: Show verbose logging output.
--init: Initialise `directory` as a VOD directory.
-d, --deleteAfter: Deletes the full VOD after upload.
-f, --force: Force uploading the VOD, even if it already exists.
made with <3 by ari melody, 2026