public class Mp3Tags extends Object
This class provides methods to read ID3v1 and ID3v2 tags from MP3 files, extracting information such as:
The extracted metadata is used to enhance the file browsing experience in I2PSnark by displaying meaningful information about MP3 files instead of just filenames.
This class uses the mp3agic library for tag parsing and handles both ID3v1 and ID3v2 tag formats, with preference for ID3v2 when available.
| Constructor and Description |
|---|
Mp3Tags() |