Skip to content

Au3RenameEx is a multiple files renaming tool. It's for structured renaming of files in the same way. Common use cases are music files, audio books, ebooks or other types of collections which should be renamed.

License

Notifications You must be signed in to change notification settings

Sven-Seyfert/Au3RenameEx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Au3RenameEx【ツ】

license contributors repo size last commit release os editor

Description | Features | Getting started | Configuration | FAQ | Contributing | License | Acknowledgements

Description

Au3RenameEx is a multiple files renaming tool. It's for structured renaming of files in the same way. Common use cases are music files, audio books, ebooks or other types of collections which should be renamed.

Features

  1. Multilingualism is possible.

    • Already available languages are en en and de de
    • Easy extendable through file config\language.ini
  2. Simultaneously renaming of files in multiple folders are possible.

3. Various renaming options
Numeration with several digit size


Replace characters (with case sensitive option)


Paste characters to position


Move character to position


Delete characters


Replace by RegEx pattern (most powerful)


Timestamp as filename


Undo and Redo your changes


Input exception handling prevents false renaming


Getting started

Preconditions

Please ensure you have access to your default TEMP directory, because two files will be saved there. Adjustable in src\Declaration.au3 file.

Installation

Variant 1 - Run the EXE:

Starting the EXE build\Au3RenameEx.exe which is compiled with #AutoIt3Wrapper_UseX64=y and #AutoIt3Wrapper_UseUpx=n (the default expected system is x64).

Variant 2 - Compile it on your own:

Open file src\Main.au3, adjust the #AutoIt3Wrapper compiler information if you want to. For example you could change #AutoIt3Wrapper_UseUpx=n from no (n) to yes (y), etc. Then, run or compile the program.

Usage

See the animated GIFs in the "Features" section above.

Keyboard shortcuts

Action Shortcut
Open Folder Ctrl+O
Undo Ctrl+Z
Redo Ctrl+Y
Preview Ctrl+P
Reset preview Ctrl+R
Rename/Save Ctrl+S

Configuration

  • You can adjust the language of the program by file config\language.ini. Just edit the key ChosenLanguage = 'en' to maybe 'de'.
  • If you need an other language please add a new INI section in this file.
    • For example spanish (español) section [es] with all the key-value structure.
    • I appreciate when you share your language by pull request, thanks.

FAQ

Frequently Asked Questions
1. How to [...]

Q: Is there a frequently asked question already?
A: No, not yet.


2. How to [...]

Q: [...]?
A: [...].


Contributing

Just look at CONTRIBUTING, thank you!

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

To the top

About

Au3RenameEx is a multiple files renaming tool. It's for structured renaming of files in the same way. Common use cases are music files, audio books, ebooks or other types of collections which should be renamed.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages