-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.local.example
More file actions
30 lines (27 loc) · 1.3 KB
/
Copy path.env.local.example
File metadata and controls
30 lines (27 loc) · 1.3 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
# Jellyfin Configuration
JELLYFIN_SERVER_URL=http://localhost:8096
JELLYFIN_API_KEY=your_jellyfin_api_key_here
JELLYFIN_USERNAME=your_jellyfin_username_here
# Android TV APK Build Configuration
# KARAOKE_SERVER_URL: The URL where your Karaoke server will be accessible from Android TV devices
# This should be the IP address and port where your karaoke server runs on your local network
# The Android TV app will connect to this URL to access the karaoke interface
# Examples:
# - Local network: http://192.168.1.100:3967 (replace with your server's IP)
# - Docker host: http://192.168.1.50:3967 (if running in Docker)
# - Different port: http://192.168.1.100:8080 (if using a different port)
# - Reverse proxy: https://your.hostname.com (if using reverse proxy)
# Note: Use your server's actual IP address, not localhost, so Android TV can reach it
KARAOKE_SERVER_URL=http://192.168.1.100:3967
# Playlist Filtering (optional)
# Only show playlists whose names match this regex pattern (case-insensitive)
# Example: PLAYLIST_FILTER_REGEX=^(Karaoke|Sing).*
# PLAYLIST_FILTER_REGEX=
# TV Display Timing Configuration (in milliseconds)
RATING_ANIMATION_DURATION=15000
NEXT_SONG_DURATION=15000
CONTROLS_AUTO_HIDE_DELAY=10000
AUTOPLAY_DELAY=500
QUEUE_AUTOPLAY_DELAY=1000
TIME_UPDATE_INTERVAL=2000
PLAYLIST_FILTER_REGEX=karaoke