update README, lots of polish

This commit is contained in:
ari melody 2026-01-30 18:53:09 +00:00
parent 4624c56e54
commit ce836b2d46
Signed by: ari
GPG key ID: CF99829C92678188
11 changed files with 210 additions and 121 deletions

View file

@ -1,16 +1,16 @@
ari's VOD uploader
Vodular
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.
USAGE: vodular [options] [directory]
OPTIONS:
-h, --help: Show this help message.
-v, --verbose: Show verbose logging output.
--init: Initialise `directory` as a VOD directory.
--logout: Logs out of the current YouTube account.
-d, --deleteAfter: Deletes the full VOD after upload.
-f, --force: Force uploading the VOD, even if it already exists.
SOURCE: https://codeberg.org/arimelody/vodular
ISSUES: https://codeberg.org/arimelody/vodular/issues
made with <3 by ari melody, 2026