|
NAMEmp3db - 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
DESCRIPTIONmp3db [options] [directory] [directories...] Creates and/or updates a database of ID3 data from the mp3s found in the given directories. Options
AUTHORPeter Eichman <peichman@cpan.org> COPYRIGHT AND LICENSECopyright (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.
|