https://github.com/blackode/mp3parser
https://github.com/blackode/mp3parser
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/blackode/mp3parser
- Owner: blackode
- Created: 2016-12-30T15:30:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T18:22:52.000Z (over 5 years ago)
- Last Synced: 2025-03-04T16:46:29.827Z (over 1 year ago)
- Language: Elixir
- Size: 2.58 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```