Difference between revisions of "ReNamer:Using the Rules"

From den4b Wiki
Jump to navigation Jump to search
(removed bogus links to not existing articles)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
You can load a stack of rules in ReNamer. These rules act on the loaded files in the "top-to-bottom" order.
 
You can load a stack of rules in ReNamer. These rules act on the loaded files in the "top-to-bottom" order.
 
This allows you to achieve very complex renaming algorithms.  
 
This allows you to achieve very complex renaming algorithms.  
* A rule modifies the name and then passes it to the next rule, which acts on the [[modified]] name (not the [[original]] name).
+
 
 +
* A rule modifies the name and then passes it to the next rule, which acts on the '''modified''' name (not the original name).
 
* Any rule can be used multiple times, each time with different settings.  
 
* Any rule can be used multiple times, each time with different settings.  
  
Line 9: Line 10:
  
 
The first subtopic provides an [[ReNamer:Rules|overview of Rules]].
 
The first subtopic provides an [[ReNamer:Rules|overview of Rules]].
 +
 
The subsequent subtopics show the specifics of each rule:
 
The subsequent subtopics show the specifics of each rule:
*How each option works, and how to set it.
+
 
*Examples (typical uses).
+
* How each option works, and how to set it.
 +
* Examples (typical uses).
  
 
'''Tip:''' If you are going to use the same set of rules frequently, it is best to save it as a [[ReNamer:Using presets|Preset]]. This allows you to re-load the entire set with a keyboard shortcut (such as '''CTRL+1'''). A huge timesaver!
 
'''Tip:''' If you are going to use the same set of rules frequently, it is best to save it as a [[ReNamer:Using presets|Preset]]. This allows you to re-load the entire set with a keyboard shortcut (such as '''CTRL+1'''). A huge timesaver!
 +
 +
[[Category:ReNamer]]

Latest revision as of 19:38, 21 February 2014

You can load a stack of rules in ReNamer. These rules act on the loaded files in the "top-to-bottom" order. This allows you to achieve very complex renaming algorithms.

  • A rule modifies the name and then passes it to the next rule, which acts on the modified name (not the original name).
  • Any rule can be used multiple times, each time with different settings.

All you have to do is to visualize how each rule in the stack affects the file name when the file name "passes through" the stack.

The first subtopic provides an overview of Rules.

The subsequent subtopics show the specifics of each rule:

  • How each option works, and how to set it.
  • Examples (typical uses).

Tip: If you are going to use the same set of rules frequently, it is best to save it as a Preset. This allows you to re-load the entire set with a keyboard shortcut (such as CTRL+1). A huge timesaver!