-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello, the utility is great, thank you, very useful to convert my isos and save space. That said, it seems to arbitrarily rename the output files and that can be a bit annoying.
The utility seems to strip region and language tags from the filename, so if I have "Gears of War (USA, Europe) (En,Fr,De,Es,It,Zh,Ko).iso" as the input file, and I convert it to .zar, the the resulting file will be "Gears of War.zar". The problem is that if I process multiple files where the same title has multiple regions it will overwrite the others, e.g.:
If i process
Gears of War 3 (Spain) (En,Es).iso
Gears of War 3 (World) (En,Fr,Pt,Zh,Ko,Pl,Ru,Cs,Hu).iso
I will end up with
Gears of War 3.zar
The (Spain) variant will be overwritten by the (World) variant.
I can circumvent this issue by processing one by one, but it's slower and then I have to manually rename each file by hand, defeating the purpose of batch processing files.
Edit: Disc number tags are also being ignored, so multiple disc games are also affected, you end up with only one disc converted.
Surely there is a reason behind this behavior but, at least an option to keep filenames as they are would be nice.
Thank you again for your work!