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.
cytube-json-generator/README.md

1.1 KiB

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.