| Name | mp3-ren-nice |
| Version | 1.1 |
| Updated | 2003/03/16 22:44:59 |
| RCS | mp3-ren-nice,v 1.1 2003/03/16 22:44:59 forman Exp forman |
| Rating |
|
| Category | MP3, File manipulation |
| Description |
mp3-ren-nice renames mp3 files such that they adhere to standard naming conventions. For instance a file named "artist-title_title.2.MP3" will be renamed to "Artist - Title Title.mp3". |
Download |
mp3-ren-nice
|
MP3-REN-NICE(1)User Contributed Perl DocumentationMP3-REN-NICE(1)
NAME
mp3-ren-nice - Rename mp3 files to standard naming conven
tions
SYNOPSIS
mp3-ren-nice [ -h ] [ -t ] [ file ... ]
DESCRIPTION
mp3-ren-nice renames mp3 files such that they adhere to
standard naming conventions. For instance a file named
"artist-title_title.2.MP3" will be renamed to "Artist -
Title Title.mp3".
OPTIONS
-h --help
Prints this information.
-t --test
Prints what the program will do without actually renaming
the files.
EXAMPLE
The example below will suggest that the file
"(Artist)_Title.MP3" be renamed to "Artist - Title.mp3".
Since the "-t" flag is given, no file operations will
occur.
mp3-ren-nice -t "(Artist)_Title.MP3"
Note that the "-t" flag can go at the end of a list of
file names. This can be convienient for quickly testing
to see what will happen, then using your shell history,
quickly removing the -t, and performing the operation.
mp3-ren-nice file-1.mp3 file-2.mp3 file-3.mp3 -t
mp3-ren-nice file-1.mp3 file-2.mp3 file-3.mp3
BUGS
None.
SEE ALSO
mp3-ren-nice
AUTHOR AND COPYRIGHT
Michael Forman http://www.Michael-Forman.com
Copyright (C) 2000, 2001 Michael Forman. All rights reserved.
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.
Please see the Perl Artistic License.
VERSION
Current Revision: $Revision: 1.1 $
Last Modification: $Date: 2003/03/16 22:44:59 $
perl v5.8.1 2004-03-16 MP3-REN-NICE(1)
|
|
|