# @svta/cml-id3

> ID3 tag parsing functionality

Latest version **1.0.8** (published 2026-07-28) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @svta/cml-id3
pnpm add @svta/cml-id3
yarn add @svta/cml-id3
bun add @svta/cml-id3
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 1.0.8 |
| Published | 2026-07-28 |
| First published | 2025-10-08 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 84 |
| Maintainers | littlespex, jason_n_thibeault |
| Keywords | Common Media Library, CML, ID3 |

## Links

- npm: https://www.npmjs.com/package/@svta/cml-id3
- Repository: https://github.com/streaming-video-technology-alliance/common-media-library
- Homepage: https://github.com/streaming-video-technology-alliance/common-media-library/tree/main/libs/id3
- Issues: https://github.com/streaming-video-technology-alliance/common-media-library/issues
- npm.io page: https://npm.io/package/@svta/cml-id3

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.8 (latest) — 2026-07-28
- 1.0.7 — 2026-07-21
- 1.0.6 — 2026-05-13
- 1.0.5 — 2026-02-12
- 1.0.4 — 2026-02-05
- 1.0.3 — 2026-02-03
- 1.0.2 — 2025-12-26
- 1.0.1 — 2025-12-22
- 1.0.0 — 2025-10-24
- 0.22.0 — 2025-10-23
- 0.21.0 — 2025-10-21
- 0.20.0 — 2025-10-14
- 0.19.0 — 2025-10-08

## README

# @svta/cml-id3

ID3 tag parsing functionality.

## Installation

```bash
npm i @svta/cml-id3
```

## Usage

```typescript
import { getId3Frames } from "@svta/cml-id3";

const frames = getId3Frames(id3Data);
```

---
_Source: https://npm.io/package/@svta/cml-id3 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
