add initial support for more integrations in the now playing panel

This commit is contained in:
Boof2015
2026-04-11 22:05:00 -04:00
parent 85eddbbad5
commit 71fd59c710
30 changed files with 2479 additions and 404 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ export interface ScopeSettings {
gainDb: number
multiband: boolean
}
astra: {
nowPlaying: {
showCoverArt: boolean
showTitle: boolean
showArtist: boolean
@@ -69,7 +69,7 @@ export const DEFAULT_SCOPE_SETTINGS: ScopeSettings = {
vumeter: { mode: 'bar', orientation: 'horizontal' },
lufsmeter: { mode: 'bar' },
waveform: { mode: DEFAULT_WAVEFORM_MODE, scrollSpeed: 1, gainDb: 0, multiband: false },
astra: {
nowPlaying: {
showCoverArt: true,
showTitle: true,
showArtist: true,