Thank you, S. Poland.
This is a Java Utility that can be used to updated MP3's in a specified folder
The tool can be used to:
- Remove a common unwanted string from all song file names
- Remove a common unwanted string from all song titles
- Update fields:
- Album Artist
- Album
- Contributing artist
- Genre
- Year
- Album art
- Clear out fields:
- AuthorURL
- Encoder By
- Comments
- Composers
- Copyright
- Copyright URL
- Publisher
- Publisher URL
- Payment URL
- Download the code base.
- In the project root, run
mvn clean package
to generate an executable jar. Then runjava -jar .\target\music-modifier-<project.version>-jar-with-dependencies.jar
For example:java -jar .\target\music-modifier-0.0.1-SNAPSHOT-jar-with-dependencies.jar
OR - Import into your favorite IDE and launch MusicModifierApplication.java
ID3v1 and ID3v2 tags are updated using the mp3agic library