Skip to content

Kyant0/taglib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eaa0620 · Mar 16, 2025
Mar 16, 2025
Mar 16, 2025
Mar 16, 2025
Aug 23, 2024
Apr 10, 2024
Nov 10, 2023
Jan 8, 2025
Mar 16, 2025
Nov 10, 2023
Nov 10, 2023
Aug 23, 2024
Aug 23, 2024
Dec 7, 2024
Nov 10, 2023
Nov 10, 2023
Nov 10, 2023

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.