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

Download the aar and copy it to your module's libs directory.

implementation(files("libs/taglib-release.aar"))

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.