# mpatric/mp3agic

A java library for reading mp3 files and reading / manipulating the ID3 tags (ID3v1 and ID3v2.2 through ID3v2.4).

Repository: https://github.com/mpatric/mp3agic
Canonical: https://ross.abutalabs.com/products/mp3agic
Language: Java
License: MIT
License Family: permissive
Last push: 2024-06-13T11:17:28+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5810, "days_push": 811, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1234, forks 304 (observed 2026-08-28T04:04:04.748605+00:00)

## What it is
A pure Java library for reading MP3 files and reading, writing, adding, and removing ID3 tags (ID3v1 and ID3v2.2 through ID3v2.4). It supports low-level MPEG frame data, VBR files, embedded album art, and unicode, and is available via Maven Central.

## Use cases
- read id3 tags from mp3 files in java
- rename mp3 files based on their id3 tags
- add or extract album art images from mp3 files
- retag mp3 files programmatically
- get mp3 bitrate, sample rate, and duration
- handle vbr mp3 files correctly
- remove or add id3v1 and id3v2 tags

## When to choose
- you need a pure Java, dependency-light MP3/ID3 tag library on the JVM
- you need support for ID3v1 and ID3v2.2 through ID3v2.4 including embedded images
- you need accurate VBR handling by reading actual MPEG frames

## When to avoid
- you need actively maintained software - the repo is no longer maintained and forks may be better
- you need to write ID3v2.2 tags (read-only support)
- you need to process audio formats other than MP3

## Facets
- artifact type: library
- maturity: maintenance
- function: parser, serialization, developer-tools
- domain: files, developer-tools
- platform: jvm, cross-platform
- tags: mp3, id3-tags, audio-metadata, java-library, audio

## Member repositories
- mpatric/mp3agic (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:04.748605+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:22:11.097259+00:00, confidence not recorded.
  - readme: https://github.com/mpatric/mp3agic (fetched 2026-08-28T04:04:04.748605+00:00, sha 8d277868f434)
- Data as of 2026-08-30T08:39:29.467469+00:00.
