Bump spotify profile to v2 (192 kbps re-encode) #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "spotify-v2-bitrate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
Production was still serving 96 kbps Spotify audio. ADR-0018 raised the bitrate to 192 kbps as an in-place profile update, but that never re-encodes existing renditions (transcode idempotency keys on
episode+master+profile_id), so the old files survived.What
spotifyprofile to v2 (libvorbis 192 kbps / VBR q6) — per ADR-0005 a version bump is the auditable re-encode trigger. A re-transcode now produces fresh v2 renditions;mainandspotify-v1are skipped.spotify-v1retained dormant; the versionless/audio/...URL + feed already resolve to the latest version.After merge (prod)
Deploy → re-transcode both episodes (creates spotify-v2 @192k) → regenerate feeds.
Testing
go build,go vet, fullgo test ./...green.🤖 Generated with Claude Code