Skip to content
Amila Welihinda edited this page Jul 14, 2016 · 3 revisions

PopcornTime flags

Experimental features can be enabled through env variables. The .env.example provides an explanation for each of the flags and why you might want to enable them.

Enabling features

Env vars can be read from a .env file in the root of the project directory. To enable features, simply cp .env.example .env and change the values as you see fit.

You will need to kill electron and restart it for the flags to take effect

Clone this wiki locally