An Android library which can read and write tags of audio files, using TagLib.
JitPack builds are broken with the latest CMake version. Please download the aar manually but not use maven.
// build.gradle.kts
allprojects {
repositories {
maven("https://jitpack.io")
}
}
// app/build.gradle.kts
implementation("com.github.Kyant0:taglib:<version>")
- 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.