-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
67 lines (53 loc) · 1.83 KB
/
.env.example
File metadata and controls
67 lines (53 loc) · 1.83 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# YouFlac Docker Configuration
# Copy this file to .env and customize
# ===========================================
# Server Settings
# ===========================================
PORT=8080
# ===========================================
# Volume Paths (host paths)
# ===========================================
CONFIG_PATH=./config
DOWNLOADS_PATH=./downloads
# ===========================================
# Download Settings
# ===========================================
# Video quality: best, 1080p, 720p, 480p
VIDEO_QUALITY=best
# Number of concurrent downloads (1-5)
CONCURRENT_DOWNLOADS=2
# Folder structure: jellyfin, plex, flat, album, year
NAMING_TEMPLATE=jellyfin
# Create NFO metadata files for Jellyfin/Kodi
GENERATE_NFO=true
# Embed cover art in MKV files
EMBED_COVER_ART=true
# ===========================================
# Lyrics Settings
# ===========================================
# Fetch lyrics from LRCLIB
LYRICS_ENABLED=false
# Lyrics format: lrc (file), embed (in media), both
LYRICS_EMBED_MODE=lrc
# ===========================================
# Audio Source Priority
# ===========================================
# Comma-separated list of preferred audio sources
# Options: tidal, qobuz, amazon, deezer, spotify
AUDIO_SOURCE_PRIORITY=tidal,qobuz,amazon
# ===========================================
# YouTube Settings (Optional)
# ===========================================
# Browser to extract cookies from (for anti-bot)
# Options: firefox, librewolf, chrome, chromium, brave, opera, edge
# Leave empty to disable
COOKIES_BROWSER=
# ===========================================
# UI Settings
# ===========================================
# Theme: dark, light, system
THEME=dark
# Accent color: pink, blue, green, purple, orange, teal, red, yellow
ACCENT_COLOR=pink
# Sound effects on download complete/error
SOUND_EFFECTS_ENABLED=true