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

Add constructors for FileDescriptors #172

Open keyboardr opened 4 years ago

keyboardr commented 4 years ago

Adds support for creating Mp3Files with FileDescriptors. Fixes #171

Since FileDescriptors contain less information than Files or Paths, some caveats are needed:

hennr commented 2 years ago

Thanks for the PR @keyboardr I am not into android programming, anyone who can offer a review here would be very appreciated.