How MP3 tag editor (ID3) works
MP3 tag editor lets you read and rewrite the ID3 metadata of an MP3 file in your browser: title, artist, album, year, genre, track number, comment, and embedded cover art. Drop an MP3 and the existing tags pre-fill the form automatically; change what you need, attach a JPEG or PNG cover if you want, then download the updated file. The work is done by ffmpeg compiled to WebAssembly using stream copy (-c copy), so the audio data is never re-encoded and quality is not touched.
The pre-fill reads ID3v2 text frames on a best-effort basis. Unusual encodings or very old ID3v1-only tags may not parse correctly, but you can always type the values in manually. No account, no watermark.