MP3 Tagger UI
A simple and efficient cross-platform desktop tool for editing MP3 metadata (ID3 tags), including titles, artists, albums, track numbers, and cover artwork.
Features
- Edit ID3 tags: title, artist, album, genre, year, comments
- Add or replace album cover images
- Batch-edit multiple MP3 files at once
- Automatic reading and writing of ID3v1 and ID3v2 tags
- Cross-platform (Windows, Linux, macOS)
Download
Latest release:
MP3 Tagger UI — GitHub Releases
Build from source
git clone https://github.com/astrapi69/mp3-tagger-ui.git
cd mp3-tagger-ui
./gradlew build
# Output JAR will be in:
# build/libs/mp3-tagger-ui-<version>.jar
Source code
Browse the repository or contribute on GitHub:
github.com/astrapi69/mp3-tagger-ui