Go to file
hazycora 4fbe774841
add spaces around colons bc libass is bad
It wont wrap long linesnode .! ughhnode .node . i dont know how to fix this otherwise ihml
2023-02-24 02:19:18 -06:00
assets Bump version, bug fixes + precompile embed assets 2023-02-24 00:36:44 -06:00
src add spaces around colons bc libass is bad 2023-02-24 02:19:18 -06:00
.gitignore Bump version, bug fixes + precompile embed assets 2023-02-24 00:36:44 -06:00
bot.html v0.0.1 2023-02-23 21:24:15 -06:00
build.js Bump version, bug fixes + precompile embed assets 2023-02-24 00:36:44 -06:00
package-lock.json Bump version, bug fixes + precompile embed assets 2023-02-24 00:36:44 -06:00
package.json Bump version, bug fixes + precompile embed assets 2023-02-24 00:36:44 -06:00
README.md Bump version, bug fixes + precompile embed assets 2023-02-24 00:36:44 -06:00
server.js use ffmpeg subtitles 2023-02-24 01:44:33 -06:00

ip lol

Installation

git clone https://git.gay/h/iplol
cd iplol
npm i
mkdir inputs

Place videos to use in the inputs directory.

Building assets

Run npm run build with the IPLOL_HOSTNAMES environment variable set to the hostnames you'll be using. If you skip this step, they'll be generated when requested, which adds significant latency.

The IPLOL_HOSTNAMES environment variable can be a comma separated list, if you will be using multiple hostnames.

IPLOL_HOSTNAMES=example.com,example2.com npm run build

Usage

npm run start