Skip to content

signed/mp3tagbatchedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to use the the code

        FileSystem fileSystem = FileSystems.getDefault();
        Path path = fileSystem.getPath("a/folder/with/some/mp3");
        Mp3Album album = Mp3Album.For(path);
        album.forEachMp3File( new <command>);

The following commands are available

DumpAllTags

Writes the tags for each file to System.out

SetTrackNumber

Lists all mp3 files in the passed folder an sorts them by name. The first file in the list gets track number 1, the second track number 2, ...

SetTitleToFileName

Takes the file name of the mp3 file and sets it as the title

PrependTrackNumberToTitle

You have a mp3 track in a file called 'some.mp3 ' with a title of 'Incredible Tunes'. After you run the command on this file the title will be '1. Incredible Tunes'

About

A thin wrapper arround jaudiotagger to manipulate mp3 title and track number on a single mp3 or an entire album

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages