m35 / jpsxdec

jPSXdec: cross-platform PlayStation 1 audio and video converter
http://jpsxdec.blogspot.com/
459 stars 24 forks source link

Feature Request - Leading Zeros #66

Open Meerkov opened 2 years ago

Meerkov commented 2 years ago

Hi, it might be nice if when extracting multiple sub-files from a package on the disk, that it would use leading zeros.

e.g. Current behavior - alphabetical order FILE.XA[10], FILE.XA[8], FILE.XA[9],

Desired result - alphabetical order FILE.XA[08], FILE.XA[09], FILE.XA[10]

This is just a little nicer for processing later since then alphabetical order is also the order on disk.