Batch renaming is a form of batch processing used to rename multiple computer files and folders in an automated fashion, in order to save time and reduce the amount of work involved. Some sort of software is required to do this. Such software can be more or less advanced, but most have the same basic functions.
Batch renaming can also be referred to as 'mass file renaming', rename 'en masse' and 'bulk renaming'.
Common functions[edit]

Most batch renamers share a basic set of functions to manipulate the filenames:
- Find a string within the filename and replace it with another, or remove it.
- Setting the capitalization of the letters in the filenames.
- Extracting information from the files, such as Mp3ID3 tags, and putting it in the filename.
- Add a number sequence (001,002,003,...) to a list of files.
- Use a text file as a source for new file names.
Some batch rename software can do more than just renaming filenames. Features include changing the dates of files and changing the file attributes (such as the write protected attribute).
ExifRenamer는 포함 된 날짜 + 시간 정보를 읽고 그림 이름을 '2001-11-1811-16-34.jpg'(YYYY-MM-DDhh-mm-ss.jpg)로 바꿉니다. 이 이름 지정 스타일을 사용하면 Finder에서 사전 순으로 정렬하여 사진을 시간순으로 정렬 할 수있는 큰 사진 라이브러리를 쉽게 만들 수 있습니다. ExifRenamer is a tool for renaming digital photos, movie- and audio-clips of almost every camera vendor. And renames the. Solution for renaming multiple files. File creator id, forwarding renamed. Files for exifrenamer, version 0.3.1; Filename, size File type Python version Upload date Hashes; Filename, size exifrenamer-0.3.1.tar.gz (3.3 kB) File type Source Python version None Upload date Dec 28, 2013 Hashes View.
Common uses[edit]
There are many situations where batch renaming software can be useful. Here is a list of some common uses:
- Many digital cameras store images using a base filename, such as DCSN0001 or IMG0001. Using a batch renamer the photographer can easily give the pictures meaningful names.
- When downloading files from the Internet such as mp3 music, the files often have crude names. A batch renamer can be used to quickly change the filenames to a style that suits the person who downloaded them.
- When managing large amount of files, such as a picture database, a batch renamer is more or less essential for the task of maintaining filenames without too much manual labour.
- When authoring music files onto a CD/DVD or transferring the files to a digital audio player, a batch renamer can be used to listen to songs in desired order.
- When uploading files to a web server or transferring the files to an environment that does not support space or non-English characters in filenames, a batch renamer can be used to substitute such characters with acceptable ones.
Problems[edit]
There are a few problems to take in consideration when renaming a file list.
(→ means: renamed to)
- Detecting that the target filename already exist.
file01 → file02 (file02 already exists in file-system)
- Detecting that the target filename is already used.
file01 → file03
file02 → file03 (file03 is already used)
- Detecting cycle renaming (Solved by a two-pass renaming).
file01 → file02 (file02 already exists in file-system)
file02 → file03 (file03 already exists in file-system)
file03 → file01 (file01 already exists in file-system)
Two-pass renaming[edit]
Two-pass renaming uses a temporary filename (that doesn't exist in file-system) as shown below.
(→ means: renamed to)
- First pass
file01 → file01_AAAAA
file02 → file02_AAAAB
file03 → file03_AAAAC
- Second pass
file01_AAAAA → file02
file02_AAAAB → file03
file03_AAAAC → file01
It solves the cycle renaming problem.
If this approach is to be used care should be taken not to exceed any filename length limits during the rename, and also that the temporary names do not clash with any existing files.
List of software[edit]
This is a list of notable batch renaming programs in the form of a comparison table.


Name | License | Windows | Mac OS X | Linux | BSD/FreeBSD | Unix-like |
---|---|---|---|---|---|---|
Advanced Renamer | Free for non-commercial use | Yes | No | No | No | No |
Ant Renamer[1] | Free GNU General Public License v3 | Yes | No | No | No | No |
Aperture | Commercial | No | Yes | No | No | No |
Automator | Free with OS X | No | Yes | No | No | No |
File Rename Utility[2] | Free | Yes | No | No | No | No |
Bulk Rename Utility[3] | Free for non-commercial use | Yes | No | No | No | No |
Bulky[4] | AGPL3 | Yes | Yes | Yes | Yes | Yes |
Chrono Namer[5] | Free | Yes | No | No | No | No |
CRAX Commander[6] | Commercial | No | Yes | No | No | No |
Easy File Renamer[7] | Commercial | Yes | No | No | No | No |
ExifRenamer[8] | Free | No | Yes | No | No | No |
GNOME Commander | Free, GNU General Public License | Yes (via Cygwin) | No | Yes | Yes | Yes |
GPRename | Free, GNU General Public License v3 | No | No | Yes | Yes | Yes |
KRename | Free, GNU General Public License v2 | No | No | Yes | Yes | Yes |
Métamorphose | Free, GNU General Public License v3 | Yes | Yes | Yes | Yes | Yes |
AlgoLogic Batch File Renamer | Commercial | Yes | No | No | No | No |
ImBatch[9] | Free for non-commercial use | Yes | No | No | No | No |
Thunar (bulk renamer)[10] | Free, GNU General Public License v2+ | No | No | Yes | Yes | Yes |
Unreal Commander | Free | Yes | No | No | No | No |
Vi move (vimv)[11] | Free, GNU General Public License v3+ | Yes (via Cygwin) | Yes | Yes | Yes | Yes |
Vifm[12] | Free, GNU General Public License v2+ | Yes | Yes | Yes | Yes | Yes |
Namagic[13] | Commercial | No | Yes | No | No | No |
rename[14] | Free, GPL | No | Yes | Yes | — | Yes |
rnm[15] | Free, GPL-3+ | No | Yes | Yes | — | Yes |
See also[edit]
Footnotes[edit]
- ^'Ant Renamer'. antp.be.
- ^'Introduction – File Rename Utility'. www.filerenameutility.co.uk.
- ^'Introduction – Bulk Rename Utility'. www.bulkrenameutility.co.uk.
- ^'Introduction – Bulky'. www.github.com.
- ^http://chrononamer.com/
- ^'CRAX Commander'. crax.soft4u2.com.
- ^https://easyfilerenamer.com/
- ^Robl, Stefan. 'qdev.de – ExifRenamer'. www.qdev.de.
- ^'ImBatch – The Best in Batch Image Processing – High Motion Software'. www.highmotionsoftware.com.
- ^'xfce:thunar:bulk-renamer:start [Xfce Docs]'. docs.xfce.org.
- ^Maeder, Ivan (26 April 2017). 'vimv: Rename a list of files using a text editor' – via GitHub.
- ^http://wiki.vifm.info/
- ^'Namagic – Batch renaming reloaded for Mac OS X'. www.namagicapp.com.
- ^'rename(1): Rename files – Linux man page'. linux.die.net.
- ^Hamid, Md Jahidul (15 June 2017). 'rnm: Unix tool: Bulk Rename Utility' – via GitHub.
ExifRenamer 2.0.1 Description:
Auto-rename photos & movies for better organization.
ExifRenamer is a tool for renaming digital photos, movie- and audio-clips of almost every camera vendor. The program turns the cryptic file names usually assigned by digital cameras into meaningful dates which allows chronologic sorting in the finder and a quick overview of your taken photos. ExifRenamer features a lot of useful automatic and interactive features to help digital photographers organizing their photos. The tool can perfectly be used as auto-action for Apple's ImageCapture - it automatically renames the new downloaded pictures without a single mouse click.
Conclusion
To conclude ExifRenamer 2.0.1 works on Mac OS operating system and can be easily downloaded using the below download link according to Freeware license. The download file is only 404 KB in size.ExifRenamer 2.0.1 was filed under the Author Tools category and was reviewed in softlookup.com and receive 3.9/5 Score.
Exifrenamer Mac Download
ExifRenamer 2.0.1 has been tested by our team against viruses, spyware, adware, trojan, backdoors and was found to be 100% clean. We will recheck ExifRenamer 2.0.1 when updated to assure that it remains clean.
ExifRenamer 2.0.1 user Review
Please review ExifRenamer 2.0.1 application and submit your comments below. We will collect all comments in an effort to determine whether the ExifRenamer 2.0.1 software is reliable, perform as expected and deliver the promised features and functionalities.Popularity 7.8/10 - Downloads - 405 - Score - 3.9/5
Exif Renamer
Category: | Author Tools |
Publisher: | Stefan Robl |
Last Updated: | 02/16/2019 |
Requirements: | Not specified |
License: | Freeware |
Operating system: | Mac OS |
Hits: | 392 |
File size: | 404 KB |
Price: | Not specified |
Leave A comment | |
Name: * | E-Mail: * |
Comment: * |
