mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 09:19:39 +02:00
docs(mukke): add ID3 tag endpoints to CLAUDE.md
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
34c6b9c973
commit
3da6cf2bd4
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue