add music display with YTM and Spotify

This commit is contained in:
ChuckBuilds
2025-05-03 22:14:19 -05:00
parent 745aebab3b
commit cbfbd7bd73
6 changed files with 617 additions and 2 deletions

View File

@@ -58,7 +58,8 @@
"soccer_upcoming": 20,
"ncaam_live": 20,
"ncaam_recent": 15,
"ncaam_upcoming": 15
"ncaam_upcoming": 15,
"music": 20
}
},
"clock": {
@@ -243,5 +244,11 @@
"soccer_recent": true,
"soccer_upcoming": true
}
},
"music": {
"enabled": true,
"preferred_source": "ytm",
"YTM_COMPANION_URL": "http://192.168.86.12:9863",
"POLLING_INTERVAL_SECONDS": 2
}
}