mp3rename.py

This is a tiny, very simple program that will read the
id3 tags of a set of mp3 files passed at the command
line and then rename them to the form:

ARTIST - ALBUM - TRACK - TITLE.mp3

It really is a stupid, simple program. It uses the
excellent id3-py module from http://id3-py.sf.net

mp3dir.py

Along similar lines, this one creates artist and album
directories, then moves the mp3s into them.

It will santise artist/album names for bad characters before
creating directories.
