Created
March 23, 2021 23:16
-
-
Save DoganM95/cd68b8ce1d8da6c209d99a9ffb84ddbb to your computer and use it in GitHub Desktop.
PS2 iso renaming tool "fixiso.exe" adds useful information, but not well formatted. This script for Bulk Rename Utility reformats the name afterwards
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[General] | |
Path="" | |
[Regular Expressions] | |
Match="(\w{4})(_)(\d{3})(\.)(\d{2})(\.)(.*?)(\(|\[)(.*)" | |
Replace="\7 [\1-\3\5] \8\9" | |
Include Extension=0 | |
Simple=0 | |
v2=0 | |
[Filename] | |
Mode=0 | |
Fixed="" | |
[Replacements] | |
Replace="" | |
With="" | |
Match Case=0 | |
First Only=0 | |
[Case] | |
Change=0 | |
Exceptions="" | |
[Removals] | |
First N="0" | |
Last N="0" | |
From="0" | |
To="0" | |
Chars="" | |
Words="" | |
All Digits=0 | |
All Chars=0 | |
All Symbols=0 | |
All High=0 | |
Trim=0 | |
Double Space=0 | |
Accents=0 | |
Crop Mode=0 | |
Crop Marker="" | |
Lead Dots=0 | |
[MoveCopy] | |
Source=0 | |
Number="1" | |
Target=0 | |
Target Pos="1" | |
Separator="" | |
[Additions] | |
Prefix="" | |
Text="" | |
Text Pos="0" | |
Suffix="" | |
WordSpace=0 | |
[Auto Date] | |
Mode=0 | |
Type=0 | |
Format=0 | |
Separator="" | |
Segments="" | |
Custom="" | |
Century=0 | |
Offset="0" | |
[Folder Name] | |
Mode=0 | |
Separator="" | |
Levels="1" | |
[Auto-Number] | |
Mode=0 | |
Start="1" | |
Insert="0" | |
Increment="1" | |
Pad="0" | |
Break="0" | |
Separator="" | |
Type=8 | |
Case=0 | |
Break Folder=0 | |
[Extension] | |
Mode=0 | |
Fixed="" | |
[Selections] | |
Filter="*" | |
Filter Match Case=0 | |
Filter Use Regex=0 | |
Files=1 | |
Folders=1 | |
Subfolders=0 | |
Hidden=0 | |
Subfolders Level=0 | |
Min Name Length="0" | |
Min Path Length="0" | |
Max Name Length="0" | |
Max Path Length="0" | |
Condition="" | |
[New Location] | |
Path="" | |
Copy Not Move=1 | |
[Criteria] | |
RegEx=1 | |
File=1 | |
Replace=1 | |
Case=1 | |
Removals=1 | |
MoveCopy=1 | |
Additions=1 | |
AutoDate=1 | |
Folder=1 | |
AutoNumber=1 | |
Extension=1 | |
Change Timestamps=0 | |
Change Attributes=0 | |
Javascript Renaming=0 | |
Character Translation=0 | |
[Preferences] | |
Change Created Timestamp=0 | |
Change Modified Timestamp=0 | |
Change Accessed Timestamp=0 | |
Created Timestamp=0 | |
Modified Timestamp=0 | |
Accessed Timestamp=0 | |
Created Timestamp Delta=0 | |
Modified Timestamp Delta=0 | |
Accessed Timestamp Delta=0 | |
Created Timestamp Delta Negative=0 | |
Modified Timestamp Delta Negative=0 | |
Accessed Timestamp Delta Negative=0 | |
Change Attributes=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment