NAME
Audio::Metadata::TextProcessor - Manipulate audio file metadata sets as plain text files
DESCRIPTION
This module is meant to be used from its command-line front-end, ametadata utility.
It provides means to edit audio file metadata (often called tags) using plain text files. Its main goal is to leverage the power of Unix tools and the piping concept for managing collections of audio files.
It can produce text metadata representations from audio files, or conversely, update metadata in audio files from plain text.
SYNOPSIS
METHODS
new($init_params)
The constructor. Can take the following named parameters, provided in a hash reference: "inpit" - input file name, "input_fh" - input file handle, "output" - output file name, "output_fh" - output file handle, "debug" - enable debug messages.
All parameters are optional. Input and output default to STDIN and STDOUT.
update_from_cue()
Reads track info from a cue file and saves to tracks, based on track numbers.
update()
Reads metadata from specified file handle and saves to media files.
AUTHOR
Egor Shipovalov, <kogdaugodno at gmail.com>
BUGS
Please report any bugs or feature requests to bug-webservice-blogger at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Audio-Metadata. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Audio::Metadata
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
LICENSE AND COPYRIGHT
Copyright 2010 Egor Shipovalov.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.