From 3da6cf2bd49f01e45d5a1de0352288343914072f Mon Sep 17 00:00:00 2001 From: Till JS Date: Thu, 19 Mar 2026 14:42:44 +0100 Subject: [PATCH] docs(mukke): add ID3 tag endpoints to CLAUDE.md Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/mukke/CLAUDE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/mukke/CLAUDE.md b/apps/mukke/CLAUDE.md index 63a1659eb..003975f88 100644 --- a/apps/mukke/CLAUDE.md +++ b/apps/mukke/CLAUDE.md @@ -39,6 +39,9 @@ pnpm --filter @mukke/landing dev # Landing page - `PUT /songs/:id/play` - Increment play count - `DELETE /songs/:id` - Delete song - `GET /songs/search?q=` - Search songs +- `POST /songs/:id/extract-metadata` - Extract ID3 tags from file into DB (+ cover art to S3) +- `POST /songs/:id/write-tags` - Write DB metadata as ID3 tags back into MP3 file +- `GET /songs/:id/cover-url` - Get presigned URL for cover art ### Playlists - `GET /playlists` - List user's playlists