{{metrics.uptime.formatted}}
{{metrics.crossfades.total}}
{{metrics.crossfades.averageDuration}} ms
{{metrics.loops.totalIterations}}
{{totalActiveLoopers}}
{{metrics.silence.totalGaps}}
{{playlists.length}}
{{totalCrossfades}}
{{totalSilentGaps}}
Runtime
{{#if debug.enabled}}On{{else}}Off{{/if}}
{{debug.roleLabel}}
{{debug.authorityLabel}}
{{integrations.actualPlaylistDirectoryClass}}
{{integrations.partsPlayingTemplate}}
{{#if integrations.audioGuardsActive}}Active{{else}}Inactive{{/if}}
{{#if integrations.playingPartsPatched}}Applied{{else}}Not Applied{{/if}}
{{#if integrations.hasConflictingModules}}
{{#each integrations.detectedModuleLabels}}
{{this}}
{{/each}}
{{else}}
None
{{/if}}
Active Playlists
{{#if playlists.length}}
{{#each playlists}}
-
{{this.playlistName}}
{{#if this.features.crossfade}}
Crossfade Scheduled
{{/if}}
{{#if this.features.scheduledSilenceFade}}
Silence Fade Scheduled
{{/if}}
{{#if this.features.silence}}
Silent Gap Active
{{/if}}
{{#if this.features.loops}}
{{#each this.features.loops}}
-
{{this.soundName}}
(Completed: {{this.loopsCompleted}})
{{#if this.isCrossfading}}
[Crossfading]
{{/if}}
{{/each}}
{{/if}}
{{/each}}
{{else}}
No playlists with active Sound of Silence features.
{{/if}}