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

https://github.com/blackode/mp3parser


https://github.com/blackode/mp3parser

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Mp3parser

This module is used to parse the mp3 file data and gives some useful information.

It's a command line application.

## Installing
you can directly use the pre build `mp3parser` or you build your own like following
## Build from raw code
```shell
git clone https://github.com/blackode/mp3parser.git
cd mp3parser
mix escript.build
```
It creates `mp3parser` file

## usage
```shell
mp3parser -f filepath
mp3parser --file filepath
mp3parser --file=filepath
```