The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

library_statistics - generate some general statistics on your library

SYNPOSIS

This script shows how to generate some basic statistics on your music library. It returns the following statistics:

   - total songs, albums, artists, and genres
   - total duration of all songs
   - total size of all songs

OPTIONS

Options [database] dsn the name of your database user database username, if required pass database password if required adaptor either dbi::sqlite or dbi::mysql (defaults to dbi::mysql)

eg:

 library_statistics --dsn music

AUTHOR

 Todd Harris (harris@cshl.org);
 $Id: library_statistics.PLS,v 1.1 2005/02/27 16:56:25 todd Exp $