An open API service indexing awesome lists of open source software.

https://github.com/richardlitt/extract-id3-tags-from-mp3s

Extracts id3 tags from an mp3 file
https://github.com/richardlitt/extract-id3-tags-from-mp3s

id3 metadata mp3 music

Last synced: about 1 month ago
JSON representation

Extracts id3 tags from an mp3 file

Awesome Lists containing this project

README

          

# Extract ID3 Tags From MP3s

> This program extracts id3 tags from an mp3 file

## Install

```sh
$ npm install --global extract-id3-tags-from-mp3s
```

This will install a global executable.

## Usage

Simply run the program with an mp3 file, such as:
```sh
$ extract-id3-tags-from-mp3s
```

## Contribute

If you'd like to contribute, feel free to do so!

Questions? Open an [issue](https://github.com/RichardLitt/extract-id3-tags-from-mp3s/issues/new)!

Please adhere to the [Code of Conduct](CODE_OF_CONDUCT.md).

## License

[MIT](LICENSE) © 2018 Richard Littauer