You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Make TV display timing durations configurable via environment variables
- Add 6 new NEXT_PUBLIC timing environment variables for TV display behavior
- NEXT_PUBLIC_RATING_ANIMATION_DURATION: Controls rating screen display time (default: 15s)
- NEXT_PUBLIC_NEXT_SONG_DURATION: Controls next song splash screen time (default: 15s)
- NEXT_PUBLIC_CONTROLS_AUTO_HIDE_DELAY: Controls when TV controls auto-hide (default: 10s)
- NEXT_PUBLIC_AUTOPLAY_DELAY: Controls autoplay start delay (default: 500ms)
- NEXT_PUBLIC_QUEUE_AUTOPLAY_DELAY: Controls queue autoplay delay (default: 1000ms)
- NEXT_PUBLIC_TIME_UPDATE_INTERVAL: Controls sync update frequency (default: 2000ms)
All timing values include sensible defaults and are fully configurable for different
deployment scenarios. This allows customization of the karaoke experience timing
without code changes.
Updated .env.local.example with all new timing configuration options.
🤖 Assisted by Amazon Q Developer
0 commit comments