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

Expose EncodedText in setter methods #199

Open ShayArtzi opened 1 year ago

ShayArtzi commented 1 year ago

This PR exposes overloaded versions of some setter methods so EncodedText can be used directly, instead of String. This allows finer control over text encoding