DragonFly On-Line Manual Pages
MP3DB(1) User Contributed Perl Documentation MP3DB(1)
NAME
mp3db - Frontend for creating and updating a database for MP3::Find::DB
SYNOPSIS
# create the database file
$ mp3db --create --file my_mp3.db
# add info
$ mp3db --file my_mp3.db ~/mp3
# update, and add results from another directory
$ mp3db --file my_mp3.db ~/mp3 ~/cds
DESCRIPTION
mp3db [options] [directory] [directories...]
Creates and/or updates a database of ID3 data from the mp3s found in
the given directories.
Options
"--create", "-c"
Create the database file named by the "--file" option.
"--file", "-f"
The name of the database file to work with. Defaults to ~/mp3.db.
AUTHOR
Peter Eichman <peichman@cpan.org>
COPYRIGHT AND LICENSE
Copyright (c) 2006 by Peter Eichman. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
perl v5.20.2 2011-02-04 MP3DB(1)