I'm using "Rewrite xiso(s)" (-r) for my script as it's convert redump xiso to regular xiso on the fly.
The script also create a new sanitized filename that follow FATX limitations.
But the -r option doesn't have [name] option as -c, also it's renaming the original xiso by adding "*.old" extension.
So now, here's what the script does:
- Rewrite redump xiso to regular xiso.
- Rename the output xiso to sanitized filename.
- Rename the input xiso to its original filename.
It would be nice if the script just need to rewrite to output with custom filename.