You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
-c <dir> [name]
Create xiso from file(s) starting in (local or remote)
<dir>. If the [name] parameter is specified, the
xiso will be created with the (path and) name given,
otherwise the xiso will be created in the current
directory with the name <dir>.iso. The -c option
may be specified multiple times to create multiple
xiso images.
Being able to do the same with the rewrite command -r would be nice. So something like:
-r <file.iso> [name]
Rewrite xiso from file(s).
If the [name] parameter is specified, the
xiso will be created with the (path and) name given,
otherwise the xiso will be created in the current
directory with the name <file>.iso. The -r option
may be specified multiple times to rewrite multiple
xiso images.
Also, I agree, renaming the *.old back to its original name after rewrite completion would be kind.
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:
It would be nice if the script just need to rewrite to output with custom filename.
The text was updated successfully, but these errors were encountered: