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
- Host: GitHub
- URL: https://github.com/richardlitt/extract-id3-tags-from-mp3s
- Owner: RichardLitt
- License: mit
- Created: 2016-08-30T20:41:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T00:27:33.000Z (almost 7 years ago)
- Last Synced: 2025-08-03T22:08:21.976Z (2 months ago)
- Topics: id3, metadata, mp3, music
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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