Difference between revisions of "ReNamer:Rules"
Jump to navigation
Jump to search
(coppied from "rules:overview" and converted rules to links) |
|||
Line 1: | Line 1: | ||
− | == Overview of Rules == | + | == Overview of Rules == |
− | |||
− | The table below lists | + | ReNamer has an extensive set of rules. These rules can be combined together, in a logical sequence, to perform nearly any thinkable operation with the filename. You can also manually edit the name of any file. |
+ | |||
+ | The table below lists all rules, with a brief description of each rule. <br>The subsequent chapters provide more details for each rule (follow the links). | ||
{| class="prettytable" | {| class="prettytable" | ||
− | ! Rules | + | |- |
+ | ! Rules | ||
! Description | ! Description | ||
− | |||
|- | |- | ||
− | | [[ReNamer:Rules:Insert|Insert]] | + | | [[ReNamer:Rules:Insert|Insert]] |
− | | Insert specified text into the filename: as prefix, as suffix, at the specified position, before or after specified text. There is an option to insert meta tags into the filename. | + | | Insert the specified text into the filename: as prefix, as suffix, at the specified position, before- or after the specified text. There is an option to insert meta tags into the filename. |
− | |||
|- | |- | ||
− | | [[ReNamer:Rules:Delete|Delete]] | + | | [[ReNamer:Rules:Delete|Delete]] |
− | | Delete a portion of the filename usually defined by character positions: from the specified position, from the occurrence of the specified delimiter, until number of characters, until occurrence of the specified delimiter, or till the end. | + | | Delete a portion of the filename, usually defined by character positions: from the specified position, from the occurrence of the specified delimiter, until the specified number of characters, until occurrence of the specified delimiter, or till the end. This rule can be set to process the filename in a right-to-left manner. |
− | |||
|- | |- | ||
− | | [[ReNamer:Rules:Remove|Remove]] | + | | [[ReNamer:Rules:Remove|Remove]] |
− | | Remove specified text from the filename: first, last or all occurrences. Optionally, wildcards can be used within this rule, to remove masked text fragments. | + | | Remove the specified text from the filename: first, last or all occurrences. Optionally, wildcards can be used within this rule, to remove masked text fragments. |
− | |||
|- | |- | ||
− | | [[ReNamer:Rules:Replace|Replace]] | + | | [[ReNamer:Rules:Replace|Replace]] |
− | | This rule is very much like Remove rule (above) | + | | This rule is very much like the '''Remove '''rule (above). It has similar options, except that instead of removing the text fragments, it will replace them with the specified text. |
− | |||
|- | |- | ||
− | | [[ReNamer:Rules:Extension|Extension]] | + | | [[ReNamer:Rules:Extension|Extension]] |
| Change extension of files to the specified extension, or to the extension automatically detected through the internal database of binary signatures. | | Change extension of files to the specified extension, or to the extension automatically detected through the internal database of binary signatures. | ||
− | |||
|- | |- | ||
− | | [[ReNamer:Rules:Strip|Strip]] | + | | [[ReNamer:Rules:Strip|Strip]] |
− | | Strip characters from the filename. | + | | Strip all occurrences of the specified characters from the filename. This rule has predefined character sets, like digits, symbols, brackets, but you can also define your own character set. |
− | |||
|- | |- | ||
− | | [[ReNamer:Rules:Case|Case]] | + | | [[ReNamer:Rules:Case|Case]] |
− | | Change the case of the filename: capitalize, to lower case, to upper case, invert case, | + | | Change the case of the filename: capitalize each word, to lower case, to upper case, invert case, or capitalize only the first letter and force the rest to lowercase (as in a sentence). There is also an option to force case for the manually entered fragments, for example: CD, DVD, India, ReNamer, etc. |
− | |||
|- | |- | ||
− | | [[ReNamer:Rules:Serialize|Serialize]] | + | | [[ReNamer:Rules:Serialize|Serialize]] |
− | | | + | | Uses numeric incremental or random sequences of digits to put filenames into an order. |
− | |||
|- | |- | ||
− | | [[ReNamer:Rules:CleanUp|CleanUp]] | + | | [[ReNamer:Rules:CleanUp|CleanUp]] |
− | | Cleanup filenames from/for commonly used naming conventions for | + | | Cleanup filenames from/for commonly used naming conventions for Internet, peer-to-peer networks, and other resources. |
− | |||
|- | |- | ||
− | | [[ReNamer:Rules:Translit|Translit]] | + | | [[ReNamer:Rules:Translit|Translit]] |
− | | Transliterate Non-English characters from different languages into their English/Latin representation. Useful for preparing files for network storage and transfer | + | | Transliterate Non-English characters from different languages into their English/Latin representation. Useful for preparing files for network storage and transfer. Several transliteration maps are built in, and you can define your own maps. |
− | |||
|- | |- | ||
− | | [[ReNamer:Rules:RegEx|RegEx]] | + | | [[ReNamer:Rules:RegEx|RegEx]] |
− | | RegEx (=Regular Expressions) is used for complex pattern/expression matching and replacing operations. Although it may look complex at first, you can learn it quite easily, using the guide provided in this manual! | + | | |
+ | RegEx (=Regular Expressions) is used for complex pattern/expression matching and replacing operations. <br>Although it may look complex at first, you can learn it quite easily, using the guide provided in this manual! | ||
|- | |- | ||
− | | [[ReNamer:Rules:PascalScript|PascalScript]] | + | | [[ReNamer:Rules:PascalScript|PascalScript]] |
| Scripting allows programming-aware users to code their own renaming rule using predefined set of functions. This rule uses Pascal/Delphi programming syntax and conventions. Extremely powerful feature in the right hands. | | Scripting allows programming-aware users to code their own renaming rule using predefined set of functions. This rule uses Pascal/Delphi programming syntax and conventions. Extremely powerful feature in the right hands. | ||
− | |||
|- | |- | ||
− | | [[ReNamer:Rules:UserInput|UserInput]] | + | | [[ReNamer:Rules:UserInput|UserInput]] |
| Rule that simply sets the new names of the files to the names entered in a list (one name per line). | | Rule that simply sets the new names of the files to the names entered in a list (one name per line). | ||
+ | |} | ||
− | |||
Each of these rules are explained in the following sections. | Each of these rules are explained in the following sections. |
Revision as of 09:46, 4 July 2009
Overview of Rules
ReNamer has an extensive set of rules. These rules can be combined together, in a logical sequence, to perform nearly any thinkable operation with the filename. You can also manually edit the name of any file.
The table below lists all rules, with a brief description of each rule.
The subsequent chapters provide more details for each rule (follow the links).
Rules | Description |
---|---|
Insert | Insert the specified text into the filename: as prefix, as suffix, at the specified position, before- or after the specified text. There is an option to insert meta tags into the filename. |
Delete | Delete a portion of the filename, usually defined by character positions: from the specified position, from the occurrence of the specified delimiter, until the specified number of characters, until occurrence of the specified delimiter, or till the end. This rule can be set to process the filename in a right-to-left manner. |
Remove | Remove the specified text from the filename: first, last or all occurrences. Optionally, wildcards can be used within this rule, to remove masked text fragments. |
Replace | This rule is very much like the Remove rule (above). It has similar options, except that instead of removing the text fragments, it will replace them with the specified text. |
Extension | Change extension of files to the specified extension, or to the extension automatically detected through the internal database of binary signatures. |
Strip | Strip all occurrences of the specified characters from the filename. This rule has predefined character sets, like digits, symbols, brackets, but you can also define your own character set. |
Case | Change the case of the filename: capitalize each word, to lower case, to upper case, invert case, or capitalize only the first letter and force the rest to lowercase (as in a sentence). There is also an option to force case for the manually entered fragments, for example: CD, DVD, India, ReNamer, etc. |
Serialize | Uses numeric incremental or random sequences of digits to put filenames into an order. |
CleanUp | Cleanup filenames from/for commonly used naming conventions for Internet, peer-to-peer networks, and other resources. |
Translit | Transliterate Non-English characters from different languages into their English/Latin representation. Useful for preparing files for network storage and transfer. Several transliteration maps are built in, and you can define your own maps. |
RegEx |
RegEx (=Regular Expressions) is used for complex pattern/expression matching and replacing operations. |
PascalScript | Scripting allows programming-aware users to code their own renaming rule using predefined set of functions. This rule uses Pascal/Delphi programming syntax and conventions. Extremely powerful feature in the right hands. |
UserInput | Rule that simply sets the new names of the files to the names entered in a list (one name per line). |
Each of these rules are explained in the following sections.