
mp3db - Frontend for creating and updating a database for MP3::Find::DB

# 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

mp3db [options] [directory] [directories...]
Creates and/or updates a database of ID3 data from the mp3s found in the given directories.
--create, -cCreate the database file named by the --file option.
--file, -fThe name of the database file to work with. Defaults to ~/mp3.db.

Peter Eichman <peichman@cpan.org>

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.