
artists_with_multiple_genres - find artists with multiple genres assigned

This script finds artists that have more than a single genre assigned to them.

artists_with_multiple_genres [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:
artists_with_multiple_genres --dsn music

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