Console utility for renaming .mp3, .wma, .wav audio files. (Written in C#.NET)
Renames audio files in current folder .mp3, .wma, .wav or any other format you provide (i.e. .jpg, .png). Supports renaming in order specified in Windows Media Player playlist .wpl file. .wpl file must be in the same folder where audio files sit, any name.
By default it renames all current folder files in ascending alphabetic order. If .wpl is found in current directory, the order is used from playlist file.
You can specify target file extension as an argument:
>mp3_renamer.exe .mp3
Requires Microsoft .NET Framework.