Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorg-cpan/audiofile-info-mp3-info
Perl library to extract date from MP3 files using MP3::Info
https://github.com/davorg-cpan/audiofile-info-mp3-info
audio cpan hacktoberfest mp3 perl
Last synced: 24 days ago
JSON representation
Perl library to extract date from MP3 files using MP3::Info
- Host: GitHub
- URL: https://github.com/davorg-cpan/audiofile-info-mp3-info
- Owner: davorg-cpan
- Created: 2009-04-12T14:33:35.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T13:21:14.000Z (12 months ago)
- Last Synced: 2024-11-07T11:14:07.142Z (3 months ago)
- Topics: audio, cpan, hacktoberfest, mp3, perl
- Language: Perl
- Homepage: http://search.cpan.org/dist/AudioFile-Info-MP3-Info
- Size: 75.2 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
AudioFile::Info::MP3::Info
==========================AudioFile::Info::MP3::Info is a plugin module for AudioFile::Info.
It extracts information from MP3 files using the module MP3::Info.INSTALLATION
To install this module type the following:
perl Build.PL
./Build
./Build test
./Build installThe final step will probably need to be carried out with superuser
permissions.DEPENDENCIES
This module requires these other modules and libraries:
* MP3::Info
* AudioFile::InfoCOPYRIGHT AND LICENCE
Copyright (C) 2003 Dave Cross
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.