Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@santi100a/mp3-meta

santi100a26MIT0.0.2TypeScript support: included

Santi's MP3-Meta CLI: Add the ID3 tags!

santi100a, santi100, id3, mp3, metadata, cli, tagger, music

readme

Santi's MP3-Meta CLI

Build Status npm homepage GitHub stars License

What's this?

This is a CLI that uses node-id3 to mark ID3 tags into MP3 files. This allows you to quickly and easily include things like the album, artist, song name, composers, genre and cover art into your MP3 files.

Installation

  • npm: npm install --global @santi100a/mp3-meta
  • Yarn: yarn global add @santi100a/mp3-meta
  • PNPM: pnpm install --global @santi100a/mp3-meta

Usage

Access the CLI by using npx @santi100a/mp3-meta after running one of the above commands, or by downloading an executable from the releases and running it.

changelog

Changelog

Version 0.0.1

  • First version!

Version 0.0.2

  • Fixed bugs about npx execution.
  • Introduced pre-compiled, portable binaries.