Advanced Renamer
By slurdge on 26 April 2007
This is a new version of this old classic ! The new version is written in python and comes with a GPL licence. Also, the new version has full support for Unicode in filenames.
This program is based on PERL regular expression for expressing renaming. With the classic Windows renamer, only very limited renaming can be done. The use of regular expressions opens the possibility for many useful renaming, for example, formatting all the episodes of a series, ...
For example, let's say all your music is formated that way :
Title - Artist - 01.mp3
and you want 01-Artist-Title.mp3
Just type
advanced-renamer -e:"(.*) - (.*) - (\d\d).mp3" -r:$$3-$$2-$$1.mp3
and all you files are renamed in a snap ! More convenient than firing up a tag editor or a music manager...
The program comes with an installer, which makes it very simple to install. After installing, simply invoke it by typing in a console: advanced-renamer (or advanced-renamer.exe). It will explain itself the usage. For a more detailed help, a help file is included, which is accessible from the windows start menu.
| Attachment | Size |
|---|---|
| Setup Advanced Renamer 1.1 | 1.25 MB |
| advanced-renamer (python source) | 4.49 KB |
Recent comments
1 year 45 weeks ago
1 year 45 weeks ago
1 year 46 weeks ago
1 year 48 weeks ago
1 year 51 weeks ago
2 years 1 week ago
2 years 2 weeks ago
2 years 4 weeks ago
2 years 5 weeks ago
2 years 7 weeks ago