-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.local.example
30 lines (21 loc) · 918 Bytes
/
.env.local.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Slider padding in pixels, 30 is ok to not trigger edge swipe
NEXT_PUBLIC_SLIDER_PADDING = 30
# Refresh rate in milliseconds for react-player time-seek updates
NEXT_PUBLIC_PROGRESS_INTERVAL = 30
# If true, dont fetch video and only offer audio downloads
AUDIO_ONLY=false
# Don't download media if it's larger than x GB
MEDIA_FETCH_LIMIT = 3
# Trim media title in filename of downloaded file
TRIM_DOWNLOAD_TITLE = 48
# If FPS is not present in media info (needed for frame-by-frame navigation)
DEFAULT_FPS = 30
# Start autoplaying media in player (when available)
NEXT_PUBLIC_AUTOPLAY = true
# Default output format selected. FLAC If empty.
# Should be of audio type if AUDIO_ONLY = true.
NEXT_PUBLIC_DEFAULT_OUTPUT = wav16
# Absolute path to storage folder, defaults to PROJECT_ROOT/storage
# STORAGE_PATH =
# Absolute path to media sources folder, defaults to PROJECT_ROOT/storage/source
# SRC_MEDIA_PATH =