mpatric / mp3agic

A java library for reading mp3 files and reading / manipulating the ID3 tags (ID3v1 and ID3v2.2 through ID3v2.4).
MIT License
1.2k stars 310 forks source link

Mp3File convenience methods for reading tags #108

Closed patrikvarga closed 4 years ago

patrikvarga commented 8 years ago

Extract read-only ID tag interfaces and provide convenience methods in Mp3File for reading tags.

Rationale: in many cases the library's client doesn't really care about all the tag details, it just has a mp3 file and wants to get metadata out of it, as easy as possible.