Difference between revisions of "ReNamer:Rules:Serialize"
Jump to navigation
Jump to search
(navigation) |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{Go|up=ReNamer:Rules|prev=ReNamer:Rules:Case|next=ReNamer:Rules:CleanUp}} |
== Serialize Rule == | == Serialize Rule == | ||
Line 15: | Line 15: | ||
The parameters are as follows: | The parameters are as follows: | ||
− | {| class=" | + | {| class="wikitable" |
! Parameter | ! Parameter | ||
! Details | ! Details |
Revision as of 11:43, 21 October 2009
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. |