feat: image vault + cover-art API (upload/serve endpoints, ImagePath metadata link)

This commit is contained in:
daniel-c-harvey
2026-06-07 16:16:38 -04:00
parent 9ead3bf2a7
commit 627d5623f0
6 changed files with 283 additions and 1 deletions
@@ -14,4 +14,10 @@ public static class VaultConstants
/// Vault name for storing waveform loudness profile sidecars, keyed by track EntryKey.
/// </summary>
public const string WaveformProfiles = "waveform-profiles";
/// <summary>
/// Vault name for storing cover-art images, keyed by a generated entry key referenced
/// from <c>TrackEntity.ImagePath</c>.
/// </summary>
public const string Images = "images";
}