Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davorg-cpan/template-plugin-audiofile-info

Template Toolkit plugin for AudioFile::Info
https://github.com/davorg-cpan/template-plugin-audiofile-info

audio cpan hacktoberfest perl template

Last synced: 13 days ago
JSON representation

Template Toolkit plugin for AudioFile::Info

Awesome Lists containing this project

README

        

Template::Plugin::AudioFile::Info
=================================

Template::Plugin::AudioFile::Info is a module for extracting information
from audio files and using that information in templates that are
processed by the Template Toolkit. Currently it works with both MP3 and
Ogg Vorbis files.

INSTALLATION

To install this module type the following:

perl Build.PL
./Build
./Build test
./Build install

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

DEPENDENCIES

* AudioFile::Info
* Template

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.