An Android library which can read and write tags of audio files, using TagLib.
Download the aar and copy it to your module's libs
directory.
implementation(files("libs/taglib-release.aar"))
- Get and save audio properties and all metadata of audio files.
- Get and save cover art of audio files, support multiple cover arts.
See Tests.kt.