Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davorg-cpan/template-plugin-audiofile-info
- Owner: davorg-cpan
- Created: 2009-04-12T15:02:35.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T13:26:13.000Z (about 1 year ago)
- Last Synced: 2025-01-06T03:12:01.147Z (27 days ago)
- Topics: audio, cpan, hacktoberfest, perl, template
- Language: Perl
- Homepage: http://search.cpan.org/dist/Template-Plugin-AudioFile-Info/
- Size: 104 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 installThe final stage will probably need to be carried out with superuser
permissions.DEPENDENCIES
* AudioFile::Info
* TemplateCOPYRIGHT 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.