Difference between revisions of "ReNamer:Rules:UserInput"
(Category:ReNamer added) |
m (Added Examples) |
||
Line 37: | Line 37: | ||
*If the option is deselected, user input strings will replace entire filename, ''including'' the extension, or will be added ''after'' the old extension (if the '''Insert after the current name''' option is selected). | *If the option is deselected, user input strings will replace entire filename, ''including'' the extension, or will be added ''after'' the old extension (if the '''Insert after the current name''' option is selected). | ||
|} | |} | ||
+ | |||
+ | |||
+ | ==Example and warning== | ||
+ | |||
+ | <B>Warning</B><BR> | ||
+ | The list of new names must exactly match the list of current files, one-by-one. | ||
+ | {| class="wikitable" | ||
+ | ! Current Name | ||
+ | ! Name list | ||
+ | |- | ||
+ | | Old name 1 | ||
+ | | new name for old name 1 | ||
+ | |- | ||
+ | | Old name 2 | ||
+ | | new name for old name 2 | ||
+ | |- | ||
+ | | Old name 3 | ||
+ | | new name for old name 3 | ||
+ | |} | ||
+ | |||
+ | |||
+ | Hint: The new name list must only contain the new names! <BR> | ||
+ | Not the old names too, as maybe seen with other renamers like "old|new" or "old=new" or like that. | ||
+ | |||
+ | |||
+ | <B>Examples</B><BR> | ||
+ | File list (Current Name) is longer then new name list: | ||
+ | {| class="wikitable" | ||
+ | ! Current Name | ||
+ | ! Name list | ||
+ | |- | ||
+ | | One.txt | ||
+ | | First.txt | ||
+ | |- | ||
+ | | Two.txt | ||
+ | | Second.txt | ||
+ | |- | ||
+ | | Three.txt | ||
+ | | Third.txt | ||
+ | |- | ||
+ | | Four.txt | ||
+ | | <will not be renamed> | ||
+ | |} | ||
+ | |||
+ | |||
+ | |||
+ | New name list is longer then file list: | ||
+ | {| class="wikitable" | ||
+ | ! Current Name | ||
+ | ! Name list | ||
+ | |- | ||
+ | | One.txt | ||
+ | | First.txt | ||
+ | |- | ||
+ | | Two.txt | ||
+ | | Second.txt | ||
+ | |- | ||
+ | | Three.txt | ||
+ | | Third.txt | ||
+ | |- | ||
+ | | <unused> | ||
+ | | Fourth.txt | ||
+ | |} | ||
+ | |||
+ | |||
+ | <B>TAKE CARE!</B><BR> | ||
+ | Missed item in new name list;<B> your file names will get messed-up:</B> | ||
+ | {| class="wikitable" | ||
+ | ! Current Name | ||
+ | ! Name list | ||
+ | |- | ||
+ | | One.txt | ||
+ | | First.txt | ||
+ | |- | ||
+ | | Two.txt | ||
+ | | Third.txt | ||
+ | |- | ||
+ | | Three.txt | ||
+ | | Fourth.txt | ||
+ | |- | ||
+ | | Four.txt | ||
+ | | Fifth.txt | ||
+ | |} | ||
+ | |||
[[Category:ReNamer]] | [[Category:ReNamer]] |
Revision as of 07:22, 11 October 2011
This rule replaces the original filenames with the names taken from the list. (The nth line in the list serves as the new name for the nth file in the Files pane.)
Naturally, the list should contain names for all the files loaded in the Files pane.
- If the list is shorter, then some of the files will not be renamed.
- If the list is longer, some of the names will remain unused (but all files in the Files pane will be renamed).
There are three ways to create the list:
- Click in the pane, and manually type the list (one name per line).
- Copy the list from any application to your clipboard. Switch to ReNamer. Click in the UserInput pane and press CTRL+V, right-click and select Paste or choose the Load from clipboard from menu).
- Load a list from the text file (available from menu).
The optional parameters are as follows:
Parameter | Description |
---|---|
Insert in front of the current name | Inserts the name before the file name. |
Insert after the current name | Inserts the name after the current name. The actual position depends on the Skip extension option. |
Replace the current name | Replaces the existing filename with the new name.
The effect on extension depends on the Skip extension option: |
Skip extension |
|
Example and warning
Warning
The list of new names must exactly match the list of current files, one-by-one.
Current Name | Name list |
---|---|
Old name 1 | new name for old name 1 |
Old name 2 | new name for old name 2 |
Old name 3 | new name for old name 3 |
Hint: The new name list must only contain the new names!
Not the old names too, as maybe seen with other renamers like "old|new" or "old=new" or like that.
Examples
File list (Current Name) is longer then new name list:
Current Name | Name list |
---|---|
One.txt | First.txt |
Two.txt | Second.txt |
Three.txt | Third.txt |
Four.txt | <will not be renamed> |
New name list is longer then file list:
Current Name | Name list |
---|---|
One.txt | First.txt |
Two.txt | Second.txt |
Three.txt | Third.txt |
<unused> | Fourth.txt |
TAKE CARE!
Missed item in new name list; your file names will get messed-up:
Current Name | Name list |
---|---|
One.txt | First.txt |
Two.txt | Third.txt |
Three.txt | Fourth.txt |
Four.txt | Fifth.txt |