Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 install

The final step will probably need to be carried out with superuser
permissions.

DEPENDENCIES

This module requires these other modules and libraries:

* MP3::Info
* AudioFile::Info

COPYRIGHT 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.