Skip to main content

Start with the configuration

Open variables.env in your editor of choice. It should look like this.

FOLDERPATH="folder/subfolder"
DOMAINNAME="domainname"
LICENSEKEY="xxx"

FOLDERPATH

Enter your main review folder. All files that can be reviewed should be located in this folder or its subfolders.

Important! Use only forward slashes in the path. No backslashes!

Windows Example

FOLDERPATH="C:/Users/[username]/Videos"

Linux Example

FOLDERPATH="/home/videos"

LICENSEKEY

Enter your license key that you got from purchasing Loop or starting the trial.

Don't have a license key yet: Purchase or start your trial here

LICENSEKEY="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"