https://github.com/dsully/perl-mp3-info
Perl API for manipulating ID3/MP3 Headers
https://github.com/dsully/perl-mp3-info
Last synced: 5 months ago
JSON representation
Perl API for manipulating ID3/MP3 Headers
- Host: GitHub
- URL: https://github.com/dsully/perl-mp3-info
- Owner: dsully
- Created: 2009-02-24T04:14:47.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T10:28:26.000Z (over 8 years ago)
- Last Synced: 2023-04-11T21:29:55.306Z (about 3 years ago)
- Language: Perl
- Homepage:
- Size: 152 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# Info
[](https://travis-ci.org/JJ/perl-mp3-info)
This is MP3::Info, for getting info out of and into MP3 files.
This archive can always be obtained from CPAN at
http://www.cpan.org/authors/id/DANIEL/ or http://www.cpan.org/modules/by-module/MP3/
Please let me know how well it does(n't) work, and any changes you'd
like to see.
Thanks to all of the people who have sent me feedback and ideas.
## Install
You can install this module in the usual Perl way, from CPAN. If you
obtained it from GitHub,
cpanm --installdeps .
And then
perl Makefile.PL
make
make install
## Thanks
To Paul Cochrane for support and advice.
## License
Copyright (c) 2017 JJ Merelo
Copyright (c) 2006-2008 Dan Sully & Slim Devices, Inc.
Copyright (c) 1998-2005 Chris Nandor.
All rights reserved. This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.