This repository has been archived on 2022-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Sam Therapy 519f89fa7a
lint
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-06-19 18:11:54 +02:00
.vscode Prototype 2022-05-13 13:21:48 +02:00
.gitignore Prototype 2022-05-13 13:21:48 +02:00
LICENSE Initial commit 2022-04-09 13:51:58 +00:00
README.md lint 2022-06-19 18:11:54 +02:00
file_name_test.ts lint 2022-06-19 18:11:54 +02:00
generator.ts lint 2022-06-19 18:11:54 +02:00

README.md

cytube-json-generator

A deno module to generate custom JSON for a CyTube server.

Installation

First, you'll need to install deno.

Then, you can install the module with:

deno install --allow-read --allow-write --allow-run "https://git.froth.zone/sam/cytube-json-generator/raw/branch/master/generator.ts"

deno install installs the module to DENO_INSTALL_ROOT (default ~/.deno), so you may need to add this to your PATH. An alternative I have is setting DENO_INSTALL_ROOT to ~/.local/bin, which I have in my PATH.

Upgrading

You can upgrade in a similar way to installing:

deno cache --reload "https://git.froth.zone/sam/cytube-json-generator/raw/branch/master/generator.ts"

then install again.

Usage

generator video.mp4 subs.srt will generate a JSON file for the video and subtitle file, and upload all three to f.ruina.exposed. generator -h will show full usage.