public class Mp3Test extends Object
This is a standalone command-line tool used for testing and debugging MP3 tag extraction functionality. It reads ID3v1 and ID3v2 tags from MP3 files and prints all available metadata to stdout.
Usage: java org.klomp.snark.Mp3Test file1.mp3 [file2.mp3 ...]
This utility is primarily used during development to verify that the mp3agic library integration works correctly and to inspect the contents of MP3 tags for troubleshooting purposes.
| Constructor and Description |
|---|
Mp3Test() |