
albums_below_bitrate_threshold - find all albums below a given bitrate threshold

This script provides an easy way to find all albums below a given bitrate threshold in your collection.

Options bitrate the bitrate threshold to search for in kbps 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) compressed only print the artist and album
eg:
albums_below_bitrate_threshold --dsn music --bitrate 128

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