Add audio parameter to player playlist and auto-mark deployment status
- api.py: include 'audio' (on/off) field in playlist JSON served to players, derived from the muted toggle in the manage playlist page - players.py: include 'audio' field in legacy player playlist builder - api.py: auto-flip deployment_status pending/deploying -> deployed when a player sends feedback (player is confirmed running) - players_list.html: poll deployment status for pending/failed badges so the players list live-updates once a player starts sending feedback - .dockerignore: exclude runtime data/ volume dir from build context
This commit is contained in:
@@ -44,6 +44,9 @@ flask_session/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Runtime data volumes (mounted at runtime, NOT part of the image)
|
||||
data/
|
||||
|
||||
# Documentation
|
||||
BLUEPRINT_GUIDE.md
|
||||
ICON_INTEGRATION.md
|
||||
|
||||
Reference in New Issue
Block a user