Skip to content

obinnangini/music-modifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Modifier

Thank you, S. Poland.

Build Status Coverage Status Build Status

This is a Java Utility that can be used to updated MP3's in a specified folder

What does it do?

The tool can be used to:

  1. Remove a common unwanted string from all song file names
  2. Remove a common unwanted string from all song titles
  3. Update fields:
    1. Album Artist
    2. Album
    3. Contributing artist
    4. Genre
    5. Year
    6. Album art
  4. Clear out fields:
    1. AuthorURL
    2. Encoder By
    3. Comments
    4. Composers
    5. Copyright
    6. Copyright URL
    7. Publisher
    8. Publisher URL
    9. Payment URL

How to Run

  1. Download the code base.
  • In the project root, run mvn clean package to generate an executable jar. Then run java -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

How it works

ID3v1 and ID3v2 tags are updated using the mp3agic library

About

A simple utility to update MP3 ID3 tags

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages