TagLib

October 24, 2025 ยท View on GitHub

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

Add to project

Maven Central

In build.gradle.kts, add

implementation("io.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.