-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.docker.example
More file actions
40 lines (31 loc) · 1.12 KB
/
Copy path.env.docker.example
File metadata and controls
40 lines (31 loc) · 1.12 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
# Docker Compose Environment Variables
# Copy this file to .env and customize for your deployment
# Jellyfin Configuration (REQUIRED)
JELLYFIN_SERVER_URL=http://host.docker.internal:8096
JELLYFIN_API_KEY=your_jellyfin_api_key_here
JELLYFIN_USERNAME=your_jellyfin_username_here
# TV Display Timing Configuration (in milliseconds)
# Uncomment and customize these values to change karaoke timing behavior
# Rating screen display duration (default: 15 seconds)
#RATING_ANIMATION_DURATION=15000
# Next song splash screen duration (default: 15 seconds)
#NEXT_SONG_DURATION=15000
# Auto-hide TV controls after inactivity (default: 10 seconds)
#CONTROLS_AUTO_HIDE_DELAY=10000
# Initial autoplay delay (default: 500ms)
#AUTOPLAY_DELAY=500
# Queue autoplay delay (default: 1 second)
#QUEUE_AUTOPLAY_DELAY=1000
# Time update sync interval (default: 2 seconds)
#TIME_UPDATE_INTERVAL=2000
# Example Configurations:
#
# Fast-Paced Party Setup:
# RATING_ANIMATION_DURATION=8000
# NEXT_SONG_DURATION=5000
# CONTROLS_AUTO_HIDE_DELAY=5000
#
# Relaxed Home Setup:
# RATING_ANIMATION_DURATION=20000
# NEXT_SONG_DURATION=10000
# CONTROLS_AUTO_HIDE_DELAY=15000