7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript155 forks (155 forks)user submission
enhancementgood first issue
Repository metrics
- Stars
- 2,326 stars (2,326 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
It would be really great if it was possible to add MBID tags as some self host music servers (for example LMS) can use it for Scrobbling to services like Listenbrainz
Contributor guide
- Research direction
- Investigate how to add MusicBrainz Identifier (MBID) tags to downloaded music files. Look into existing JavaScript libraries for writing ID3 tags (e.g., musicmetadata, jsmediatags) and modify the download flow to include the MBID from the source metadata (e.g., Spotify/Apple Music API). Ensure tags are written to the correct fields (e.g., TXXX frame for custom tags).
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- JavaScriptGit