Difference between revisions of "ReNamer"

From den4b Wiki
Jump to navigation Jump to search
(Added links to relevant articles)
 
(79 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[Image:ReNamer.png|thumb|250px|ReNamer Main Interface]]
+
[[Image:ReNamer.png|thumb|300px]]  
  
[[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: [http://en.wikipedia.org/wiki/ID3 ID3v1], [http://en.wikipedia.org/wiki/ID3 ID3v2], [http://en.wikipedia.org/wiki/EXIF EXIF], OLE, AVI, [http://en.wikipedia.org/wiki/MD5 MD5], [http://en.wikipedia.org/wiki/CRC32 CRC32], [http://en.wikipedia.org/wiki/SHA1 SHA1] and many more.
+
[[ReNamer]] is a very powerful and flexible file renaming tool.
  
 +
ReNamer offers all the standard [[ReNamer:Rules|renaming procedures]], including prefixes, suffixes, replacements, case changes, removing the content inside brackets, adding number sequences, changing file extensions, etc. Advanced users can program their own algorithm using [[ReNamer:Rules:PascalScript|Pascal Script]] rule.
 +
 +
ReNamer allows you to combine multiple renaming actions as a [[ReNamer:Using presets|rule set]], which can be saved, re-loaded, and edited. In addition, it can rename folders and process [[ReNamer:Regular Expressions|regular expressions]]. It can handle Unicode (non-English scripts).
 +
 +
ReNamer supports a variety of [[ReNamer:Meta Tags|meta tags]], such as: [http://en.wikipedia.org/wiki/ID3 ID3v1], [http://en.wikipedia.org/wiki/ID3 ID3v2], [http://en.wikipedia.org/wiki/EXIF EXIF], [http://en.wikipedia.org/wiki/Object_Linking_and_Embedding OLE], [http://msdn.microsoft.com/en-us/library/ms779636.aspx AVI], [http://en.wikipedia.org/wiki/MD5 MD5], [http://en.wikipedia.org/wiki/CRC32 CRC32], [http://en.wikipedia.org/wiki/SHA1 SHA1] and many more.
 +
 +
<div class="noprint">
 
== User Manual ==
 
== User Manual ==
* [[ReNamer:Introduction|Introduction]]
+
{{:ReNamer:TOC}}
* [[ReNamer:Quick Start|Quick Start]]
+
</div>
* [[ReNamer:Detailed use|Detailed use]]
+
 
* [[ReNamer:Using ReNamer step-by-step|Using ReNamer step-by-step]]
+
[[Category:ReNamer]]
** [[ReNamer:Placing files and folders in Renamer's work area|Placing files and folders in Renamer's work area]]
 
*** [[ReNamer:Adding files using the 'Add Files' button|Adding files using the 'Add Files' button]]
 
*** [[ReNamer:Adding items using the 'Add Folders' button|Adding items using the 'Add Folders' button]]
 
*** [[ReNamer:Adding files using the Drag-and-drop method |Adding files using the Drag-and-drop method ]]
 
*** [[ReNamer:Adding files using the copy-and-paste method |Adding files using the copy-and-paste method ]]
 
*** [[ReNamer:Removing files or folders from pane|Removing files or folders from pane]]
 
*** [[ReNamer:Changing the order of the files in the pane|Changing the order of the files in the pane]]
 
*** [[ReNamer:Selecting files|Selecting files]]
 
*** [[ReNamer:Marking and Unmarking the files|Marking and Unmarking the files]]
 
** [[ReNamer:Managing rules in the Rules pane|Managing rules in the Rules pane]]
 
*** [[ReNamer:Adding rules|Adding rules]]
 
*** [[ReNamer:Removing rules|Removing rules]]
 
*** [[ReNamer:Changing the order of the rules|Changing the order of the rules]]
 
*** [[ReNamer:Editing rules|Editing rules]]
 
*** [[ReNamer:Deleting a rule|Deleting a rule]]
 
*** [[ReNamer:Selecting a rule|Selecting a rule]]
 
*** [[ReNamer:Marking and Unmarking a rule|Marking and Unmarking a rule]]
 
** [[ReNamer:Previewing the renamed files|Previewing the renamed files]]
 
** [[ReNamer:Renaming the files|Renaming the files]]
 
*** [[ReNamer:When is a file considered “renamed successfully”?|When is a file considered “renamed successfully”?]]
 
* [[ReNamer:Rules|Rules]]
 
** [[ReNamer:Rules:Insert|Insert]]
 
** [[ReNamer:Rules:Delete|Delete]]
 
** [[ReNamer:Rules:Remove|Remove]]
 
** [[ReNamer:Rules:Replace|Replace]]
 
** [[ReNamer:Rules:Extension|Extension]]
 
** [[ReNamer:Rules:Strip|Strip]]
 
** [[ReNamer:Rules:Case|Case]]
 
** [[ReNamer:Rules:Serialize|Serialize]]
 
** [[ReNamer:Rules:CleanUp|CleanUp]]
 
** [[ReNamer:Rules:Translit|Translit]]
 
** [[ReNamer:Rules:RegEx|RegEx]]
 
** [[ReNamer:Rules:PascalScript|PascalScript]]
 
** [[ReNamer:Rules:UserInput|UserInput]]
 
** [[ReNamer:Rules:Manual editing|Manual editing]]
 
* [[ReNamer:Pascal Script|Pascal Script]]
 
** [[ReNamer:Pascal Script:In a nutshell|In a nutshell]]
 
** [[ReNamer:Pascal Script:Types|Types]]
 
** [[ReNamer:Pascal Script:Functions|Functions]]
 
* [[ReNamer:Regular Expressions|Regular Expressions]]
 
* [[ReNamer:Command Line|Command Line]]
 
* [[ReNamer:Date and Time format|Date and Time format]]
 

Latest revision as of 21:16, 8 July 2019

ReNamer.png

ReNamer is a very powerful and flexible file renaming tool.

ReNamer offers all the standard renaming procedures, including prefixes, suffixes, replacements, case changes, removing the content inside brackets, adding number sequences, changing file extensions, etc. Advanced users can program their own algorithm using Pascal Script rule.

ReNamer allows you to combine multiple renaming actions as a rule set, which can be saved, re-loaded, and edited. In addition, it can rename folders and process regular expressions. It can handle Unicode (non-English scripts).

ReNamer supports a variety of meta tags, such as: ID3v1, ID3v2, EXIF, OLE, AVI, MD5, CRC32, SHA1 and many more.