Difference between revisions of "ReNamer:Rules:Serialize"
Jump to navigation
Jump to search
(Category:ReNamer added) |
|||
Line 2: | Line 2: | ||
== Serialize Rule == | == Serialize Rule == | ||
− | + | ||
+ | [[Image:SerializeRule.png|center]] | ||
This rule works on a set of files, and inserts incremental numeric series or random sequences of digits in the names of those filenames. | This rule works on a set of files, and inserts incremental numeric series or random sequences of digits in the names of those filenames. | ||
Line 23: | Line 24: | ||
| Inserts serialized numbers in the names of the files placed in the Files pane of ReNamer. | | Inserts serialized numbers in the names of the files placed in the Files pane of ReNamer. | ||
− | {| class=" | + | {| class="wikitable" |
| Index start | | Index start | ||
| Starting number. If the folder already has some files with serialized numbers, start with the next number. | | Starting number. If the folder already has some files with serialized numbers, start with the next number. | ||
Line 41: | Line 42: | ||
| Inserts a random number in the file name. | | Inserts a random number in the file name. | ||
− | {| class=" | + | {| class="wikitable" |
| Length | | Length | ||
| Specify how many digits your random number should have. | | Specify how many digits your random number should have. | ||
Line 63: | Line 64: | ||
| Specify where to insert the number. | | Specify where to insert the number. | ||
− | {| class=" | + | {| class="wikitable" |
| Prefix | | Prefix | ||
| Before the original filename | | Before the original filename | ||
Line 81: | Line 82: | ||
|} | |} | ||
+ | |||
+ | [[Category:ReNamer]] |
Revision as of 14:51, 21 September 2010
Serialize Rule
This rule works on a set of files, and inserts incremental numeric series or random sequences of digits in the names of those filenames.
When the incremental option is chosen, the files listed in the pane are numbered in ascending order. Thus, the position of the file in the Files pane becomes important. Check the order of the files in the list before applying this rule.
Examples:
- You have a bunch of log files, and you want to make them look like "log0001", "log0002", "log0003", etc.
- You want to force specific sorting for files: "01 - Song XYZ", "02 - Song ABC", "03 - Song YYY", etc.
The parameters are as follows:
Parameter | Details | ||||||
---|---|---|---|---|---|---|---|
Incremental | Inserts serialized numbers in the names of the files placed in the Files pane of ReNamer.
| ||||||
Random | Inserts a random number in the file name.
| ||||||
Pad with zeros to reach length | ReNamer will pad the remaining places with leading zeros. For example 457 becomes 000457 if it is padded to reach 6 digits, and 0457 if padded to 4 digits. | ||||||
Insert where | Specify where to insert the number.
Note that if the "pad with zeros" option (above) is selected, the padded number is inserted. |