Skip to content

Kyant0/taglib

Repository files navigation

TagLib

An Android library which can read and write tags of audio files, using TagLib.

Add to project

JitPack Release

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>")

Functions

  • Get and save audio properties and all metadata of audio files.
  • Get and save cover art of audio files, support multiple cover arts.

Example

See Tests.kt.