Difference between revisions of "ReNamer"

From den4b Wiki
Jump to navigation Jump to search
(→‎User Manual: updated link)
Line 27: Line 27:
 
** [[ReNamer:Rules:UserInput|UserInput]]
 
** [[ReNamer:Rules:UserInput|UserInput]]
 
** [[ReNamer:Rules:Manual editing|Manual editing]]
 
** [[ReNamer:Rules:Manual editing|Manual editing]]
* [[ReNamer:Pascal Script|Pascal Script]]
+
 
** [[ReNamer:Pascal Script:In a nutshell|In a nutshell]]
+
* [[ReNamer:Appendices|Appendices]]
** [[ReNamer:Pascal Script:Types|Types]]
+
** [[ReNamer:Main Menu and keyboard shortcuts|Main Menu and keyboard shortcuts]]
** [[ReNamer:Pascal Script:Functions|Functions]]
+
** [[ReNamer:Menus for the Files pane|Menus for the Files pane]]
* [[ReNamer:Regular Expressions|Regular Expressions]]
+
** [[ReNamer:Context menus|Context menus]]
* [[ReNamer:Command Line|Command Line]]
+
** [[ReNamer:Regular Expressions|Regular Expressions]]
* [[ReNamer:Date and Time format|Date and Time format]]
+
** [[ReNamer:Pascal Script|Pascal Script]]
* [[ReNamer:Optional program settings|Optional program settings]]
+
*** [[ReNamer:Pascal Script:In a nutshell|In a nutshell]]
 +
*** [[ReNamer:Pascal Script:Types|Types]]
 +
*** [[ReNamer:Pascal Script:Functions|Functions]]
 +
** [[ReNamer:Program settings|Program settings]]
 +
** [[ReNamer:Command Line use|Command Line use]]
 +
** [[ReNamer:Date and Time format|Date and Time format]]

Revision as of 13:23, 20 June 2009

ReNamer Main Interface

ReNamer is a very powerful and flexible file renaming tool, which offers all the standard renaming procedures, including prefixes, suffixes, replacements, case changes, as well as removing contents of brackets, adding number sequences, changing file extensions, etc. For advanced users, there is a PascalScript rule, which let users program their very own renaming rule. Program allows you to combine multiple renaming actions as a rule set, applying each action in a logical sequence, which can be saved, loaded, and managed within the program. In addition, it has an ability to rename folders, process regular expressions, Unicode capable, and supports variety of meta tags, such as: ID3v1, ID3v2, EXIF, OLE, AVI, MD5, CRC32, SHA1 and many more.

User Manual