This project is a mp3 tag writer that can view, edit, create and copy music file tags.
- View and edit tags that are useful for organizing music
- Clean MP3 files of unnecessary tags
- Preserve important tags such as
- Title
- Artist
- Album
- Track
- Genre
- Album Artist
- Format tags in sentence case and organized artist/featured artist fields
- Copy tags from file to file (useful when replacing lower quality files)
- View common tags across multiple files and batch write new tags
- Display and add new album artwork
- Generate tag fields using file name or other information
This project can be imported into Netbeans and built within the IDE.
This project can be run with the "TagDriver.java" class.