daniel-c-harvey
f767d288c5
feat: normalize release-cardinal fields out of track into a Release entity (Phase 8 §8.0)
2026-06-11 12:51:21 -04:00
daniel-c-harvey
c835a54652
docs: record Phase 1.2 Wave 1 progress; update processor, client, and API CLAUDE.md
2026-06-11 08:23:56 -04:00
daniel-c-harvey
4a46ec36b3
fix(mp3): remove dead FrameSize field, fix CBR duration ID3 exclusion, add MPEG2 bitrate table, pin CBR test assertions
2026-06-11 06:13:20 -04:00
daniel-c-harvey
3bb8104967
feat(audio): add MP3 and FLAC upload support via format-routed processors
...
AudioProcessorRouter dispatches by extension; vault stores original bytes with correct MIME type.
2026-06-11 05:49:17 -04:00
daniel-c-harvey
f8186fb7c7
docs: move Phase 1.1 to COMPLETED.md; update DeepDrftContent CLAUDE.md for float and padded WAV support
2026-06-10 20:42:58 -04:00
daniel-c-harvey
eddbb00cd9
feat(audio): accept EXTENSIBLE IEEE-float and padded 24-in-32 WAV
...
Convert float to 24-bit PCM and repack padded containers on normalize; vault still stores standard PCM.
2026-06-10 20:04:55 -04:00
daniel-c-harvey
d2a9475ba2
Merge branch 'extensible-wav-support' into dev
2026-06-10 15:27:47 -04:00
daniel-c-harvey
e84823be39
docs: update AudioProcessor notes for EXTENSIBLE-PCM WAV support
2026-06-10 15:26:50 -04:00
daniel-c-harvey
6c602170a9
fix(audio): guard EXTENSIBLE fmt OOB read on truncated buffer; document padded-container gap
2026-06-10 15:24:31 -04:00
daniel-c-harvey
88ac5b2c88
fix(audio): support WAVE_FORMAT_EXTENSIBLE PCM WAVs, normalizing them to standard PCM on upload
2026-06-10 15:20:34 -04:00
daniel-c-harvey
79a015f60a
docs: update CLAUDE.md files to reflect Range header seek, remove WavOffsetService references
2026-06-09 07:41:38 -04:00
daniel-c-harvey
f602eb9772
chore: remove WavOffsetService and ?offset= seek path, superseded by Range header (Phase 4.1)
2026-06-09 07:30:36 -04:00
daniel-c-harvey
f6616ed109
Merge branch 'p2-w1-cover-art-api' into dev
2026-06-07 16:27:42 -04:00
daniel-c-harvey
6ef88bef38
docs: document SetMinimized as single mutation point in AudioPlayerBar
2026-06-07 16:20:58 -04:00
daniel-c-harvey
627d5623f0
feat: image vault + cover-art API (upload/serve endpoints, ImagePath metadata link)
2026-06-07 16:16:38 -04:00
daniel-c-harvey
3de88c786a
feat: capture and display original upload filename for tracks
2026-06-07 09:00:17 -04:00
daniel-c-harvey
fa57861dbf
Add server-side waveform loudness profiling on track upload
...
ILoudnessAlgorithm strategy (RmsLoudnessAlgorithm first impl), WaveformProfileService
stores quantized byte[] sidecar in new MediaFileVault (profiles vault), wired into
UnifiedTrackService.UploadAsync; failure is logged and swallowed. WaveformProfileDto
and WaveformProfileOptions in shared projects.
2026-06-05 16:38:02 -04:00
daniel-c-harvey
016764929b
enviornment examples
2026-06-02 10:04:32 -04:00
Daniel Harvey
551cef0fe8
DeepDrftAPI Rename
2026-05-25 10:38:36 -04:00
Daniel Harvey
2574ed9af8
docs: update CLAUDE.md files for Content SQL authority and Manager HTTP-only
2026-05-25 09:33:28 -04:00
Daniel Harvey
d9e4052e39
fix: review remediation — _busy finally block, TrackNotFoundMessage const, null-safe error log
2026-05-25 09:11:15 -04:00
Daniel Harvey
f404602536
refactor: make DeepDrftContent sole authority over track SQL + vault; Manager goes HTTP-only
2026-05-25 08:46:09 -04:00
Daniel Harvey
f40c342882
chore: replace local dev path in filedatabase.example.json with placeholder
2026-05-20 16:53:40 -04:00
Daniel Harvey
e5b4a79727
refactor(split): rename DeepDrftWeb -> DeepDrftPublic and DeepDrftWeb.Client -> DeepDrftPublic.Client (Phase 4)
2026-05-19 23:06:16 -04:00
Daniel Harvey
cd700dc758
feat(data): rename *.Services projects, lift TrackEntity onto BlazorBlocks data layer, regenerate initial Postgres migration
...
DeepDrftWeb.Services → DeepDrftData; DeepDrftContent.Services → DeepDrftContent.Data.
TrackEntity:BaseEntity, TrackRepository:Repository<>, TrackManager:Manager<>+ITrackService.
Drops DeepDrftModels PagingParameters/PagedResult in favour of Models.Common.* from BlazorBlocks.
InitialCreate migration captures full schema including is_deleted index.
2026-05-18 22:22:09 -04:00
Daniel Harvey
a5e37c9130
docs: add *.example.json onboarding files for all three hosts
2026-05-18 19:03:46 -04:00
Daniel Harvey
39138bef21
Merge branch 'secrets-migration' into dev
2026-05-18 17:52:04 -04:00
Daniel Harvey
ad7741744d
docs: update CLAUDE.md files to reflect CredentialTools secrets loading pattern
2026-05-18 17:39:42 -04:00
Daniel Harvey
fc9bc3d607
chore(secrets): load API key, connection strings, and AuthBlocks via CredentialTools across all three hosts; strip secret placeholders from appsettings.json
2026-05-18 17:35:29 -04:00
Daniel Harvey
45e16fece7
Merge cms-w3-t2-upload: WAV upload flow — POST api/track/upload, POST api/cms/track, /cms/tracks/new
...
# Conflicts:
# DeepDrftContent/CLAUDE.md
2026-05-18 16:15:13 -04:00
Daniel Harvey
1738d262de
Fix W3-T3 review: attach JWT in DeleteTrackDialog, int→long TrackId, log RemoveResourceAsync failure, drop redundant {Reason} log param
2026-05-18 15:42:58 -04:00
Daniel Harvey
7fd8376f96
Fix review findings: scrub ex.Message from UI, gate 5xx body relay, harmonise ContentApi config key, add CancellationToken to UploadTrack
2026-05-18 15:38:56 -04:00
Daniel Harvey
4a59df6baa
Add CMS track delete: DeepDrftContent DELETE endpoint, DeepDrftWeb SQL-first orchestration, DeepDrftCms confirmation dialog (W3-T3)
2026-05-18 15:20:08 -04:00
Daniel Harvey
266086906e
Wave 3 T2: WAV upload flow — POST api/track/upload, POST api/cms/track, /cms/tracks/new
2026-05-18 15:18:28 -04:00
Daniel Harvey
4420975cd2
Fix streaming minors: isActive_ sentinel, WAV error message, TextDecoder hoist, MIME 400, fmt first-match, processedBytes comment
2026-05-17 18:55:05 -04:00
Daniel Harvey
9f32c70e0f
Merge p1-w2-tc-streaming-majors: streaming majors findings 5-14
2026-05-17 18:23:15 -04:00
Daniel Harvey
02d146ce02
Fix streaming majors: PCM-only validation, stream-from-disk, ConcatStream offset, AsyncDisposable, HTTP cancellation, await ensureReady, seekBeyondBuffer offset-0 guard, negative WAV chunk guard
2026-05-17 16:57:20 -04:00
Daniel Harvey
4c9bf0ca8d
Fix 9 design majors: ITrackService interface, IsDescending, ArrayPool base, CliUtils, sort sentinel cleanup, content controller via TrackService, Skip property
2026-05-17 16:10:56 -04:00
Daniel Harvey
7cf3d965b6
Rewrite all folder-level CLAUDE.md files; update root
...
net10.0 throughout; corrected EntryKey field name; documented *.Services split.
Two new files (DeepDrftWeb.Services, DeepDrftContent.Services). FileDatabase
README inaccuracies fixed (ImageVault, project target).
2026-05-16 21:45:56 -04:00
daniel-c-harvey
bc521d5b29
Styles & Home Page Content Cleanup
...
Mobile Menu System & Dark Mode Cookie
Theme Draft
2025-12-09 16:46:07 -05:00
daniel-c-harvey
20db222a0f
Streaming Seek Support
2025-12-07 04:44:54 -05:00
daniel-c-harvey
bf054f3d1b
API Connection Cleanup & Bugfixes
2025-09-08 11:10:23 -04:00
daniel-c-harvey
c6f4ffc1fe
Cleanup & Bug Fixes
...
- WebAssembly fix (missing app.Run)
- API comms cleanup
2025-09-08 09:53:13 -04:00
daniel-c-harvey
b16bcfc6cd
Backend Services Split into separate projects for reference from other front ends
2025-09-07 12:56:52 -04:00
daniel-c-harvey
a5b7ab041e
Deployment Configuration and Script
...
- Front End Cleanup
2025-09-06 18:40:32 -04:00
daniel-c-harvey
66d800bd26
Front End Work
...
- Redesign component wiring for audio playback
- Removed playback logic from the player control and moved it to injectable audio player engine service
- Chunked/buffered stream loading from Content API passed to Web Audio API playback in 8K blocks
2025-09-06 13:39:26 -04:00
daniel-c-harvey
7f78545a02
*Audio Playback*
...
Content API:
- Enabling CORS for access from Blazor app
Web Server:
- Content API URL environment config
- Web Audio API JS Interop layer in TypeScript
- HttpClient configs
Web Client:
- Audio Tack player controls
- Audio Player example page
- Audio Interop Service Layer
- Named HttpClients
2025-09-05 10:48:07 -04:00
daniel-c-harvey
1a9a3271d4
Content API Upgrades
2025-09-04 19:58:29 -04:00
daniel-c-harvey
5e02d004e3
CLAUDE.md files
2025-09-04 19:57:05 -04:00
daniel-c-harvey
97ad4e3ac7
FileDatabase Refactor and normalization
...
Test cleanup
2025-09-04 17:27:28 -04:00