@page "/tracks/preprocessing" @attribute [Authorize] Waveform Pre-Processing — DeepDrft CMS Waveform Pre-Processing Generate loudness profiles for tracks that predate the waveform seeker. @if (_bulkRunning) { Generating @_bulkDone / @_bulkTotal… } else { Generate All Missing (@_missingCount) } No tracks found. Loading waveform status… Track Name Entry Key Profile Actions @context.TrackName @context.EntryKey @if (context.HasProfile) { Stored } else { Missing } @if (!context.HasProfile) { @if (IsGenerating(context.EntryKey)) { Generating… } else { Generate } }