Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorg-cpan/audiofile-info-mp3-id3lib
Perl library to extract date from MP3 files using MP3::ID3Lib
https://github.com/davorg-cpan/audiofile-info-mp3-id3lib
audio cpan hackoctoberfest mp3 perl
Last synced: 1 day ago
JSON representation
Perl library to extract date from MP3 files using MP3::ID3Lib
- Host: GitHub
- URL: https://github.com/davorg-cpan/audiofile-info-mp3-id3lib
- Owner: davorg-cpan
- Created: 2009-04-12T14:28:36.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T13:21:02.000Z (10 months ago)
- Last Synced: 2024-10-19T15:15:56.881Z (about 1 month ago)
- Topics: audio, cpan, hackoctoberfest, mp3, perl
- Language: Perl
- Homepage: http://search.cpan.org/dist/AudioFile-Info-MP3-ID3Lib
- Size: 84 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
AudioFile::Info::MP3::ID3Lib
============================AudioFile::Info::MP3::ID3Lib is a plugin module for AudioFile::Info.
It extracts information from MP files using the module MP3::ID3Lib.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::ID3Lib
* 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.