ReNamer:Using presets

From den4b Wiki
Revision as of 19:28, 3 July 2009 by Narayan (talk | contribs) (Created page with 'Often you have to reuse the same set of rules again and again. <br>For example, first clean up the file name (underscore and hyphens) and then capitalize only the first word. E...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Often you have to reuse the same set of rules again and again.
For example, first clean up the file name (underscore and hyphens) and then capitalize only the first word.

Each time you would have to compose the rules from scratch. You can avoid such repetitive work by saving the entire set of rules (and optionally the filters) as a preset. Then you can simply load the set of rules and filters by loading the saved preset.

You can save an unlimited number of presets.

To do this- Do this
Set a new preset 1. Load the desired rules in the Rules pane, in the desired sequence. Edit the rules.
2. Set the Filters (optional).
3. Press CTRL+S (or use the Presets>Save As menu option)
4. A window pops up:
SavePresetDialog.png

5.  Enter a new name in the Name box, or select one of the existing presets listed below to overwrite it.
6. Select the check box if you want to save the current filter settings.
7. Press the Save button. The preset is saved.
    ReNamer automatically assigns shortcuts to all the saved presets in a fixed sequence
    (CTRL+1, CTRL+2, etc.) (These shortcuts cannot be edited.)

Note: At any point of time, you can abort the process by pressing ESC.
Load an existing preset

You can load any of the presets by pressing its shortcut (CTRL+1, etc. see above).
You can also select a preset by using the Preset > Load menu.

Delete an existing preset
Sometimes you may not need a preset any longer. To delete it, follow this process:
1. Press CTRL+M or use the Presets > Manage... menu option.
2. The Preset manager window pops up:
PresetsManager.png
3. Select the preset you want to delete and then press DEL or the PresetDeleteButton.png button.
Rename a preset
To rename a preset, follow this process:
1. Press CTRL+M or use the Presets > Manage... menu option.
2. The Preset manager window pops up:
3. Select the preset you want to rename and then press F2 or the RenamePresetButton.png button.
4. The following dialog pops up:
RenamePresetDialog.png
5. Edit the name (or enter a new name), and press OK.

To abort the process at any time, press ESC.

Edit a preset

The preset manager can show the contents of a preset (i.e., settings of all rules and filters) as editable text. You can simply edit the rules and filters by changing the text.

To rename a preset, follow this process:
1. Press CTRL+M or use the Presets > Manage... menu option.
2. The Preset manager window pops up:
PresetsManager.png
3. Select the preset you want to rename and then press the EditPresetButton.png button.
4. A warning pops up:
5. Click on Yes. Now a text editor window pops up with the the selected preset:
PresetEditWindow.png
  Notice that-
  This window shows the preset name in the title bar, and all settings (rules and filters).
  In each rule, the parameters are shown in ParameterName:Value format.
  All such pairs are separated by a semicolon (;).
6. Edit the settings and then close the file.  A confirmation dialog pops up.
7. Click on Yes. Now the preset is edited.
Copy a preset

You may want to duplicate an existing preset (e.g. to take a backup of the preset before experimenting).

To duplicate a peset-

1. Press CTRL+M or use the Presets > Manage... menu option.
2. The Preset manager window pops up:
PresetsManager.png
3. Select the preset you want to duplicate and then press the CopyPresetButton.png button.
4. A duplicate copy of the preset is created.