NAME

mp3rename - rename MP3 files according to ID3 information

SYNOPSIS

rename_mp3 [options] [file ...]

Options:

--target XXX	target dir
--various-artists	use "Various/Album/Artist:_Title"
--test		show what would have been done, but don't do it
--help		this message
--ident		show identification
--verbose		verbose information

OPTIONS

--target XXX

The target directory where the files are renamed into.

--various-artists

Use an alternative form for the file name, suitable for albums that contain tracks of various artists. See DESCRIPTION. Note that you can abbreviate this conveniently to --va.

--test

Show what would have been done, but don't do it.

--verbose

Show what is being done.

--version

Print a version identification to standard output and exits.

--help

Print a brief help message to standard output and exits.

--ident

Prints a program identification before proceeding.

DESCRIPTION

mp3rename will read the ID3 information from the given input file(s) and use it to rename the file(s) to a standardized name. Care is taken to not overwrite existing files.

Default file name format is Artist/Album_Title/Track_Number_Track_Title.mp3.

With --various-artists selected: Various/Album_Title/Artist:_Track_Number_Track_Title.mp3.

Attempts are made to sanitize the filename components: underscores instead of spaces, all words titlecased, and problematic characters avoided. Track numbers are always two digits.

AUTHOR

Johan Vromans <jvromans@squirrel.nl>

COPYRIGHT

This programs is Copyright 2003, Squirrel Consultancy.

This program is free software; you can redistribute it and/or modify it under the terms of the Perl Artistic License or the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.